Description: Develop a Python script to scrape product names and prices from a public e-commerce site (e.g., a category page on Amazon or a sample site). Use requests and BeautifulSoup to extract data, save to a JSON file, and include a README with setup instructions and a note on periodic checking.
Difficulty: Beginner
Skills: Python, JSON output, repetitive task automation.