

Jove Benton
-
Jove Benton 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?
For large-scale tracking, I store price data in a database and compare it periodically to identify trends or price drops.
-
Jove Benton replied to the discussion How to scrape profile information from BitBrowser using Python and Selenium? in the forum General Web Scraping 4 months ago
How to scrape profile information from BitBrowser using Python and Selenium?
For infinite scrolling pages, I use Selenium’s execute_script method to automate scrolling and ensure all content is loaded before scraping begins
-
Jove Benton started the discussion Scrape product name, price, and stock from Tops Thailand using Puppeteer? in the forum General Web Scraping 4 months ago
Scrape product name, price, and stock from Tops Thailand using Puppeteer?
To scrape the product name from Tops Thailand, you can use Puppeteer to open the product page and locate the div or h1 tag containing the name. The product name is usually found in a specific class within these tags. After waiting for the page to load fully, use page.$eval() to extract the inner text.
const puppeteer =…
-
Jove Benton changed their photo 4 months ago
-
Jove Benton became a registered member 4 months ago