Turn a basic company list in Google Sheets into rich profiles ready for outreach and segmentation. The flow reads each website, scrapes the homepage, and writes clear fields like offer, value proposition, business model, and ICP. It suits marketing teams that need fast research at scale.
A webhook starts the run. Rows are pulled from your sheet, then handled one by one using a loop. An AI agent calls a helper workflow that uses ScrapingBee to fetch the page, converts HTML to markdown to lower token use, then sends the text to an OpenAI chat model. A structured parser returns clean fields that map back to the same row so your sheet stays updated without copy and paste. The agent also flags missing or mismatched content so you know what to review.
You will need a Google service account with access to the sheet, an OpenAI key, and a ScrapingBee key. Expect research time per company to drop from minutes to seconds while keeping data consistent across the list. Use it to qualify leads, segment accounts, and prepare outreach without manual browsing. Make sure your sheet has Company and Website columns and confirm the document ID and tab configured in the nodes.