/Simple-SERP-Scraping-Tool

A simple Google SERP Scraping Tool using SERP API using node.js in Windows OS.

Primary LanguageHTMLMIT LicenseMIT

Simple-SERP-Scraping-Tool

A simple Google SERP Scraping Tool using SERP API using node.js in Windows OS.

Quick Start (Windows)

Requirements

  • node.js

  • dotenv

  • serpapi

install the serpapi and dotenv (in the directory) using powershell;

npm install

Basic Configurations

  • In the .env file, change the key to your serpapi API KEY (you can find it in the dashboard).

  • In the script.js file, change the // Predefined query (static) line to your desired search term.

  • In the index.html file, you can change the website domain name, image logo, footer line to your desired.

  • and last, run the scraptool.bat.

  • To stop the scraptool, open the cmd that already opened, and press ctrl + c to stop.