I have lists of Amazon EU products identified by either ASIN or EAN and I need their current buy-box price captured on a weekly schedule. The workflow should look like this: I drop a fresh list into the tool, it fetches the price for each item from the Amazon product page, and it outputs one tidy Excel file ready for analysis. Key requirements • Input: CSV or plain text list containing ASINs and/or EANs. • Data point: price only—no titles, images, or reviews. • Update frequency: automated weekly run (cron, Windows Task Scheduler, or your preferred method). • Output: single Excel file with columns for identifier, date-time of capture, and price. I’m flexible on the tech stack—Python (Requests, BeautifulSoup, Scrapy), Node, or another language you’re comfortable with—as long as the solution is stable and can handle Amazon’s anti-scraping measures (rotating proxies, randomized headers, or an API approach). Please include brief instructions for setup and a way for me to add or remove ASIN/EANs without touching the code. Deliverables 1. Working script or small application with source code. 2. README or short video showing installation, configuration, and how the weekly scheduler is set up. 3. One initial successful run using a sample list I’ll provide, returned in Excel format. If you have prior experience scraping Amazon or dealing with dynamic anti-bot pages, let me know—those examples will help me choose quickly. I’m ready to get started as soon as I find the right fit.