-
Sergei Italo replied to the discussion How can I scrape promotional offers and discounts on Grab? in the forum General Web Scraping a year ago
How can I scrape promotional offers and discounts on Grab?
Grab’s API, when available, provides data on pricing and services for ride-hailing, food delivery, and more, making it easier to compare offers.
-
Sergei Italo replied to the discussion What’s the best way to gather Shopify product data if business allows scraping? in the forum General Web Scraping a year ago
What’s the best way to gather Shopify product data if business allows scraping?
-
Automating data checks for updates lets me track new arrivals or out-of-stock products without overloading the store’s server.
-
-
Sergei Italo replied to the discussion How can I use Node.js to scrape product reviews on Bol.com? in the forum General Web Scraping a year ago
How can I use Node.js to scrape product reviews on Bol.com?
Schedule the scraper to run periodically, capturing review trends over time, which is useful for sentiment analysis.
-
Sergei Italo changed their photo a year ago
-
Sergei Italo became a registered member a year ago
-
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
- Load More