

Elisavet Jordana
-
Elisavet Jordana replied to the discussion Scrape product availability, price from Central Thailand’s using Python n Scrapy in the forum General Web Scraping 4 months ago
Scrape product availability, price from Central Thailand’s using Python n Scrapy
To scrape product availability and prices from Central Thailand’s e-commerce site, Scrapy is well-suited for the task, particularly when dealing with structured HTML pages. By using Scrapy’s XPath selectors, you can navigate the page and extract information such as product price, availability status, and product titles. The page might use…
-
Elisavet Jordana replied to the discussion Scrape customer reviews from Tesco Lotus Thailand using Node.js and Puppeteer? in the forum General Web Scraping 4 months ago
Scrape customer reviews from Tesco Lotus Thailand using Node.js and Puppeteer?
Scraping customer reviews from Tesco Lotus Thailand with Puppeteer involves dealing with dynamic content. After loading the product page, you’ll need to wait for reviews to be fully loaded. Once all the reviews are visible, use Puppeteer’s page.evaluate() to extract the review data. This includes the reviewer’s name, their rating, and their…
-
Elisavet Jordana started the discussion Scrape product name, price, customer reviews from Magazine Luiza Brazil on Ruby? in the forum General Web Scraping 4 months ago
Scrape product name, price, customer reviews from Magazine Luiza Brazil on Ruby?
To scrape the product name from Magazine Luiza Brazil, you can use Ruby with the Nokogiri gem to parse the HTML content. The product name is typically found within an h1 tag with a specific class. After fetching the page content using Net::HTTP, you can parse the HTML and extract the text.
require 'net/http' require 'nokogiri'
# Fetch the…
-
Elisavet Jordana changed their photo 4 months ago
-
Elisavet Jordana changed their photo 4 months ago
-
Elisavet Jordana became a registered member 4 months ago