

Eliana Yoel
-
Eliana Yoel replied to the discussion Scrape product description, images, and seller information -Americanas Brazil? in the forum General Web Scraping 3 months ago
Scrape product description, images, and seller information -Americanas Brazil?
To scrape seller information from Americanas Brazil, you can use Selenium to locate the seller’s details, which are often displayed as text or in a separate section. By targeting the seller’s name, contact info, or ratings, you can collect this data for each product. Be sure to handle cases where the seller information may not be available for…
-
Eliana Yoel replied to the discussion Scrape product name, price, rating from Mercado Livre Brazil using Puppeteer? in the forum General Web Scraping 3 months ago
Scrape product name, price, rating from Mercado Livre Brazil using Puppeteer?
To scrape the rating from Mercado Livre Brazil, you’ll need to target the element that holds the product’s rating. Ratings are often displayed as star icons or a numeric value. You can use Puppeteer to select the span or div containing the rating and extract it once the page is fully loaded.
const puppeteer = require('puppeteer'); (async () =>…
-
Eliana Yoel started the discussion Compare Python and Node.js to scrape product reviews from Momo Taiwan in the forum General Web Scraping 3 months ago
Compare Python and Node.js to scrape product reviews from Momo Taiwan
What are the differences between using Python and Node.js to scrape product reviews from Momo Taiwan, a leading e-commerce platform? Does one programming language provide advantages over the other in handling dynamic content? Would Python’s BeautifulSoup and requests libraries be more efficient for parsing static HTML, while Node.js with…
-
Eliana Yoel changed their photo 3 months ago
-
Eliana Yoel became a registered member 3 months ago