Skip to content

A small tool to load Google SERP and parse them into a JSON or CSV format

Notifications You must be signed in to change notification settings

azazar/Google-SERP-Parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Google SERP Parser

A small tool to load Google SERP and parse them into a JSON or CSV format.

Usage

Install prerequisites

$ apt-get update -y
$ apt-get install --no-install-recommends -y chromium git python3 python3-pip

Download and Configure Python environment

$ git clone https://github.com/azazar/Google-SERP-Parser
$ cd Google-SERP-Parser
$ virtualenv -p python3 venv
$ source venv/bin/activate
$ pip3 install -r requirements.txt
$ python3 google-serp.py -o <filename.json> <search query>

Build and Use Docker Image

$ git clone https://github.com/azazar/Google-SERP-Parser
$ cd Google-SERP-Parser
$ docker build -t google-serp-parser .
$ docker run --rm -it google-serp-parser "example.org"

About

A small tool to load Google SERP and parse them into a JSON or CSV format

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published