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. 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. 1

    Trigger

    Starts from a scheduled Make scenario (or an app trigger).

  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.

  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.
  3. 3.Connect Google Sheets and Looker.
  4. 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"
}

Related templates