Back to APIs

Unified Agent API

Profile Finder

Profile Finder

Find and enrich professional profiles by LinkedIn URL or name, with waterfall across multiple data providers and merged results.

POST/v1/profiles/find1B+ profiles

Overview

Find and enrich professional profiles

Credits

3 credits per call

Providers

IcypeasLeadMagicExa

SDK Method

client.profiles.find(...)

Parameters

linkedin_url

string

LinkedIn profile URL.

first_name

string

First name.

last_name

string

Last name.

company

string

Company name.

include_image

boolean (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.

Try Profile Finder

Test Profile Finder in the interactive playground. No setup required.

Open Playground
Profile Finder API | Unified Agent APIs | suprbrowser