Quick overview
This workflow runs weekly to sync a Webflow CMS directory with current Google Maps listing data fetched via Bright Data, rewrites updated one-line blurbs with OpenAI (GPT-5.6), posts a digest to Slack, and optionally writes approved changes back to Webflow.
How it works
- Runs on a weekly schedule and loads configuration values such as Webflow IDs, field slugs, change thresholds, and dry-run/publish settings.
- Retrieves items from a Webflow CMS collection and builds a batch of Google Maps URLs to refresh (up to the configured maximum).
- Triggers a Bright Data Google Maps dataset fetch for the URL batch, polls until the snapshot is ready, and downloads the fresh listing results.
- Compares the fresh Google Maps rating/review counts (and closed status) against the stored Webflow values and keeps only listings that exceed the defined change thresholds.
- Uses OpenAI (GPT-5.6) to generate an updated single-sentence directory blurb for each changed listing using only the provided category and numbers.
- Posts a formatted refresh digest to a Slack channel and updates the matching Webflow CMS items with the new rating, review count, and blurb when dry_run is disabled and the listing is not flagged as permanently closed.
Setup
- Add a Webflow credential, then set your Webflow site ID and collection ID in the Settings values.
- Update the Webflow field slugs in Settings (google maps URL, rating, review count, and blurb) to match your collection’s fieldData keys.
- Add a Bright Data Web Scraper/Datasets API key as an HTTP Header Auth credential and confirm the dataset endpoint/ID used in the Bright Data requests.
- Add an OpenAI credential and ensure the selected GPT-5.6 model is available in your account.
- Add a Slack credential and set the target channel for the digest message.
- Keep dry_run enabled for initial testing, then disable it to allow writes, and set publish_live to control whether updates are pushed to the live Webflow site.
Requirements
- A Webflow site with a CMS directory collection, a Bright Data account with the Google Maps dataset, plus OpenAI and Slack credentials.
Customization
- Three optional add-ons ship unwired beside the main chain, so you can plug in whichever fits your site: Mirror Directory To Sheets keeps a spreadsheet copy, Email The Refresh Report replaces the Slack post, and Flag Permanently Closed archives venues Google Maps still lists after they have shut.
- dry_run ships on and publish_live ships off, so the first run reports what it would change and writes nothing. Tune min_rating_change, min_review_change and max_listings in Settings.