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
provision: get an API key. No signup, no card. Grants 500 credits to start.resolve_url(optional): only for a dirty or ambiguous profile URL. A clean URL, slug, or URN goes straight toget_profile. Cost: 2 credits.get_profile: one call per lead, withsections: ["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.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
- A trial key starts with 500 credits and allows 5 realtime fetches total;
freshness: "realtime"adds 2 credits per call, refunded automatically if the live fetch falls back to cached data. - Skip
resolve_urlfor identifiers you already trust; it spends 2 credits for nothing on a clean URL. - A profile flagged
is_anonymous: truein a search result is private;get_profilecannot dereference it. - Set
max_creditson a call to cap its own spend; if the quote would exceed it, nothing is charged.
Run it
Full reference: /docs. A ready-made agent setup prompt: /agent-setup/prompt.md.