I need a concise data-capture script that pulls two things from an online database I’ll give you access to: • A consolidated CSV containing only the Names and Emails columns found across several source files, cleaned of duplicates and saved in UTF-8. • A zipped folder of every product image referenced in those records, named so it’s easy to trace each picture back to its corresponding row. Python with requests, BeautifulSoup and pandas would suit me best because I’d like to rerun the job later, but feel free to use whatever stack you prefer—just include clear setup and usage notes. The job is complete when I can run your script, watch it collect the names, emails and images automatically, and see the final CSV and image archive in my drive without manual fixes.