I have created google search engine scraping web-app, In this web-app you can search whatever you are searching on google, you will get same results.
Once you enter your search query in form then you will get result from 'Google Search' because we are scraping google search engine for getting results.
Project Live - Click Me
Demo Video - Youtube Link
- Flask : Flask is a micro web framework written in Python.
- Requests : Requests is a HTTP library for the Python programming language.
- beautifulsoup4 and bs4 : Beautiful Soup is a Python package for parsing HTML and XML documents ( Web Scraping )
- HTML, CSS and Bootstrap : Bootstrap is a free and open-source CSS framework directed at responsive, mobile-first front-end web development.