

Sujay Nkazimulo
-
Sujay Nkazimulo 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 3 months ago
What’s the best way to gather product and review data on Dangdang using Go?
-
Rotating headers and IPs helps avoid detection, as Dangdang monitors for unusual traffic, especially in high-demand sections.
-
-
Sujay Nkazimulo replied to the discussion What’s the best way to scrape financial data from Yahoo Finance? in the forum General Web Scraping 3 months ago
What’s the best way to scrape financial data from Yahoo Finance?
Yahoo Finance’s JSON structure in network requests allows for direct access to detailed data, such as market cap or volume, without parsing HTML.
-
Sujay Nkazimulo replied to the discussion How to detect new products on e-commerce sites without scraping all pages? in the forum General Web Scraping 3 months ago
How to detect new products on e-commerce sites without scraping all pages?
-
Using the site’s API, if available, allows for more efficient monitoring of product additions without excessive page requests.
-
-
Sujay Nkazimulo replied to the discussion How can I scrape Xiaomi’s online store with Python for product specs and prices? in the forum General Web Scraping 3 months ago
How can I scrape Xiaomi’s online store with Python for product specs and prices?
Storing data in a local SQLite or MySQL database allows for easy querying and analysis, especially when tracking product trends.
-
Sujay Nkazimulo replied to the discussion How do I scrape product details from Suning.com using Java? in the forum General Web Scraping 3 months ago
How do I scrape product details from Suning.com using Java?
-
By capturing timestamps, I can track Suning’s frequent sales and discount cycles, helping identify trends in pricing.
-
-
Sujay Nkazimulo replied to the discussion How can I monitor price drops on Xiaohongshu (Little Red Book) with Python? in the forum General Web Scraping 3 months ago
How can I monitor price drops on Xiaohongshu (Little Red Book) with Python?
-
By rotating IP addresses and user-agent headers, I avoid detection, especially when scraping high-demand product categories.
-
-
Sujay Nkazimulo replied to the discussion How can I scrape Yahoo! Auctions Japan with Go? in the forum General Web Scraping 3 months ago
How can I scrape Yahoo! Auctions Japan with Go?
I store auction data in a local SQLite database, making it easy to query and analyze bid histories over time.
-
Sujay Nkazimulo changed their photo 3 months ago
-
Sujay Nkazimulo became a registered member 3 months ago