

Lulit Sharada
-
Lulit Sharada replied to the discussion How can I track price changes on Mercari Japan using Ruby? in the forum General Web Scraping 8 months ago
How can I track price changes on Mercari Japan using Ruby?
-
Since Mercari uses AJAX for some dynamic content, I combine Nokogiri with Watir to handle content that loads after page interactions.
-
-
Lulit Sharada replied to the discussion How can I scrape product listings from Rakuten Japan using Python? in the forum General Web Scraping 8 months ago
How can I scrape product listings from Rakuten Japan using Python?
For dynamic content, like reviews and real-time stock information, Selenium with headless Chrome works well, especially when combined with randomized delays.
-
Lulit Sharada replied to the discussion What’s the best way to scrape Yahoo! Shopping Japan using Node.js? in the forum General Web Scraping 8 months ago
What’s the best way to scrape Yahoo! Shopping Japan using Node.js?
Axios or Fetch can be used for JSON data retrieval, especially if network requests expose structured product data.
-
Lulit Sharada replied to the discussion How to detect new products on e-commerce sites without scraping all pages? in the forum General Web Scraping 8 months ago
How to detect new products on e-commerce sites without scraping all pages?
Checking the site’s XML sitemap often reveals new product URLs, as they’re typically added to the sitemap immediately upon publication.
-
Lulit Sharada replied to the discussion How do I scrape product reviews from ZozoTown using PHP? in the forum General Web Scraping 8 months ago
How do I scrape product reviews from ZozoTown using PHP?
-
For dynamically loaded reviews, I use PHP with a headless browser integration, like Panther, to render full pages before scraping.
-
-
Lulit Sharada replied to the discussion Best way to track airline prices on Skyscanner and Google Flights? in the forum General Web Scraping 8 months ago
Best way to track airline prices on Skyscanner and Google Flights?
-
For Google Flights, I use automated notifications for specific routes and dates, reducing the need for constant scraping.
-
-
Lulit Sharada changed their photo 8 months ago
-
Lulit Sharada became a registered member 8 months ago