Edit Python Scraper data from Google Shopping

Заказчик: AI | Опубликовано: 24.04.2026

I already have a working Python web-scraping script; it just targets a different marketplace. I need it refactored so it now adds data from Google Shopping based on some specific keywords. The script must capture product names, prices, and the associated seller details, then push each run’s results into my existing Google Sheet (using the Google Sheets API or gspread—whatever keeps it simple and stable). The run cadence is ad-hoc: I trigger the script whenever I want a fresh data set, so there is no scheduler to build—just make sure it supports a clean, repeatable manual launch without duplicating rows. Deliverables: • Updated Python script with any new dependencies clearly noted • A short README showing how to authenticate with Google Shopping and my Sheet, plus sample command to run • One successful test run recorded in the Sheet to confirm product and seller info appear in the correct columns As long as the code is clean, documented, and resilient to minor layout changes on Google Shopping, we’re set.