

Dyson Baldo
-
Dyson Baldo 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?
BeautifulSoup and requests together make for a powerful scraping combination, especially for sites like Lazada Thailand that display a lot of product data on each page. If the page you are scraping is not fully dynamic, you can use BeautifulSoup to extract the names and prices directly. One trick is to handle pagination, which allows you to…
-
Dyson Baldo replied to the discussion How to build a Wayfair price tracker using Python and BeautifulSoup? in the forum General Web Scraping 4 months ago
How to build a Wayfair price tracker using Python and BeautifulSoup?
To handle structural changes, I use flexible selectors and regularly test the scraper to adapt to updates in Wayfair’s HTML layout.
-
Dyson Baldo started the discussion Scrape product name, discount, and shipping from Submarino Brazil using Node.js? in the forum General Web Scraping 4 months ago
Scrape product name, discount, and shipping from Submarino Brazil using Node.js?
To scrape the product name from Submarino Brazil, you can use Cheerio in Node.js to extract the text from the div or span containing the product title. This is often wrapped in specific classes that you can target using Cheerio’s $(‘.class-name’) syntax. After fetching the page using axios, parse the HTML and extract the product name.
const axios…
-
Dyson Baldo changed their photo 4 months ago
-
Dyson Baldo became a registered member 4 months ago