

Fathima Scilla
-
Fathima Scilla replied to the discussion How can I scrape product data from Lazada Thailand using Python n BeautifulSoup? in the forum General Web Scraping 8 months ago
How can I scrape product data from Lazada Thailand using Python n BeautifulSoup?
To bypass detection, I use undetected-chromedriver, which prevents Selenium’s presence from being flagged by anti-bot mechanisms. This ensures smoother scraping.
-
Fathima Scilla 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?
To bypass detection, I use undetected-chromedriver, which prevents Selenium’s presence from being flagged by anti-bot mechanisms. This ensures smoother scraping.
-
Fathima Scilla started 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?
To scrape the product name from an e-commerce site in Thailand, you can use Puppeteer to launch the page and use page.evaluate() to extract the text from the element containing the product name. This will typically be inside a <div> or <h1> tag with a specific class. Ensure that you wait for the page to load fully before scraping the data.
-
Fathima Scilla changed their photo 8 months ago
-
Fathima Scilla became a registered member 8 months ago