

Candice Agata
-
Candice Agata replied to the discussion How can I scrape product name, price, rating from HomePro Thailand -Puppeteer? in the forum General Web Scraping 4 months ago
How can I scrape product name, price, rating from HomePro Thailand -Puppeteer?
To scrape the rating from HomePro Thailand, you’ll need to locate the element that contains the review score or star rating. This is usually found within a span tag or a div class that includes stars or text indicating the product’s rating. Using Puppeteer, you can extract the rating text once the page is fully loaded.
const puppeteer =…
-
Candice Agata 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 4 months ago
Scrape product name, price, and rating from a Thai e-commerce site with Node.js?
To scrape the product rating, use Puppeteer to find the rating element, which is often inside a div or span containing star icons or numerical ratings. After waiting for the element to load, extract the rating text using page.$eval(). This can help you gather insights into how well a product is reviewed.
const puppeteer…
-
Candice Agata started the discussion Scrape bestsellers, delivery charges, and star ratings from WHSmith UK using Go in the forum General Web Scraping 4 months ago
Scrape bestsellers, delivery charges, and star ratings from WHSmith UK using Go
Scraping bestsellers, delivery charges, and star ratings from WHSmith UK involves setting up a Go application using the Colly library for efficient HTML parsing and data extraction. Bestsellers are often highlighted prominently on the homepage or in a dedicated section, typically with tags like “Bestseller” or “Top Picks.” These elements can…
-
Candice Agata changed their photo 4 months ago
-
Candice Agata became a registered member 4 months ago