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.
> npm install
Change these values in line 6-7 of index.js
:
const CITY = 'Delhi';
const KEYWORD = 'Clinics-in-Vasant-Kunj';
> npm start