---
title: "B2B Person Profile"
method: POST
path: "/v1/people/profile-search"
tags: ["People Enrichment"]
---

# B2B Person Profile

`POST /v1/people/profile-search`

Retrieve comprehensive B2B person profile information including work history, education, certifications, and more.

## Request body

- object
  - `profile_url` string, required — B2B person profile URL or slug

## Response `200`

Successful response with profile information

- object
  - `profile_url` string
  - `credits_consumed` integer
  - `first_name` string, nullable
  - `last_name` string, nullable
  - `full_name` string, nullable
  - `professional_title` string, nullable
  - `bio` string, nullable
  - `company_name` string, nullable
  - `company_industry` string, nullable
  - `company_website` string, nullable
  - `total_tenure_months` string, nullable
  - `total_tenure_days` string, nullable
  - `total_tenure_years` string, nullable
  - `followers_range` string, nullable — Follower count range for privacy (e.g. "45K-50K", "1M+")
  - `personal_website` object, nullable
    - `name` string
    - `link` string
  - `country` string, nullable
  - `location` string, nullable
  - `work_experience` object[], nullable
    - `position_title` string
    - `company_name` string
    - `employment_period` string
    - `company_website` string, nullable — Only included when domain is available
    - `company_logo_url` string, nullable — Only included when domain is available
  - `education` object[], nullable
    - `institution_name` string
    - `degree` string
    - `attendance_period` string
  - `certifications` object[], nullable
    - `certification_name` string
    - `issuing_organization` string
    - `issue_date` string
  - `honors` object[], nullable
    - `title` string
    - `description` string

## Other responses

- `400` — Bad Request - The request was malformed or contains invalid parameters. **Common causes:** - Missing required fields - Invalid field format (e.g., malformed email) - Invalid JSON syntax - Invalid parameter values
- `401` — Unauthorized - Authentication failed. **Common causes:** - Missing X-API-Key header - Invalid or expired API key - Malformed API key
- `402` — Payment Required - Insufficient credits for this request. **Action required:** Add credits to your account at https://app.leadmagic.io/settings/billing
- `404` — Not Found - The requested resource could not be found. **Common causes:** - Profile doesn't exist or is not accessible - Company not found in our database - Invalid URL or identifier
- `429` — Too Many Requests - Rate limit exceeded. **Action required:** Check the `Retry-After` header for when to retry. **Headers returned:** - `Retry-After`: Seconds until you can retry - `RateLimit-Limit`: Your limit per minute - `RateLimit-Remaining`: Remaining requests this minute - `RateLimit-Reset`: Seconds until limit resets
- `500` — Internal Server Error - Something went wrong on our end. **Action required:** Wait 30 seconds and retry. If the problem persists, contact support@leadmagic.io

---

[API](https://skmtc.net/leadmagic/apis/leadmagic-api.md) · [All operations](https://skmtc.net/leadmagic/apis/leadmagic-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/leadmagic/leadmagic-api/revisions/aa19cf9bc46a/schema)
