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.
/v1/referring_domains/v1/anchor_textAbout this workflow
Pulls a rival’s referring domains, keeps the ones above DA 40, enriches a contact, and drops each into your sending tool. Built on Make.com for outreach automation, piping the RankParse API into Hunter and Gmail. No subscription and no per-seat pricing — just about 14 credits / run in RankParse credits.
How it works
- 1
Trigger
Starts from a scheduled Make scenario (or an app trigger), budgeted at ~14 credits / run.
- 2
Pull RankParse data
Call /v1/referring_domains and /v1/anchor_text for the domains or keywords you track.
- 3
Process
Filter for the highest-value targets and prepare a personalized, ready-to-send touch. Built around Hunter and Gmail.
- 4
Deliver
Push the result to Hunter and Gmail.
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 — this template calls /v1/referring_domains and /v1/anchor_text.
- 3.Connect Hunter and Gmail.
- 4.Fill in the competitor domains you're prospecting from, 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": "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"
}