---
name: api.linkedpanda.com
description: api.linkedpanda.com provides a single API endpoint for retrieving structured LinkedIn profile data by profile ID via the LinkedPanda service. It returns identity fields, employment history, education, skills, and social metrics for a given profile. No search or discovery functionality is available.
host: api.linkedpanda.com
---

# api.linkedpanda.com

LinkedPanda is a data enrichment service focused on LinkedIn profile lookups. It serves agents and applications that already possess a LinkedIn profile ID and need structured data about that individual, including current positions, experience, education, skills, and follower counts. It is a narrow, single-purpose host with no search, bulk, or analytics capabilities.

## When to use this host

Use this host when an agent already has a LinkedIn profile ID and needs structured profile data such as name, headline, current employer, experience history, education, skills, or follower and connection counts. Do not use it for discovering or searching profiles by name, company, keyword, or any other attribute — a known profile ID is required. Not suitable for bulk enrichment workflows without issuing one call per profile. For profile discovery or search, consider LinkedIn's own search APIs or third-party people-search services. For broader professional data enrichment beyond LinkedIn, consider alternative enrichment providers that support multi-source lookups.

## Capabilities

### LinkedIn Profile Retrieval

Fetches structured identity, employment, education, skills, and social metrics for a single LinkedIn profile by its known profile ID.

- **`fetch-linkedin-profile`** — Fetches a LinkedIn profile by profile ID via the LinkedPanda API, returning identity, location, employment, education, skills, and social metrics.

## Skill reference

### `fetch-linkedin-profile`

**LinkedPanda Profile Lookup** — Fetches a LinkedIn profile by profile ID via the LinkedPanda API, returning identity, location, employment, education, skills, and social metrics.

*Use when:* Use when an agent needs structured LinkedIn profile data for a known profile ID, including name, headline, location, current positions, experience, education, skills, and follower/connection counts.

*Not for:* Do not use for searching or discovering profiles by name or keyword; this endpoint requires a known profile ID. Not suitable for bulk enrichment without repeated calls per profile.

**Inputs:**

- `profile` (string, required) — The LinkedIn profile identifier (public identifier or profile ID) used as a path parameter in the URL.

**Returns:** Returns a JSON object with the LinkedIn profile's identity fields (name, headline, location), social metrics (connections, followers), arrays for experience/education/skills, and enrichment metadata.

**Example:** `GET https://api.linkedpanda.com/agent/v1/profiles/test-profile`

---
