-
Laleh Korina replied to the discussion Scrape bestsellers, delivery charges, and star ratings from WHSmith UK using Go in the forum General Web Scraping a year ago
Scrape bestsellers, delivery charges, and star ratings from WHSmith UK using Go
Adding functionality to scrape additional categories or pages dynamically would make the script more versatile. This can be achieved by extracting links to other sections and visiting them recursively.
-
Laleh Korina started the discussion Compare PHP and Node.js for scraping hotel details on Booking.com UAE in the forum General Web Scraping a year ago
Compare PHP and Node.js for scraping hotel details on Booking.com UAE
How would scraping hotel details from Booking.com UAE differ between PHP and Node.js? Is PHP’s cURL and DOMDocument better for parsing static content, or does Node.js with Puppeteer handle dynamic, JavaScript-rendered content more effectively? What happens when dealing with large-scale scraping tasks that require concurrency or interacting with…
-
Laleh Korina changed their photo a year ago
-
Laleh Korina became a registered member a year ago
-
Scilla Phoebe replied to the discussion Scrape flash sale details, customer reviews, return policies Debenhams on Python in the forum General Web Scraping a year ago
Scrape flash sale details, customer reviews, return policies Debenhams on Python
The script could be improved by adding a pagination handler to scrape customer reviews across multiple pages. This would ensure a comprehensive collection of reviews rather than limiting to the first page.
-
Scilla Phoebe replied to the discussion Scrape special offers, user rating, product info from Marks & Spencer UK on Ruby in the forum General Web Scraping a year ago
Scrape special offers, user rating, product info from Marks & Spencer UK on Ruby
The script could include better error handling to account for network errors or missing elements. For instance, wrapping scraping methods in begin-rescue blocks can prevent the script from crashing due to unexpected issues.
-
Scilla Phoebe started the discussion Compare Node.js and Python for scraping product prices on Elgiganten Swede in the forum General Web Scraping a year ago
Compare Node.js and Python for scraping product prices on Elgiganten Swede
How does scraping product prices from Elgiganten, one of Sweden’s largest electronics retailers, differ between Node.js and Python? Would Python’s BeautifulSoup and requests libraries provide a more straightforward solution for parsing static content, or does Node.js with Puppeteer offer a better approach for handling dynamic content, such as…
-
Scilla Phoebe changed their photo a year ago
-
Scilla Phoebe became a registered member a year ago
-
Jessie Georgijs replied to the discussion Collect price drops, product descriptions, and stock levels from Boots UK using in the forum General Web Scraping a year ago
Collect price drops, product descriptions, and stock levels from Boots UK using
The script could benefit from additional error handling to manage network errors or timeouts. Using a retry mechanism with Jsoup would ensure the script can attempt to fetch the page again if the first attempt fails.
- Load More