Prospect enrichment

Prospect enrichment turns a list of known profile identifiers into full profile data (role, current company, experience) for people you have already identified.

Recipe

  1. provision: get an API key. No signup, no card. Grants 500 credits to start.
  2. resolve_url (optional): only for a dirty or ambiguous profile URL. A clean URL, slug, or URN goes straight to get_profile. Cost: 2 credits.
  3. get_profile: one call per lead, with sections: ["experience"]. The first two sections are included in the base fetch; each section past two adds 2 credits, up to 4 sections total. Cost: 4 credits per lead.
  4. get_usage: free, exempt from the rate limit. Check balance before a large batch instead of finding out mid-run.

Total cost

400 credits for 100 leads at one section each, within the two included sections.

Limits worth knowing

Run it

Full reference: /docs. A ready-made agent setup prompt: /agent-setup/prompt.md.