

Jay Zorka
-
Jay Zorka replied to the discussion Scrape product specifications, images, shipping details -Amazon Brazil -Python in the forum General Web Scraping 3 months ago
Scrape product specifications, images, shipping details -Amazon Brazil -Python
To extract shipping details, locate the section that shows delivery options, such as estimated delivery dates or shipping costs. Using Selenium, find and extract the text from the relevant div or span elements.
from selenium import webdriver from selenium.webdriver.common.by import By
driver…
-
Jay Zorka replied to the discussion How can I scrape product features, price, promotions from Ponto Frio Brazil? in the forum General Web Scraping 3 months ago
How can I scrape product features, price, promotions from Ponto Frio Brazil?
To extract the price, use Puppeteer to target the element containing the pricing information, typically within a span or div. Ensure the element is loaded by waiting for the selector before extracting the text. This ensures accurate price scraping.
const puppeteer = require('puppeteer'); (async () => {
const browser = await…
-
Jay Zorka started the discussion Use Ruby to scrape prices from Allegro Poland product pages in the forum General Web Scraping 3 months ago
Use Ruby to scrape prices from Allegro Poland product pages
Allegro is the largest online marketplace in Poland, hosting millions of products from various sellers. Scraping prices from Allegro product pages can be accomplished using Ruby with the Nokogiri gem, which allows efficient parsing and extraction of HTML content. Prices on Allegro are usually prominently displayed near the product title or in…
-
Jay Zorka changed their photo 3 months ago
-
Jay Zorka became a registered member 3 months ago