All templates
ZapierLead enrichment

Score inbound demo requests by domain authority.

When a demo form comes in, grades the requester’s domain by DA and routes high-authority prospects to a priority Slack queue.

~2 credits / lead· 1.3kinstalls·@lena.builds
/v1/domain
Get free API key
Zapier workflow
TriggerTrigger event
RankParse API/v1/domain
ProcessLead enrichment
DeliverSalesforce, Slack

About this workflow

When a demo form comes in, grades the requester’s domain by DA and routes high-authority prospects to a priority Slack queue. It's a Zapier workflow built for lead enrichment, wiring the RankParse API into Salesforce and Slack. Pricing is usage-based — about 2 credits / lead — with no subscription or per-seat fees.

How it works

  1. 1

    Trigger

    Fires from a Zapier trigger — a schedule or an app event.

  2. 2

    Pull RankParse data

    Call /v1/domain for the domains or keywords you track.

  3. 3

    Process

    Look up each domain’s SEO profile and write the signals back onto the record.

  4. 4

    Deliver

    Push the result to Salesforce and Slack.

Set it up

  1. 1.Import the starter config below into Zapier.
  2. 2.Add your RankParse API key as an X-API-Key header credential.
  3. 3.Connect Salesforce and Slack.
  4. 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": "Score inbound demo requests by domain authority",
  "platform": "Zapier",
  "category": "Lead enrichment",
  "rankparse": {
    "baseUrl": "https://api.rankparse.com",
    "auth": "X-API-Key",
    "endpoints": [
      "/v1/domain"
    ]
  },
  "connects": [
    "Salesforce",
    "Slack"
  ],
  "schedule": "0 9 * * *",
  "estimatedCredits": "~2 credits / lead"
}

Related templates