It is robust web scraping tool that focuses specifically on extracting data from the renowned e-commerce giant, Amazon. By leveraging Puppeteer's capabilities, I was able to navigate through Amazon's web pages, interact with elements, and effortlessly retrieve valuable product information.
Create a post request to http://15.207.100.214:8000/
with body that contains search query in json format.
eg:
{
"search":"smartphones"
}
Here are the steps to run ScrapeMaster in your system.
Clone and cd to the repo
$ git clone https://github.com/harshit/ScarpeMaster
$ cd ScrapeMaster
Download node modules
$ npm i
To run the Amazon scrapper run:
$ npm run amazon
To practice Puppeteer run:
$ npm run practice
ScrapeMaster can retreive data from amazon product page and store it int json format
Feel free to contribute by opening an issue.
This project is licensed under the MIT License.