

Osman Devaki
-
Osman Devaki replied to the discussion Scrape product name, price, and stock from Tops Thailand using Puppeteer? in the forum General Web Scraping 8 months ago
Scrape product name, price, and stock from Tops Thailand using Puppeteer?
To handle responses, I use the -i flag to include headers in the output or redirect the response to a file for analysis. This helps debug issues with the request.
-
Osman Devaki replied to the discussion How can I scrape product details from JD Central Thailand using Python n Scrapy? in the forum General Web Scraping 8 months ago
How can I scrape product details from JD Central Thailand using Python n Scrapy?
One challenge of scraping Lazada Thailand is handling the rich media content such as images, JavaScript-loaded product details, and other dynamic elements. The static data can be scraped easily using BeautifulSoup, but if the site relies on JavaScript to load the products, you’ll need to find the API calls the site makes to load the data. This…
-
Osman Devaki started the discussion How can I scrape product name, price, availability from BigC Thailand -Puppeteer in the forum General Web Scraping 8 months ago
How can I scrape product name, price, availability from BigC Thailand -Puppeteer
To scrape the product name from BigC Thailand, you’ll first need to navigate to the specific product page and then locate the element containing the product name. It’s usually found within an h1 or span tag. You can extract the product name by using Puppeteer’s page.$eval() method after making sure the page is fully loaded.
const puppeteer =…
-
Osman Devaki changed their photo 8 months ago
-
Osman Devaki became a registered member 8 months ago