All templates
Make.comOutreach automation

Turn a competitor’s backlinks into a cold-email queue.

Pulls a rival’s referring domains, keeps the ones above DA 40, enriches a contact, and drops each into your sending tool.

~14 credits / run· 2.7kinstalls·@devon_seo
/v1/referring_domains/v1/anchor_text
Get free API key
Make.com workflow
TriggerScheduled scenario
RankParse API/v1/referring_domains/v1/anchor_text
ProcessOutreach automation
DeliverHunter, Gmail

About this workflow

Pulls a rival’s referring domains, keeps the ones above DA 40, enriches a contact, and drops each into your sending tool. It's a Make.com workflow built for outreach automation, wiring the RankParse API into Hunter and Gmail. Pricing is usage-based — about 14 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/referring_domains and /v1/anchor_text for the domains or keywords you track.

  3. 3

    Process

    Filter for the highest-value targets and prepare a personalized, ready-to-send touch.

  4. 4

    Deliver

    Push the result to Hunter and Gmail.

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 Hunter and Gmail.
  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": "Turn a competitor’s backlinks into a cold-email queue",
  "platform": "Make",
  "category": "Outreach automation",
  "rankparse": {
    "baseUrl": "https://api.rankparse.com",
    "auth": "X-API-Key",
    "endpoints": [
      "/v1/referring_domains",
      "/v1/anchor_text"
    ]
  },
  "connects": [
    "Hunter",
    "Gmail"
  ],
  "schedule": "0 9 * * *",
  "estimatedCredits": "~14 credits / run"
}

Related templates