Plans & Pricing
LoginSign Up

profileAPI

/

Products

/

API

Integrate fresh business data into your teams, agents, and apps with a production-ready 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.

Highlights

Programmable access to companies, persons, emails, and phones

Use one API to search companies, find persons, and resolve email and phone contact data through dedicated endpoints built for production workflows.

Built for products, agents, and GTM systems

Bring profileAPI data into apps, internal systems, and AI workflows to power enrichment, search, prioritization, personalization, and execution from fresh business context.

Simple authentication and developer-ready docs

Authenticate with Authorization: ApiKey <key> and get started quickly with documentation for company search, person search, and email and phone lookup workflows.

Code snippets

See how developers can search, enrich, and resolve business data through simple API requests.

Find companies

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" } }

Reverse lookup email

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" } }

Lookup phone

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 } }

Explore the API and start building with fresh GTM context

Explore the API Docs

Business data for AI-first GTM teams, agents, and apps

Products

APIMCP ServerData FeedsGTM Engineering

Datasets

Company

Address

1151 Walker Rd Ste 100

PMB 285

Dover, DE 19904

© 2026 ProfileAPI. All rights reserved.