Overview
Find and enrich professional profiles
Credits
3 credits per call
Providers
IcypeasLeadMagicExa
SDK Method
client.profiles.find(...)
Parameters
linkedin_urlstring
LinkedIn profile URL.
first_namestring
First name.
last_namestring
Last name.
companystring
Company name.
include_imageboolean (default: true)
Fetch profile image.
Example Response
{
"success": true,
"data": {
"first_name": "John",
"last_name": "Doe",
"full_name": "John Doe",
"headline": "CTO at Acme Corp",
"company": "Acme Corp",
"title": "Chief Technology Officer",
"location": "San Francisco, CA",
"summary": "Building the future of developer tools.",
"experience": [
{
"company": "Acme Corp",
"title": "CTO",
"start_date": "2022-01",
"end_date": null
}
],
"education": [],
"skills": [
"Python",
"Machine Learning",
"System Design"
],
"profile_image_url": "https://media.licdn.com/dms/image/...",
"linkedin_url": "https://linkedin.com/in/johndoe"
},
"metadata": {
"provider_used": "merged",
"providers_tried": [
"icypeas",
"leadmagic",
"exa"
],
"mode_used": null,
"response_time_ms": 4100,
"request_id": "req_ghi789"
},
"credits_used": 3
}Get Started
Use this API through the O-mega platform. Create an API key in your dashboard, then call the endpoint with your key in the Authorization header.