Collect product details from many web pages and store clean results in Google Sheets. Ideal for marketing teams and ecommerce analysts who need fast product research, price checks, and catalog enrichment without manual copy and paste.
The run starts on a manual click. It reads a list of URLs from a tracking sheet in Google Sheets, then processes them in batches. Each URL is sent to a web scraping API to fetch the page HTML. A code step removes extra tags and noise. The cleaned HTML goes to an AI model through OpenRouter with a strict schema so fields like name, price, rating, reviews, and description come back in a consistent JSON format. The results are split into items and appended to a results sheet. The loop continues until all URLs are done.
Plan for two Google Sheets tabs, one for URLs and one for results. You will need a Bright Data API token and an OpenRouter API key. Expect faster research, fewer errors, and a steady data format that is ready for analysis. Common uses include competitor tracking, marketplace scans, and building product lists for campaigns or feeds.