yugaldekate / wiseprice-app

https://wiseprice-app.vercel.app
0 stars 0 forks source link

Scrape Amazon Products #6

Closed yugaldekate closed 11 months ago

yugaldekate commented 11 months ago

-Install axios -Install cheerio

yugaldekate commented 11 months ago

-Configured next.config to load images from amazon and to handle serverActions : true

yugaldekate commented 11 months ago

-Scraped the product HTML data using Web Unlocker -Parsed that HTML page data using cheerio -Extracted the title of the product

yugaldekate commented 11 months ago

-Extracted originalPrice , outOfStock, images, currency, discountRate, discription