Google-Scraper icon indicating copy to clipboard operation
Google-Scraper copied to clipboard

Google Scraper is a Python utility for acquiring web page URLs, meta data, and other information. It can help you monitor websites for relevant keywords or their indexing status. Test results will be...

Service for scrape Google

Setup

  1. virtualenv -p python3.8 venv
  2. source vebv/bin/activate
  3. pip install -r requirements.txt

Run python3 main.py

Then open in browser http://127.0.0.1:8000