profileAPI
/
Products
/
API
profileAPI gives you programmable access to company, person, email, and phone data, along with AI-inferred traits and live signals you can use directly in products, agents, and GTM workflows. Authenticate with a simple API key and work from endpoints for company search, person search, email lookup, reverse email lookup, phone lookup, and reverse phone lookup.
Use one API to search companies, find persons, and resolve email and phone contact data through dedicated endpoints built for production workflows.
Bring profileAPI data into apps, internal systems, and AI workflows to power enrichment, search, prioritization, personalization, and execution from fresh business context.
Authenticate with Authorization: ApiKey <key> and get started quickly with documentation for company search, person search, and email and phone lookup workflows.
See how developers can search, enrich, and resolve business data through simple API requests.
Request
curl -X POST "https://api.profileapi.com/2024-03-01/companies/find" \ -H "Authorization: ApiKey YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "filters": { "industry": ["Information Technology"] }, "datasets": ["basic"], "limit": 5 }'
Response
{ "data": [ { "website": "example.com" } ], "meta": { "statusCode": 200, "nextStart": "9e6a55b258ef11edb8780242ac120003" } }
Request
curl -X POST "https://api.profileapi.com/2024-03-01/email-contacts/reverse-lookup" \ -H "Authorization: ApiKey YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "email": "[email protected]" }'
Response
{ "data": { "id": "9e6a55b258ef11edb8780242ac120002", "linkedInUrl": "https://linkedin.com/in/joedoe" } }
Request
curl -X POST "https://api.profileapi.com/2024-03-01/phone-contacts/lookup" \ -H "Authorization: ApiKey YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "linkedInUrl": "https://linkedin.com/in/joedoe" }'
Response
{ "data": { "phone": "+1234567890" }, "meta": { "statusCode": 200 } }
Business data for AI-first GTM teams, agents, and apps
Solutions
Resources
Company
Address
1151 Walker Rd Ste 100
PMB 285
Dover, DE 19904
© 2026 ProfileAPI. All rights reserved.