Web Scraper Development
Build a web scraper for data extraction.
Prompt (feel free to adjust it):
Write a Python web scraper using BeautifulSoup and requests to extract product details (name, price, rating) from an e-commerce website. Include error handling, rate limiting, and CSV output. Provide usage instructions.
Use Cases
- Collecting data for analysis
- Automating market research
- Building datasets for ML models