Skip to content

A web scraper coded in python. Allows the user to specify the amount of pages within a search query to be scrapped

Notifications You must be signed in to change notification settings

d3ndr1t30x/googlescraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Google Search Results Scraper

This Python script scrapes links from Google search results for a given query and saves them to either a text file or an Excel file.

Installation

  1. Clone this repository to your local machine.
  2. Navigate to the repository directory.
  3. Install the required dependencies using pip and the provided requirements.txt file:
pip install -r requirements.txt

Usage

Run the script using Python.
Follow the prompts:
    Enter the search query.
    Enter the number of pages to scrape.
    Specify the output file name (without extension).
    Choose the output format (txt or excel).

About

A web scraper coded in python. Allows the user to specify the amount of pages within a search query to be scrapped

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages