Credits
People Enrichment
Company Enrichment
Ads Data
- Google Ads
- Meta Ads
- B2B Ads
People Enrichment
Profile Search
Provide a B2B Profile URL and get back the full profile details of the person. Rate limit: 300 requests per minute.
POST
/
profile-search
Copy
Ask AI
curl --request POST \
--url https://api.leadmagic.io/profile-search \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '{
"profile_url": "https://www.linkedin.com/in/williamhgates/"
}'
Copy
Ask AI
{
"profileUrl": "https://www.linkedin.com/in/williamhgates/",
"creditsConsumed": 1,
"firstName": "Bill",
"lastName": "Gates",
"fullName": "Bill Gates",
"headline": "Co-chair, Bill & Melinda Gates Foundation",
"userSkills": "",
"company_name": "Bill & Melinda Gates Foundation",
"company_size": "1001-5000",
"company_industry": "Philanthropy",
"company_website": "gatesfoundation.org",
"totalTenureMonths": 295,
"totalTenureDays": 8850,
"totalTenureYears": 24.58,
"connections": 1,
"country": "United States",
"location": "Seattle, Washington, United States",
"about": "Co-chair of the Bill & Melinda Gates Foundation. Founder of Breakthrough Energy. Co-founder of Microsoft. Voracious reader. Avid traveler. Active blogger.",
"experiences": [
{
"title": "Co-chair",
"subtitle": "Bill & Melinda Gates Foundation",
"caption": "2000 - Present · 24 yrs 7 mos",
"subComponents": [
{}
]
}
],
"highlights": [
{}
]
}
Rate Limit: 300 requests per minute.
Authorizations
Body
application/json
Response
200
application/json
Successful response with detailed profile information
The response is of type object
.
Was this page helpful?
Copy
Ask AI
curl --request POST \
--url https://api.leadmagic.io/profile-search \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '{
"profile_url": "https://www.linkedin.com/in/williamhgates/"
}'
Copy
Ask AI
{
"profileUrl": "https://www.linkedin.com/in/williamhgates/",
"creditsConsumed": 1,
"firstName": "Bill",
"lastName": "Gates",
"fullName": "Bill Gates",
"headline": "Co-chair, Bill & Melinda Gates Foundation",
"userSkills": "",
"company_name": "Bill & Melinda Gates Foundation",
"company_size": "1001-5000",
"company_industry": "Philanthropy",
"company_website": "gatesfoundation.org",
"totalTenureMonths": 295,
"totalTenureDays": 8850,
"totalTenureYears": 24.58,
"connections": 1,
"country": "United States",
"location": "Seattle, Washington, United States",
"about": "Co-chair of the Bill & Melinda Gates Foundation. Founder of Breakthrough Energy. Co-founder of Microsoft. Voracious reader. Avid traveler. Active blogger.",
"experiences": [
{
"title": "Co-chair",
"subtitle": "Bill & Melinda Gates Foundation",
"caption": "2000 - Present · 24 yrs 7 mos",
"subComponents": [
{}
]
}
],
"highlights": [
{}
]
}
Assistant
Responses are generated using AI and may contain mistakes.