loading…
loading…
750M+ profiles, always fresh. One REST API to discover and enrich people and companies — pass a LinkedIn URL, a name, or a domain and get back a fresh, structured profile, live in hours, not weeks. The session is live — no signup, no key.
Our customers import CSV files with LinkedIn URLs and need fresh people and company data — titles, employers, firmographics — before the rest of their stack runs. Captain Data fills that gap perfectly, giving us reliable profile data that powers millions of API calls per month.
Everything you need to understand people and companies, with real-time data and instant activation. Base URL https://api.captaindata.com/v1, authenticated with an X-API-KEY header.
1 req = 1 page
Comprehensive profile information from a LinkedIn profile URL.
Search and discover people based on a search query.
Find people by full name and optional company name.
Comprehensive company information from a LinkedIn URL.
Search and discover companies based on a search query.
Find a company by name or domain.
Retrieve employees for a specific company.
750M+ profiles, always fresh. Data is continuously refreshed so your product never ships a stale record.
Get your API key in seconds and make your first call in under 30 seconds. No credit card required — free trial with 100 credits.
# 1. enrich a person from a LinkedIn URL $ curl -X GET \ "https://api.captaindata.com/v1/people/enrich\ ?li_profile_url=https://linkedin.com/in/…" \ -H "X-API-KEY: <YOUR_API_KEY>" # → 200 OK · fresh profile { "uid": "per_a4f18c02de", "full_name": "Satya Nadella", "headline": "Chairman & CEO at Microsoft", "job_title": "Chairman & CEO", "company_name": "Microsoft", "li_profile_url": "linkedin.com/in/satyanadella" } $ _