-
Navneet Gustavo 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
To improve scalability, the script could save the extracted delivery times into a database or a file like JSON or CSV. This approach would make the data easier to query and analyze, especially when scraping delivery estimates for multiple products.
-
Navneet Gustavo 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
Saving the scraped prices to a database or structured file, like CSV or JSON, would improve data organization and make it easier to analyze trends. This would also allow for integration with other tools or applications.
-
Navneet Gustavo started the discussion How do you scrape sports scores from a live scoreboard website? in the forum General Web Scraping a year ago
How do you scrape sports scores from a live scoreboard website?
Scraping live sports scores can be challenging due to their frequent updates and use of JavaScript for real-time data rendering. Many scoreboard websites update scores dynamically using WebSockets or AJAX calls, so traditional HTML scraping might not work. The first step is to inspect the network traffic in the browser to identify the source…
-
Navneet Gustavo changed their photo a year ago
-
Navneet Gustavo became a registered member a year ago
-
Elen Honorata replied to the discussion Scrape product availability from Otto Germany using Python in the forum General Web Scraping a year ago
Scrape product availability from Otto Germany using Python
The script can be extended to save the scraped availability data into a structured format such as JSON or CSV for further analysis. This approach is particularly useful for tracking stock trends or comparing availability across products.
-
Elen Honorata replied to the discussion Use Node.js to scrape seller ratings from JD.com product pages in the forum General Web Scraping a year ago
Use Node.js to scrape seller ratings from JD.com product pages
The script could store the extracted ratings in a database or JSON file instead of printing them to the console. This would make it easier to analyze and share the data, especially when working with large datasets.
-
Elen Honorata started the discussion How to scrape real estate listings from property websites? in the forum General Web Scraping a year ago
How to scrape real estate listings from property websites?
Scraping real estate listings involves extracting structured data like property titles, prices, locations, and descriptions from property websites. Most real estate websites organize listings in a consistent layout, making it easier to identify the required HTML elements. However, challenges arise when these sites use JavaScript to load…
-
Elen Honorata changed their photo a year ago
-
Elen Honorata became a registered member a year ago
- Load More