A python script to scrape URLs from major search engines. Search dork is supported, dork multiple search engines at once.
- Bing
- Yahoo
- DuckDuckGo
Python 3.10
requests
beautifulsoup4
-
Clone the repository.
-
Install the dependencies & activate virtual environemnt.
$ pipenv install $ pipenv shell
-
Run the program.
$ python scraper.py
-
Follow the prompt.
-
Obtain results from the
output/
folder.
Note: Program is intentionally slowed (humanized) to prevent being locked-out from search engines.