All templates
n8nOutreach automation

Find guest-post targets in your niche and draft the pitch.

Surfaces referring domains that link to peers but not you, checks each page for an author byline, then drafts a tailored pitch.

~18 credits / run· 2kinstalls·@devon_seo
/v1/referring_domains/v1/page_audit
Get free API key
n8n workflow
TriggerSchedule or webhook
RankParse API/v1/referring_domains/v1/page_audit
ProcessOutreach automation
DeliverGmail, OpenAI

About this workflow

Surfaces referring domains that link to peers but not you, checks each page for an author byline, then drafts a tailored pitch. A outreach automation workflow on n8n, connecting RankParse's data straight into Gmail and OpenAI. You pay per credit — about 18 credits / run — never a flat monthly fee.

How it works

  1. 1

    Trigger

    Runs on an n8n schedule trigger or an incoming webhook, budgeted at ~18 credits / run.

  2. 2

    Pull RankParse data

    Call /v1/referring_domains and /v1/page_audit for the domains or keywords you track.

  3. 3

    Process

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

  4. 4

    Deliver

    Push the result to Gmail and OpenAI.

Set it up

  1. 1.Import the starter config below into n8n.
  2. 2.Add your RankParse API key as an X-API-Key header credential — this template calls /v1/referring_domains and /v1/page_audit.
  3. 3.Connect Gmail and OpenAI.
  4. 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 n8n workflow and fill in your inputs.

{
  "name": "Find guest-post targets in your niche and draft the pitch",
  "platform": "n8n",
  "category": "Outreach automation",
  "rankparse": {
    "baseUrl": "https://api.rankparse.com",
    "auth": "X-API-Key",
    "endpoints": [
      "/v1/referring_domains",
      "/v1/page_audit"
    ]
  },
  "connects": [
    "Gmail",
    "OpenAI"
  ],
  "schedule": "0 9 * * *",
  "estimatedCredits": "~18 credits / run"
}

Related templates