Skip to content

This program extracts data from the amazon uk website in a variable way using puppeteer, you can search any product and choose up to which page the data will be extracted, the extracted content is saved in a json file

Notifications You must be signed in to change notification settings

felipepiorini/amazon-scraping-products

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Amazon Scrape Products

This program extracts data from the amazon uk website in a variable way, you can search any product and choose up to which page the data will be extracted, the extracted content is saved in a json file

How to use

  • Up the server

    npm run dev

  • Go to (the first parameter is the product to be searched and the second to which page you want to extract the information)

    http://localhost:5000/read/headphone/2

  • These are the information extracted from the products:

    title link image isSponsored price previousPrice rating numberOfReviews

About

This program extracts data from the amazon uk website in a variable way using puppeteer, you can search any product and choose up to which page the data will be extracted, the extracted content is saved in a json file

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published