All templates
ZapierLead enrichment

Enrich new CRM leads with their site’s SEO profile.

On every new HubSpot contact, looks up the company domain’s DA and backlink count and writes both back onto the record.

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

About this workflow

On every new HubSpot contact, looks up the company domain’s DA and backlink count and writes both back onto the record. It's a Zapier workflow built for lead enrichment, wiring the RankParse API into HubSpot. 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 HubSpot.

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 HubSpot.
  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": "Enrich new CRM leads with their site’s SEO profile",
  "platform": "Zapier",
  "category": "Lead enrichment",
  "rankparse": {
    "baseUrl": "https://api.rankparse.com",
    "auth": "X-API-Key",
    "endpoints": [
      "/v1/domain"
    ]
  },
  "connects": [
    "HubSpot"
  ],
  "schedule": "0 9 * * *",
  "estimatedCredits": "~2 credits / lead"
}

Related templates