-
Jove Benton became a registered member a year ago
-
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 a year 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 a year 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 a year 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 a year ago
-
Fathima Scilla became a registered member a year ago
-
Anapa Jerilyn replied to the discussion How can I scrape product data from Lazada Thailand using Python n BeautifulSoup? in the forum General Web Scraping a year ago
How can I scrape product data from Lazada Thailand using Python n BeautifulSoup?
For multipart/form-data requests, I use Python’s files parameter in the requests library. This handles file uploads seamlessly.
-
Anapa Jerilyn replied to the discussion How can I scrape product reviews from Shopee Thailand using Node.js n Puppeteer? in the forum General Web Scraping a year ago
How can I scrape product reviews from Shopee Thailand using Node.js n Puppeteer?
I map each cURL header to a key-value pair in the headers dictionary in Python. For complex authentication, I use Python’s requests.auth module or manual header configuration.
-
Anapa Jerilyn started the discussion Scrape customer reviews from Tesco Lotus Thailand using Node.js and Puppeteer? in the forum General Web Scraping a year ago
Scrape customer reviews from Tesco Lotus Thailand using Node.js and Puppeteer?
When scraping Tesco Lotus Thailand, Puppeteer is a powerful tool for handling dynamically loaded content, such as customer reviews. The site often uses JavaScript to load reviews, so you’ll need to make sure you wait for all content to load before attempting to scrape it. After navigating to the product page, you can extract review details like…
-
Anapa Jerilyn changed their photo a year ago
- Load More