

Adelbert Nana
-
Adelbert Nana replied to the discussion How can I scrape product reviews from Shopee Thailand using Node.js n Puppeteer? in the forum General Web Scraping 4 months ago
How can I scrape product reviews from Shopee Thailand using Node.js n Puppeteer?
To scrape Shopee Thailand reviews, Puppeteer provides the ability to simulate human actions, such as clicking and scrolling, to ensure you can capture all reviews on a product page. Once on the page, you can extract relevant details like the review text, ratings, and the reviewer’s name by querying the appropriate DOM elements.
const puppeteer =…
-
Adelbert Nana replied to the discussion How can I scrape product data from Lazada Thailand using Python n BeautifulSoup? in the forum General Web Scraping 4 months ago
How can I scrape product data from Lazada Thailand using Python n BeautifulSoup?
Scraping Lazada Thailand with BeautifulSoup can also involve navigating through multiple pages to scrape all products. Pagination is often hidden in JavaScript, but requests can fetch each page’s HTML for parsing. In this example, we fetch the product listings and parse the title, price, and ratings (if available). If you want to go deeper, you…
-
Adelbert Nana started the discussion Collect price drops, product descriptions, and stock levels from Boots UK using in the forum General Web Scraping 4 months ago
Collect price drops, product descriptions, and stock levels from Boots UK using
Scraping price drops, product descriptions, and stock levels from Boots UK involves setting up a Java application that uses the Jsoup library to parse HTML pages. Price drops are usually displayed alongside the original price, often with a clear indication like “Now” or “Save.” Parsing these elements requires analyzing the webpage structure…
-
Adelbert Nana changed their photo 4 months ago
-
Adelbert Nana became a registered member 4 months ago