Free
$0No subscription
Explore the API and evaluate core endpoints.
- Credits
- 100 starter credits
- Rate limit
- 10 RPM
- Per 1,000
- Not applicable
Example responses
Explore sample responses for person, company, and job data. Select an endpoint to see the fields it returns.
and more endpoints
GET/v1/profiles/details/by-username?username=avery-chen-synthetic200 OKapplication/json
GET/v1/companies/details/by-slug?slug=northwind-foods200 OKapplication/json
GET/v1/jobs/search?keywords=data+engineer&location=United+States200 OKapplication/json
Model Context Protocol
EnvoAPI supports MCP, so you can use it with ChatGPT, Claude, Cursor, and other compatible AI tools.
Recents
Use envoapi mcp — enrich stripe.com
Called EnvoAPI · search_companies_by_domain
GET /v1/companies/by-domain · domain="stripe.com" → 200
Resolved the domain to a company record
Using EnvoAPI's company data, stripe.com resolves to a single typed record:
| Field | Value |
|---|---|
| name | Stripe |
| universal_name | stripe |
| industry | Financial Services |
| headquarters | South San Francisco, CA |
| founded | 2010 |
Enrich linkedin.com/in/a-okonkwo with envoapi
Called EnvoAPI · get_profile_details
GET /v1/profiles/details/by-url · url="linkedin.com/in/a-okonkwo" → 200
Fetched the full profile for one person
The profile resolves from its URL alone — each attribute comes back as its own field:
| Field | Value |
|---|---|
| full_name | Amara Okonkwo |
| headline | Engineering Manager, Payments |
| current_company | Stripe |
| location | Dublin, Ireland |
| experience[0].start | 2021-04 |
Use envoapi mcp — find Stripe engineering leads and what they work on
Called EnvoAPI · search_companies_by_domain
GET /v1/companies/by-domain · domain="stripe.com" → 200
Called EnvoAPI · get_company_people
GET /v1/companies/stripe/employees · keywords="engineering lead" → 200
Retrieved Stripe details and searched for engineering leadership contacts
Using EnvoAPI's current profile data for Stripe, I found several engineering leaders with explicit current responsibilities:
| Engineering lead | Current role | What they work on |
|---|---|---|
| A. Okonkwo | Engineering Manager — Payments | Leads the card acquiring team: authorisation, retries and network tokens. The record also lists ownership of the payments reliability programme. |
| M. Haruna | Staff Engineer — Billing | Works on subscriptions, proration and invoicing internals, with earlier experience on the revenue recognition pipeline. |
| J. Lindqvist | Director of Engineering | Oversees three teams across merchant onboarding and risk. The record confirms the title but does not name the sub-teams. |
Who are the heads of data at fintech companies in Berlin?
Called EnvoAPI · search_people_by_keyword
GET /v1/profiles/search · keywords="head of data fintech" · location="Berlin" → 200
Searched profiles by keyword and location
One search call returned three matches, each with a current title and employer attached:
| Name | Current role | Company |
|---|---|---|
| L. Brandt | Head of Data | Nordkredit |
| S. Yilmaz | Head of Data Platform | Kontobene |
| P. Novak | Director, Data & Analytics | Zahlwerk |
Showing example conversation: Company profile enrichment
Illustrative demo with sample data.
Official SDKs
Official clients on PyPI, npm, and the Go module proxy. Each maps one-to-one onto the REST endpoints and returns the same data / meta envelope, typed.
Python 3.11+ · sync and async
pip install envoapiNode.js 22+ · ESM · types included
npm install envoapiGo 1.25+ · context-aware
go get github.com/envoapi-official/envoapi-sdks/goMIT-licensed. All three clients live in one repository.
envoapi-official/envoapi-sdksPricing
Get 100 free credits. No credit card required.
$0No subscription
Explore the API and evaluate core endpoints.
$49Per month
For prototypes, internal tools, and early-stage products.
$149Per month
For production apps and recurring enrichment workflows.
$499Per month
For high-volume SaaS products, CRMs, and data pipelines.
Automation platforms
No connector to install and no SDK to vendor — each platform’s built-in HTTP step is a working client. One auth header in, JSON back.
12+platforms
View setup guideAnd any other platform that can send an HTTP request.
FAQ
Clear answers about data coverage, integration, authentication, and pricing.
EnvoAPI is a B2B data enrichment API that returns public professional and company data as structured JSON. It includes endpoints for profiles, companies, search, jobs, and posts, all accessible with one API key.
No.EnvoAPI is an independent third-party data API and is not affiliated with or endorsed by LinkedIn. For LinkedIn sign-in, authenticated member permissions, advertising, campaign management, or other official platform features, use LinkedIn’s developer products.
You can access public professional profiles, experience, education, skills, certifications, company firmographics, employees, products, jobs, posts, comments, reactions, and search results. Exact fields and record availability vary by endpoint and the public data available.
Profiles can be looked up by username, profile URL, or profile ID. Companies can be looked up by domain, slug, company URL, or company ID. Search endpoints are available when you do not already have a specific profile or company identifier.
Yes. Your integration can use identifiers such as a profile URL or company domain to retrieve structured data and map it into CRM fields. Results depend on public data availability.
Yes. The documentation covers all 52 endpoints, with authentication guidance, request and response examples, pagination behavior, error handling, and Python examples.
Send your API key in the Authorization: Bearer header with each server-side request. Store it in an environment variable, never expose it in client-side code, and rotate it if it may have been compromised.
Start with 100 free credits, no credit card required. Paid plans start at $49 per month for 10,000 credits. Higher tiers include more monthly credits and higher rate limits, with custom options for enterprise volume.
Need implementation details? Explore the full API reference and code examples.
Read the API docs