All templates
Make.comCompetitor monitoring

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.

~5 credits / run· 980installs·@growthkit
/v1/domain
Get free API key
Make.com workflow
TriggerScheduled scenario
RankParse API/v1/domain
ProcessCompetitor monitoring
DeliverGoogle Sheets, Looker

About 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. Built on Make.com for competitor monitoring, piping the RankParse API into Google Sheets and Looker. No subscription and no per-seat pricing — just about 5 credits / run in RankParse credits.

How it works

  1. 1

    Trigger

    Starts from a scheduled Make scenario (or an app trigger), budgeted at ~5 credits / run.

  2. 2

    Pull RankParse data

    Call /v1/domain for the domains or keywords you track.

  3. 3

    Process

    Watch the competitor set and surface only the changes that cross your thresholds. Built around Google Sheets and Looker.

  4. 4

    Deliver

    Push the result to Google Sheets and Looker.

Set it up

  1. 1.Import the starter config below into Make.com.
  2. 2.Add your RankParse API key as an X-API-Key header credential — this template calls /v1/domain.
  3. 3.Connect Google Sheets and Looker.
  4. 4.Fill in the competitor domain set to watch, set a run schedule, and you're live.

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"
}

Related templates