

Rorie Subhadra
-
Rorie Subhadra replied to the discussion Scrape product description, images, and seller information -Americanas Brazil? in the forum General Web Scraping 4 months ago
Scrape product description, images, and seller information -Americanas Brazil?
When scraping product images from Americanas Brazil, Selenium allows you to interact with the page and locate the image elements using xpath or css selectors. Product images are typically in img tags, and you can extract the src attribute to get the image URL. It’s useful to check for multiple images if the product has variations.
from selenium…
-
Rorie Subhadra replied to the discussion Scrape product name, price, rating from Mercado Livre Brazil using Puppeteer? in the forum General Web Scraping 4 months ago
Scrape product name, price, rating from Mercado Livre Brazil using Puppeteer?
To scrape the price from Mercado Livre Brazil, target the element containing the product price, which is typically wrapped in a span tag. Puppeteer enables you to extract text content once the page is fully loaded. You can use page.$eval() to capture the price and ensure it’s formatted correctly with the currency symbol.
const puppeteer…
-
Rorie Subhadra started the discussion Scrape product reviews from Argos UK using Ruby in the forum General Web Scraping 4 months ago
Scrape product reviews from Argos UK using Ruby
Scraping product reviews from Argos UK using Ruby involves utilizing the Nokogiri gem to parse the HTML content. The process begins with fetching the webpage content using the open-uri library, which allows us to send HTTP requests. Once the content is retrieved, Nokogiri is used to parse the HTML structure and navigate through the DOM tree…
-
Rorie Subhadra changed their photo 4 months ago
-
Rorie Subhadra became a registered member 4 months ago