Apollo.io
A
Apollo.io
/enrich-person

Enrich person

Enrich by email or name plus domain: title, LinkedIn, phone, company.

needs keyunknown
enrichemaillinkedin
$0.030
per call
plus $0.001 platform fee per run
Bring your own Apollo.io key: provider portion drops to $0.
Not enabled on this deployment yet. Connect your own key to use it now.
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run apollo /enrich-person for me.

Input

FieldTypeDescription
emailstringEmail
first_namestringFirst name
last_namestringLast name
domainstringCompany domain
linkedin_urlstringLinkedIn URL

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"apollo","endpoint":"/enrich-person","input":{}}'
cli
npx cracked-ai run -p apollo -e /enrich-person -i '{}'
mcp
run_tool({ provider: "apollo", endpoint: "/enrich-person", input: {} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.
Provider not enabled: the run returns a 503 with instructions.