

Netuno Raya
-
Netuno Raya replied to the discussion How to collect cryptocurrency prices from CoinMarketCap or Binance? in the forum General Web Scraping 9 months ago
How to collect cryptocurrency prices from CoinMarketCap or Binance?
Scheduling scrapes at different times of day captures price fluctuations, helping me track changes during active trading hours.
-
Netuno Raya replied to the discussion How to track product variations like size or color on e-commerce platforms? in the forum General Web Scraping 9 months ago
How to track product variations like size or color on e-commerce platforms?
eBay’s HTML structure often includes variation data directly on the product page, which I access using CSS selectors to capture all options.
-
Netuno Raya replied to the discussion Best methods to scrape SKU or UPC metadata from Amazon or eBay? in the forum General Web Scraping 9 months ago
Best methods to scrape SKU or UPC metadata from Amazon or eBay?
eBay listings also include item IDs and sometimes UPCs. I focus on parsing these fields from the HTML source using structured selectors.
-
Netuno Raya replied to the discussion How to monitor top-selling items across eBay, Amazon, and Etsy? in the forum General Web Scraping 9 months ago
How to monitor top-selling items across eBay, Amazon, and Etsy?
Setting up a scraper to target bestseller pages is another option. I schedule it to run at different times to capture fluctuations in top-selling products.
-
Netuno Raya replied to the discussion How to handle site formatting differences when scraping multiple Shopify stores? in the forum General Web Scraping 9 months ago
How to handle site formatting differences when scraping multiple Shopify stores?
-
Using Scrapy’s flexible selectors allows me to set up store-specific pipelines, which makes it easier to manage varying formats.
-
-
Netuno Raya replied to the discussion What’s the best way to gather product and review data on Dangdang using Go? in the forum General Web Scraping 9 months ago
What’s the best way to gather product and review data on Dangdang using Go?
For dynamically loaded content like reviews, Chromedp in Go helps render pages fully, allowing for complete data extraction.
-
Netuno Raya replied to the discussion How do I scrape flight prices on ANA’s Japan site using Rust? in the forum General Web Scraping 9 months ago
How do I scrape flight prices on ANA’s Japan site using Rust?
-
Using JSON parsing for network requests provides quick access to flight data without requiring full-page rendering.
-
-
Netuno Raya replied to the discussion How to track e-commerce growth in Asia using Lazada, Shopee, and Tokopedia? in the forum General Web Scraping 9 months ago
How to track e-commerce growth in Asia using Lazada, Shopee, and Tokopedia?
Aggregating data across Lazada, Shopee, and Tokopedia allows me to compare e-commerce growth in different countries like Indonesia, Malaysia, and Thailand.
-
Netuno Raya started the discussion What are the best practices for scraping Alibaba’s wholesale data with Node.js? in the forum General Web Scraping 9 months ago
What are the best practices for scraping Alibaba’s wholesale data with Node.js?
-
Puppeteer in Node.js is ideal for navigating Alibaba’s dynamic content, capturing wholesale product listings, prices, and seller info.
-
-
Netuno Raya changed their photo 9 months ago
- Load More