Get a weekly lost-links digest in your inbox.
Every Monday, compares this week’s backlink profile to last week’s and emails a clean list of links you’ve dropped, sorted by DA.
/v1/backlinks/lostAbout this workflow
Every Monday, compares this week’s backlink profile to last week’s and emails a clean list of links you’ve dropped, sorted by DA. It's a Zapier workflow built for backlink auditing, wiring the RankParse API into Gmail. Pricing is usage-based — about 8 credits / week — with no subscription or per-seat fees.
How it works
- 1
Trigger
Fires from a Zapier trigger — a schedule or an app event.
- 2
Pull RankParse data
Call /v1/backlinks/lost for the domains or keywords you track.
- 3
Process
Diff the latest backlink profile and isolate the links that matter — new, lost, or low-quality.
- 4
Deliver
Push the result to Gmail.
Set it up
- 1.Import the starter config below into Zapier.
- 2.Add your RankParse API key as an X-API-Key header credential.
- 3.Connect Gmail.
- 4.Set your domains or keywords and a schedule, then run it.
Starter config
A base to adapt — wire it into your Zapier workflow and fill in your inputs.
{
"name": "Get a weekly lost-links digest in your inbox",
"platform": "Zapier",
"category": "Backlink auditing",
"rankparse": {
"baseUrl": "https://api.rankparse.com",
"auth": "X-API-Key",
"endpoints": [
"/v1/backlinks/lost"
]
},
"connects": [
"Gmail"
],
"schedule": "0 9 * * *",
"estimatedCredits": "~8 credits / week"
}