

Marzieh Daniela
-
Marzieh Daniela replied to the discussion Scrape customer reviews from Zalando Poland using Python in the forum General Web Scraping 3 months ago
Scrape customer reviews from Zalando Poland using Python
Saving the extracted reviews into a structured format like JSON or CSV would make it easier to analyze customer feedback. This would also allow for easy integration with sentiment analysis tools or visualization software.
-
Marzieh Daniela replied to the discussion Use Go to scrape product categories from Media Markt Poland in the forum General Web Scraping 3 months ago
Use Go to scrape product categories from Media Markt Poland
To handle anti-scraping measures, adding user-agent rotation and proxy support would make the script more resilient. This would allow for consistent access to Media Markt’s website while minimizing the risk of being blocked.
-
Marzieh Daniela started the discussion How to scrape product images from an online store? in the forum General Web Scraping 3 months ago
How to scrape product images from an online store?
Scraping product images from an online store involves identifying the image URLs embedded in the HTML. These are typically found in img tags with attributes pointing to the image location. For static sites, BeautifulSoup is perfect for extracting these URLs, while JavaScript-heavy sites may require Puppeteer or Selenium. Once the URLs…
-
Marzieh Daniela changed their photo 3 months ago
-
Marzieh Daniela became a registered member 3 months ago