amruthpillai/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

16

stars

12

commits

JavaScript

primary language

Jun 17, 2024

updated

README

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

Contributors

amruthpillai

12 commits

amruthpillai/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

16

stars

12

commits

JavaScript

primary language

Jun 17, 2024

updated

README

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

Contributors

amruthpillai

12 commits

Languages

JavaScript

100.0%