# Rotary Agency LinkedIn Person Profile Enrichment

> Rotary Agency LinkedIn Person Profile Enrichment is a paid API for AI agents from rotaryagency.uk, paid per call via x402, $0.03/call, status unknown (last checked 2026-09-14).

Fetches and returns enriched LinkedIn profile data for a given person

## Facts

- Endpoint: GET https://rotaryagency.uk/api/linkedin/person
- Price: $0.03/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/rotary-agency-linkedin-person-profile-enrichment-d8cf57f3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_zQ35JuPwU81lJDqBs4bPb

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 rotary-agency-linkedin-person-profile-enrichment-d8cf57f3
```

Example prompt: Can you pull up the LinkedIn profile details for this person — https://linkedin.com/in/johndoe — and tell me their current job title, employer, and location?

## When to prefer this

Use this endpoint when you need to enrich a known LinkedIn profile URL with structured professional data at low cost ($0.03/call). Ideal for B2B sales lead enrichment, recruiting pipelines, or CRM population where you already have a LinkedIn handle or URL and need structured profile details without building or maintaining your own LinkedIn scraping infrastructure.

## Known failure modes

- Profile not found or LinkedIn URL is invalid — returns empty result or error
- LinkedIn rate limiting or blocking — may return partial or no data
- Private/hidden profiles may return limited or no information
- Malformed input URL causes request failure
- Network timeout results in no response

## How this service works

LinkedIn Person Profile Enrichment

## Output

Returns structured LinkedIn profile data including the person's name, current job title, employer, location, work history, education, skills, and profile summary extracted from their LinkedIn page.

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "meta": "proxy info",
  "person": "LinkedInPerson — name, headline, company, education, skills"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/rotary-agency-linkedin-person-profile-enrichment-d8cf57f3/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from rotaryagency.uk](https://www.zero.xyz/host/rotaryagency.uk/llms.txt)
