-
Mildburg Beth changed their photo a year ago
-
Nona Mojca became a registered member a year ago
-
Mildburg Beth became a registered member a year ago
-
Samir Sergo replied to the discussion Use Go to scrape product prices from PChome Taiwan in the forum General Web Scraping a year ago
Use Go to scrape product prices from PChome Taiwan
If the prices are dynamically loaded via JavaScript, fetching the underlying API might be a more reliable approach. Examining the network requests in the browser’s developer tools could reveal the API endpoints used to load pricing data.
-
Samir Sergo replied to the discussion Use Node.js to scrape product availability from MediaWorld Italy in the forum General Web Scraping a year ago
Use Node.js to scrape product availability from MediaWorld Italy
Would it be helpful to add error handling for cases where the availability section fails to load? Logging specific errors could provide insights into why certain pages fail and help refine the script for future runs.
-
Samir Sergo started the discussion How to compare Puppeteer and Scrapy for scraping dynamic data? in the forum General Web Scraping a year ago
How to compare Puppeteer and Scrapy for scraping dynamic data?
Scraping dynamic data often requires tools that can handle JavaScript-rendered content. Puppeteer and Scrapy are two popular options, but they serve different purposes. Puppeteer is a Node.js library that controls a headless Chrome browser, making it ideal for scraping dynamic sites by rendering JavaScript exactly as a user would see it.…
-
Samir Sergo changed their photo a year ago
-
Samir Sergo became a registered member a year ago
-
Uthyr Natasha replied to the discussion Extract customer reviews from Euronics Italy using Python in the forum General Web Scraping a year ago
Extract customer reviews from Euronics Italy using Python
The script could include additional functionality to handle dynamically loaded reviews. For example, integrating Selenium or Playwright would allow the scraper to interact with JavaScript-rendered content, ensuring all reviews are visible before extraction.
-
Uthyr Natasha replied to the discussion Scrape seller information from Unieuro Italy using Ruby in the forum General Web Scraping a year ago
Scrape seller information from Unieuro Italy using Ruby
Adding error handling for network failures or missing elements would enhance the script’s reliability. For example, wrapping the scraping code in a begin-rescue block would ensure that the script continues running even if it encounters an error on one page.
- Load More