

Shena Brigid
-
Shena Brigid 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?
I implement rotating proxies and delay requests to mimic real user behavior. These strategies help avoid IP bans or rate-limiting by the server.
-
Shena Brigid replied to the discussion How to send a JSON POST request using cURL? in the forum General Web Scraping 8 months ago
How to send a JSON POST request using cURL?
When debugging, I use the -v flag for verbose output to see detailed request and response information. This helps identify missing headers or incorrect payloads.
-
Shena Brigid started the discussion How can I scrape product name, price, and rating from Klook Thailand -Puppeteer? in the forum General Web Scraping 8 months ago
How can I scrape product name, price, and rating from Klook Thailand -Puppeteer?
To scrape the product name from Klook Thailand, you can use Puppeteer to navigate to the product page and target the HTML element that contains the product name. The name is typically stored within an h1 or span tag with a specific class. You’ll need to ensure that the page is fully loaded using waitForSelector() before extracting the text.
const…
-
Shena Brigid changed their photo 8 months ago
-
Shena Brigid updated their profile 8 months ago
-
Shena Brigid became a registered member 8 months ago