Track five competitors’ domain authority on one board.
Polls DA for a fixed competitor set on a schedule and pushes the series to a Google Sheet wired to your Looker dashboard.
/v1/domainAbout this workflow
Polls DA for a fixed competitor set on a schedule and pushes the series to a Google Sheet wired to your Looker dashboard. It's a Make.com workflow built for competitor monitoring, wiring the RankParse API into Google Sheets and Looker. Pricing is usage-based — about 5 credits / run — with no subscription or per-seat fees.
How it works
- 1
Trigger
Starts from a scheduled Make scenario (or an app trigger).
- 2
Pull RankParse data
Call /v1/domain for the domains or keywords you track.
- 3
Process
Watch the competitor set and surface only the changes that cross your thresholds.
- 4
Deliver
Push the result to Google Sheets and Looker.
Set it up
- 1.Import the starter config below into Make.com.
- 2.Add your RankParse API key as an X-API-Key header credential.
- 3.Connect Google Sheets and Looker.
- 4.Set your domains or keywords and a schedule, then run it.
Starter config
A base to adapt — wire it into your Make.com workflow and fill in your inputs.
{
"name": "Track five competitors’ domain authority on one board",
"platform": "Make",
"category": "Competitor monitoring",
"rankparse": {
"baseUrl": "https://api.rankparse.com",
"auth": "X-API-Key",
"endpoints": [
"/v1/domain"
]
},
"connects": [
"Google Sheets",
"Looker"
],
"schedule": "0 9 * * *",
"estimatedCredits": "~5 credits / run"
}