-
Subhash Siddiqa 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
Adding functionality to handle dynamically loaded content would improve the accuracy of the scraper. If the availability information is rendered by JavaScript, integrating a library like Selenium or Playwright would ensure that all content is fully loaded before extraction.
-
Subhash Siddiqa 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
Adding user-agent rotation and proxy support would make the scraper more resilient to detection by JD.com’s anti-bot measures. This would allow for consistent data scraping without interruptions or IP bans.
-
Subhash Siddiqa started the discussion Scraping event details using Python and Playwright in the forum General Web Scraping a year ago
Scraping event details using Python and Playwright
Scraping event details, such as names, dates, and locations, is useful for building event aggregators or calendars. Many event websites use JavaScript to dynamically load their content, making Python and Playwright an excellent combination for rendering and extracting data. The first step is to use Playwright to navigate to the webpage and…
-
Subhash Siddiqa changed their photo a year ago
-
Subhash Siddiqa became a registered member a year ago
-
Soheil Sarala replied to the discussion Scrape product titles from Currys UK using Python in the forum General Web Scraping a year ago
Scrape product titles from Currys UK using Python
Adding user-agent rotation and proxy support would help avoid detection by Currys’ anti-bot mechanisms. This would ensure that the script can scrape data consistently without being blocked.
-
Soheil Sarala replied to the discussion Scrape delivery options from Dunelm UK using Go in the forum General Web Scraping a year ago
Scrape delivery options from Dunelm UK using Go
The script could be extended to handle pagination or extract delivery information for multiple products by dynamically following links from a category page. This would enable the collection of a more comprehensive dataset.
-
Soheil Sarala started the discussion Scraping car listings with prices using Node.js and Cheerio in the forum General Web Scraping a year ago
Scraping car listings with prices using Node.js and Cheerio
Scraping car listings with prices from automotive websites is a common task for market research or price comparison. Node.js, combined with the Cheerio library, offers a lightweight and efficient way to scrape static websites. For sites with dynamic content, integrating Puppeteer with Node.js ensures that JavaScript-rendered elements are…
-
Soheil Sarala changed their photo a year ago
-
Soheil Sarala became a registered member a year ago
- Load More