Auto-add high-DA mentions to your outreach board.
Scans new backlinks for unlinked or high-authority mentions and creates a Trello card with the contact and a suggested ask.
/v1/backlinksAbout this workflow
Scans new backlinks for unlinked or high-authority mentions and creates a Trello card with the contact and a suggested ask. A outreach automation workflow on Zapier, connecting RankParse's data straight into Trello. You pay per credit — about 6 credits / run — never a flat monthly fee.
How it works
- 1
Trigger
Fires from a Zapier trigger — a schedule or an app event, budgeted at ~6 credits / run.
- 2
Pull RankParse data
Call /v1/backlinks 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 Trello.
- 4
Deliver
Push the result to Trello.
Set it up
- 1.Import the starter config below into Zapier.
- 2.Add your RankParse API key as an X-API-Key header credential — this template calls /v1/backlinks.
- 3.Connect Trello.
- 4.Point it at the competitor domains you're prospecting from, pick a schedule, and turn it on.
Starter config
A base to adapt — wire it into your Zapier workflow and fill in your inputs.
{
"name": "Auto-add high-DA mentions to your outreach board",
"platform": "Zapier",
"category": "Outreach automation",
"rankparse": {
"baseUrl": "https://api.rankparse.com",
"auth": "X-API-Key",
"endpoints": [
"/v1/backlinks"
]
},
"connects": [
"Trello"
],
"schedule": "0 9 * * *",
"estimatedCredits": "~6 credits / run"
}