

Aiolos Fulvia
-
Aiolos Fulvia replied to the discussion How to scrape browser profiles from XBrowser using Python and Selenium? in the forum General Web Scraping 4 months ago
How to scrape browser profiles from XBrowser using Python and Selenium?
For infinite scrolling pages, I use Selenium’s execute_script function to scroll incrementally until all profiles are loaded before starting the extraction.
-
Aiolos Fulvia replied to the discussion Scrape product name, price, and availability Robinson Thailand using Puppeteer? in the forum General Web Scraping 4 months ago
Scrape product name, price, and availability Robinson Thailand using Puppeteer?
To scrape the availability status from Robinson Thailand, you need to target the class or ID that shows whether the product is in stock or out of stock. This is usually indicated with terms like “In Stock” or “Out of Stock”. Use page.$eval() to fetch the text once the page is fully loaded.
const puppeteer = require('puppeteer'); (async () =>…
-
Aiolos Fulvia started the discussion Scrape special offers, user rating, product info from Marks & Spencer UK on Ruby in the forum General Web Scraping 4 months ago
Scrape special offers, user rating, product info from Marks & Spencer UK on Ruby
Scraping special offers, user ratings, and product ingredients from Marks & Spencer UK involves using Ruby with the Nokogiri gem for HTML parsing. The first step is to analyze the HTML structure of the webpage by inspecting it through browser developer tools. Special offers, which are typically highlighted prominently, can be located…
-
Aiolos Fulvia changed their photo 4 months ago
-
Aiolos Fulvia became a registered member 4 months ago