# Linked Panda LinkedIn Profile Enrichment API

> Linked Panda LinkedIn Profile Enrichment API is a paid API for AI agents from api.linkedpanda.com, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-14).

Fetches a comprehensive enriched LinkedIn profile for a given person, including professional details, company info, ICP scoring signals, and CRM-ready B2B lead data.

## Facts

- Endpoint: GET https://api.linkedpanda.com/agent/v1/profiles/%7Bprofile%7D
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/linked-panda-linkedin-profile-enrichment-api-c730ebd1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_jNvcbj1ObjGCWBNyc6G2c

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability linked-panda-linkedin-profile-enrichment-api-c730ebd1
```

Example prompt: Pull the full enriched LinkedIn profile for the person at linkedin.com/in/john-doe — I need their job title, company domain, location, skills, and whether they're open to work so I can qualify them as a B2B lead.

## When to prefer this

Choose this endpoint when you need a single comprehensive LinkedIn profile enriched with professional, company, and ICP-scoring signals for B2B lead qualification or CRM routing. It is ideal when you have a LinkedIn profile URL slug and need structured data without manual scraping. Prefer this over generic enrichment APIs when you specifically need LinkedIn-native data including connection counts, open-to-work status, and company domain signals.

## Known failure modes

- Profile not found — returns 404 if the profile slug does not exist or is no longer active
- Payment required — returns 402 if x402 payment header is missing or invalid
- Rate limit exceeded — returns 429 if too many calls are made in a short window
- Private profile — returns limited or empty data if the LinkedIn profile is set to private
- Invalid profile identifier format — returns 400 if the profile path parameter is malformed

## How this service works

Linked Panda turns LinkedIn engagement into qualified B2B leads with listening, enrichment, ICP scoring, and CRM routing.

## Output

A rich JSON object containing the person's LinkedIn ID, full name, headline, about section, top skills, current job title, company name and domain, company LinkedIn URL, location details, avatar and cover image URLs, connection and follower counts, open-to-work and hiring flags, premium/influencer status, current role description and employment type, full work experience, education, certifications, projects, recommendations, languages, and a timestamp of when the profile was enriched.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "anyOf": {
   "type": "string"
  },
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "schema": {
  "type": "object",
  "required": [
   "linkedinId",
   "linkedinUrl",
   "linkedinProviderId",
   "objectUrn",
   "firstName",
   "lastName",
   "headline",
   "about",
   "topSkills",
   "title",
   "companyName",
   "companyDomain",
   "companyLinkedinUrl",
   "companyUniversalName",
   "companyProviderId",
   "location",
   "country",
   "locationLinkedinText",
   "locationCountryCode",
   "locationRegionCode",
   "locationCountry",
   "locationCountryFull",
   "locationState",
   "locationCity",
   "avatarUrl",
   "coverUrl",
   "connectionsCount",
   "followerCount",
   "registeredAt",
   "openToWork",
   "hiring",
   "premium",
   "influencer",
   "memorialized",
   "verified",
   "currentRoleDescription",
   "currentRoleEmploymentType",
   "currentRoleWorkplaceType",
   "currentRoleDuration",
   "currentPositions",
   "experience",
   "education",
   "certifications",
   "projects",
   "volunteering",
   "receivedRecommendations",
   "skills",
   "publications",
   "courses",
   "patents",
   "honorsAndAwards",
   "languages",
   "causes",
   "organizations",
   "profileActions",
   "featured",
   "profilePictures",
   "coverPictures",
   "profileLocales",
   "additionalProfileData",
   "enrichedAt"
  ],
  "properties": {
   "about": {
    "type": [
     "string",
     "null"
    ]
   },
   "title": {
    "type": [
     "string",
     "null"
    ]
   },
   "causes": {
    "oneOf": [
     {
      "type": "array",
      "items": {
       "type": "object",
       "additionalProperties": true
      }
     },
     {
      "type": "null"
     }
    ]
   },
   "hiring": {
    "type": [
     "boolean",
     "null"
    ]
   },
   "skills": {
    "oneOf": [
     {
      "type": "array",
      "items": {
       "type": "object",
       "additionalProperties": true
      }
     },
     {
      "type": "null"
     }
    ]
   },
   "country": {
    "type": [
     "string",
     "null"
    ]
   },
   "courses": {
    "oneOf": [
     {
      "type": "array",
      "items": {
       "type": "object",
       "additionalProperties": true
      }
     },
     {
      "type": "null"
     }
    ]
   },
   "patents": {
    "oneOf": [
     {
      "type": "array",
      "items": {
       "type": "object",
       "additionalProperties": true
      }
     },
     {
      "type": "null"
     }
    ]
   },
   "premium": {
    "type": [
     "boolean",
     "null"
    ]
   },
   "coverUrl": {
    "type": [
     "string",
     "null"
    ],
    "
… (truncated)
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/linked-panda-linkedin-profile-enrichment-api-c730ebd1/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.linkedpanda.com](https://www.zero.xyz/host/api.linkedpanda.com/llms.txt)
