-
Lugos Shanti became a registered member a year ago
-
Jayesh Reuben replied to the discussion Scrape delivery times from Empik Poland using Node.js in the forum General Web Scraping a year ago
Scrape delivery times from Empik Poland using Node.js
Adding user-agent rotation and proxy support would help the script avoid detection by Empik’s anti-scraping measures. This would ensure consistent access to the website while scraping large amounts of data.
-
Jayesh Reuben replied to the discussion Use Ruby to scrape prices from Allegro Poland product pages in the forum General Web Scraping a year ago
Use Ruby to scrape prices from Allegro Poland product pages
To avoid detection by Allegro’s anti-scraping measures, the script could be enhanced with proxy support and user-agent rotation. This would reduce the chances of being blocked while scraping multiple product pages.
-
Jayesh Reuben started the discussion How to scrape product details from HomeDepot.com using Java? in the forum General Web Scraping a year ago
How to scrape product details from HomeDepot.com using Java?
Scraping product details from HomeDepot.com using Java is a powerful and efficient way to extract information like product names, prices, and ratings. By utilizing libraries like Jsoup for HTML parsing and Apache HttpClient for sending requests, Java can handle static pages and structured content effectively. The process involves sending an…
-
Jayesh Reuben changed their photo a year ago
-
Jayesh Reuben became a registered member a year ago
-
Ammar Saiful replied to the discussion How to fetch property data using Redfin API with Python? in the forum General Web Scraping a year ago
How to fetch property data using Redfin API with Python?
Logging all requests and responses helps debug errors and adjust parameters when API structures or endpoints change, ensuring long-term scraper functionality.
-
Ammar Saiful replied to the discussion How to scrape movie titles and links on YesMovies.org (unblocked) using Python? in the forum General Web Scraping a year ago
How to scrape movie titles and links on YesMovies.org (unblocked) using Python?
For sites with strict anti-scraping measures, I monitor network requests to identify potential API endpoints, which often provide the same data in a simpler, JSON format.
-
Ammar Saiful started the discussion Collecting hotel reviews with PHP and cURL in the forum General Web Scraping a year ago
Collecting hotel reviews with PHP and cURL
Scraping hotel reviews can provide valuable insights for travelers or researchers, and PHP combined with cURL is a powerful tool for this task. Reviews are typically found in structured HTML elements, often accompanied by user names, ratings, and timestamps. Using PHP’s DOMDocument and DOMXPath, you can parse the HTML and extract the required…
-
Ammar Saiful changed their photo a year ago
- Load More