

Rayna Meinrad
-
Rayna Meinrad replied to the discussion Scrape product name, price, customer reviews from Magazine Luiza Brazil on Ruby? in the forum General Web Scraping 3 months ago
Scrape product name, price, customer reviews from Magazine Luiza Brazil on Ruby?
To gather customer reviews, identify the section of the page where reviews are listed, typically within div tags with specific classes. Iterate through these elements to extract individual reviews, capturing the review text and any associated metadata such as ratings.
require 'net/http' require 'nokogiri'
# Fetch the product page
url…
-
Rayna Meinrad replied to the discussion Scrape product name, discount, and shipping from Submarino Brazil using Node.js? in the forum General Web Scraping 3 months ago
Scrape product name, discount, and shipping from Submarino Brazil using Node.js?
To scrape shipping details from Submarino Brazil, use Cheerio to find the shipping section of the page. The shipping information, including estimated delivery times and shipping fees, is usually contained in a specific div or span. Extract this information by selecting the appropriate class or tag that holds the shipping text.
const axios…
-
Rayna Meinrad started the discussion Compare Ruby and Go to scrape shipping details from Yahoo! Taiwan in the forum General Web Scraping 3 months ago
Compare Ruby and Go to scrape shipping details from Yahoo! Taiwan
How does scraping shipping details from Yahoo! Taiwan differ when using Ruby versus Go? Is Ruby’s Nokogiri gem easier to implement for parsing HTML, or does Go’s Colly library provide better performance for large-scale scraping? How do both languages handle dynamically loaded content, such as shipping costs or estimated delivery times that…
-
Rayna Meinrad changed their photo 3 months ago
-
Rayna Meinrad became a registered member 3 months ago