

Nagendra Berna
-
Nagendra Berna replied to the discussion How can I scrape product name, price, availability from BigC Thailand -Puppeteer in the forum General Web Scraping 8 months ago
How can I scrape product name, price, availability from BigC Thailand -Puppeteer
For error handling, I add the -w flag to format response details, such as HTTP status codes or response times. This ensures I quickly detect and address problems.
-
Nagendra Berna replied to the discussion Scrape product name, price, and rating from a Thai e-commerce site with Node.js? in the forum General Web Scraping 8 months ago
Scrape product name, price, and rating from a Thai e-commerce site with Node.js?
Storing scraped data in a structured database like PostgreSQL allows for efficient querying and analysis, making it easy to compare browser profiles or track changes over time.
-
Nagendra Berna started the discussion How can I scrape product name, price, rating from HomePro Thailand -Puppeteer? in the forum General Web Scraping 8 months ago
How can I scrape product name, price, rating from HomePro Thailand -Puppeteer?
To scrape the product name from HomePro Thailand, you can use Puppeteer to extract the text from the specific HTML element that contains the name. Usually, the product name is located within a div or span tag. Using page.$eval() after ensuring the page has fully loaded will allow you to extract the product name easily.
const puppeteer…
-
Nagendra Berna changed their photo 8 months ago
-
Nagendra Berna became a registered member 8 months ago