

Lela Sandy
-
Lela Sandy replied to the discussion Scrape product specifications, seller ratings, delivery option Carrefour Brazil? in the forum General Web Scraping 3 months ago
Scrape product specifications, seller ratings, delivery option Carrefour Brazil?
To determine delivery options, identify the section of the page that lists available shipping methods and their respective details. By querying this section, you can extract information such as delivery times and costs.
<?php // Initialize cURL
$ch = curl_init();
curl_setopt($ch,…
-
Lela Sandy 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 obtain the price, locate the element containing the pricing information, which is often within a span or div tag with a class indicating price. Using Nokogiri, you can select this element and extract the text, ensuring you handle any currency symbols appropriately.
require 'net/http' require 'nokogiri'
# Fetch the product page
url…
-
Lela Sandy started the discussion Scrape delivery options from Dunelm UK using Go in the forum General Web Scraping 3 months ago
Scrape delivery options from Dunelm UK using Go
Scraping delivery options from Dunelm UK involves setting up a Go application using the Colly library to efficiently parse and extract HTML content. Delivery options are typically displayed on product pages, often under a dedicated section that highlights shipping methods, costs, and estimated delivery times. This information is crucial…
-
Lela Sandy changed their photo 3 months ago
-
Lela Sandy became a registered member 3 months ago