Skip to content

shaheenfazim/url-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

URL Scraper

A python script to scrape URLs from major search engines. Search dork is supported, dork multiple search engines at once.

Screenshot 2022-12-13 171627

Supported search engines

  • Google
  • Bing
  • Yahoo
  • DuckDuckGo

Requirements

  • Python 3.10
  • requests
  • beautifulsoup4

Usage

  1. Clone the repository.

  2. Install the dependencies & activate virtual environemnt.

    $ pipenv install
    $ pipenv shell
  3. Run the program.

    $ python scraper.py
  4. Follow the prompt.

  5. Obtain results from the output/ folder.


Note: Program is intentionally slowed (humanized) to prevent being locked-out from search engines.