@Qamar
Qamar Rasel
Hello, I’m Qamar Rasel, and my background is in IT
Computer Learning
NYC
Joined Dec 2024
Forum Replies Created
-
Qamar Rasel
Member12/06/2024 at 11:09 am in reply to: How to scrape travel data from Skyscanner’s EU site using Rust?- With Rust’s Actix framework, I can manage concurrent requests efficiently, capturing multiple flight routes in a single run.
-
Qamar Rasel
Member12/06/2024 at 11:08 am in reply to: Tips for scraping Zalando e-commerce data using Python?If API endpoints are accessible through network requests, mimic them directly, which can be faster than scraping HTML.
-
Qamar Rasel
Member12/06/2024 at 11:07 am in reply to: Best practices for scraping travel data from Agoda or Traveloka?By setting my scraper to check prices daily, I capture fluctuations in rates for hotels, flights, and activities, especially during peak seasons.
-
Qamar Rasel
Member12/06/2024 at 11:06 am in reply to: How to track electronics trends on Shopee and Lazada in Asia?Tracking both ratings and reviews on each platform reveals which gadgets have high satisfaction rates, helping identify quality products.
-
Qamar Rasel
Member12/06/2024 at 11:05 am in reply to: How to gather trending product data from Shopee and Lazada in Southeast Asia?- By comparing prices and availability across both platforms, I get a clearer picture of consumer preferences and pricing strategies.
-
Qamar Rasel
Member12/06/2024 at 11:05 am in reply to: Methods to monitor housing trends using data from real estate websites?- By setting up periodic scrapes for listings by zip code, I capture price changes over time, which is useful for forecasting trends.
-
Qamar Rasel
Member12/06/2024 at 11:03 am in reply to: How do I scrape user reviews on 1688.com with Rust?Organizing reviews by rating level (e.g., positive, neutral, negative) enables sentiment analysis, helping identify high-rated products.
-
Qamar Rasel
Member12/06/2024 at 11:02 am in reply to: Best ways to scrape Q&A or FAQs from e-commerce product pages?For dynamically loaded content, using Playwright to fully render the page ensures all Q&A data is loaded before scraping.