crawlgraph_gap_outreach_targets

Pack: crawlgraph · Endpoint: https://gateway.pipeworx.io/crawlgraph/mcp

The warm-outreach play: gap_analysis filtered to ONLY the linking domains that link to EVERY competitor you listed but not to you. These are the highest-conviction outreach candidates — every competitor in the set has the link, so the topic/audience is verified. Same async pattern as crawlgraph_gap_analysis (polls up to ~10s; returns job_id if still running). Counts as one gap-analysis quota call.

Parameters

NameTypeRequiredDescription
my_domainstringyesYour domain.
competitor_domainsarrayyes2–5 competitor domains. The filter is strongest with more competitors; 2 is the minimum for “warm outreach” to be meaningful.
itemsstringno
min_authoritynumbernoOptional minimum CrawlGraph authority threshold to filter results client-side.
_apiKeystringyesCrawlGraph API key.

Example call

curl -X POST https://gateway.pipeworx.io/crawlgraph/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"crawlgraph_gap_outreach_targets","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "crawlgraph": {
      "url": "https://gateway.pipeworx.io/crawlgraph/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build June 1, 2026