

Daniel Teuku
-
Daniel Teuku replied to the discussion Is Python really the best language for web scraping, or should I consider altern in the forum General Web Scraping 4 months ago
Is Python really the best language for web scraping, or should I consider altern
Python’s ease of use and broad library support make it accessible, especially for beginners. However, if performance is a priority, C# with HtmlAgilityPack is a strong contender, especially if you’re targeting Windows environments.
-
Daniel Teuku replied to the discussion How do I identify hidden APIs that might be easier to scrape? in the forum General Web Scraping 4 months ago
How do I identify hidden APIs that might be easier to scrape?
If the site is built with React or Vue, there’s a good chance data is loaded via API calls. I look for these in the page’s JavaScript code or in the dev tools.
-
Daniel Teuku replied to the discussion What are the best methods for scraping data from dynamically-loaded websites? in the forum General Web Scraping 4 months ago
What are the best methods for scraping data from dynamically-loaded websites?
If the data loads incrementally (like with infinite scroll), I use JavaScript event listeners to detect new content, then scrape the page once all content has loaded.
-
Daniel Teuku replied to the discussion What’s the best way to handle CAPTCHAs while scraping? in the forum General Web Scraping 4 months ago
What’s the best way to handle CAPTCHAs while scraping?
Some scrapers use “CAPTCHA banks,” where several accounts share CAPTCHA solutions across sessions, reducing individual load.
-
Daniel Teuku started the discussion What are the best methods to scrape product availability and stock status? in the forum General Web Scraping 4 months ago
What are the best methods to scrape product availability and stock status?
Product pages often have specific tags or indicators for availability, like “In Stock” or “Out of Stock.” I locate these using CSS selectors or XPath expressions.
-
Daniel Teuku changed their photo 4 months ago
-
Daniel Teuku became a registered member 4 months ago