π Use This Workflow
Workflow Description
Hereβs how this Agent works:
1οΈβ£ Fetch & Clean Domains β The workflow triggers whenever a new domain is added to the connected Google Sheet and cleans the domain URL by removing https://, www., and trailing slashes. It also structures the data including the row number.
2οΈβ£ Fetch & Extract Traffic Data β Sends the cleaned domain to SimilarWeb via RapidAPI, retrieves detailed traffic metrics, and formats the raw API response to highlight essential insights such as global rank, monthly visits, top traffic sources, top countries, and device split.
3οΈβ£ Store Metrics β Writes the enriched traffic data back to Google Sheets and optionally exports it to Airtable for further tracking or integration.
π οΈ Step-by-Step Breakdown (Node View)
STEP 1 β Fetch & Clean Domains
- Node 1: Sheet Trigger: New Domain β Monitors a Google Sheet for new rows (domains) and triggers the workflow when a new domain is added.
- Node 2: Clean Domain URL β Removes unnecessary URL components (
https://, www., trailing slashes) and prepares structured data including the row number.
- Node 3: Fetch Analysis (SimilarWeb API) β Sends the cleaned domain to SimilarWeb via RapidAPI and retrieves traffic data including global rank, country rank, category rank, visits, bounce rate, and device split.
- Node 4: Extract Key Traffic Metrics β Processes the raw SimilarWeb API response to extract key metrics such as total visits, top traffic sources, top countries, and device split percentages.
STEP 3 β Store Metrics
- Node 5: Update Sheet with Traffic Data β Updates the original or destination Google Sheet with the formatted traffic metrics.
- Node 6: Export to Airtable (Optional) β Optionally sends enriched domain traffic data to an Airtable base for further tracking or integration.
π‘ Why is this powerful?
- Automatically enriches domains with critical traffic insights without manual effort.
- Provides actionable data such as global rank, top traffic sources, and device split for better decision-making.
- Seamless integration with Google Sheets and Airtable ensures data is structured, stored, and easily shareable.
- Fully automated workflow that scales with your domain list.