Skip to content

An automation script written in Node.js, powered by Puppeteer to scrape multiple pages of Justdial (an Indian Yellow Pages website) and exports specific information in CSV format

Notifications You must be signed in to change notification settings

AmruthPillai/Justdial-Scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Justdial Scraper

An automation script written in Node.js, powered by Puppeteer to scrape multiple pages of Justdial (an Indian Yellow Pages website) and exports specific information in CSV format.

Disclaimer
It is illegal to scrape JustDial, but the code is made open-source purely for educational purposes to understand technologies like NodeJS, Puppeteer and Automation Testing.

Installation

> npm install

Usage

Change these values in line 6-7 of index.js:

const CITY = 'Delhi';
const KEYWORD = 'Clinics-in-Vasant-Kunj';
> npm start

About

An automation script written in Node.js, powered by Puppeteer to scrape multiple pages of Justdial (an Indian Yellow Pages website) and exports specific information in CSV format

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published