# AnyAPI LinkedIn Profile Lookup

> AnyAPI LinkedIn Profile Lookup is a paid API for AI agents from api.getanyapi.com, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-15).

Fetches a LinkedIn profile's name, location, follower count, about text, and avatar URL given a profile URL

## Facts

- Endpoint: POST https://api.getanyapi.com/v1/run/linkedin.profile
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/anyapi-linkedin-profile-lookup-7f46fc10
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ch2_aF3hmC_ZJbTJ2IpRn

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 anyapi-linkedin-profile-lookup-7f46fc10 -d '<json body>'
```

Example prompt: Can you pull the LinkedIn profile info for https://www.linkedin.com/in/satyanadella/ — I want their name, location, follower count, and about section?

## When to prefer this

Use this endpoint when you need to programmatically retrieve public LinkedIn profile data (name, location, followers, bio, avatar) without a LinkedIn API subscription. Ideal for lead enrichment, contact research, or verifying professional identity at $0.002/call with no subscription required.

## Known failure modes

- Profile not found — found: false, data: null returned
- Invalid or malformed LinkedIn URL — may return error or not-found
- Private or restricted profile — data may be null even if profile exists
- Rate limiting or scraping block by LinkedIn — upstream failure
- Network timeout or AnyAPI service unavailability

## How this service works

1,200+ scraping and data APIs behind one key. Pay per request in real dollars. No subscriptions, nothing monthly, nothing to cancel.

## Output

Returns a JSON object indicating whether the profile was found, and if so, the person's full name, location, follower count, about/bio text, and avatar image URL. Also includes the provider name (AnyAPI) and the USD cost charged for the call.

## Response schema (JSON Schema)

```json
{
 "type": "json"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/anyapi-linkedin-profile-lookup-7f46fc10/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.getanyapi.com](https://www.zero.xyz/host/api.getanyapi.com/llms.txt)
