LinkedIn Profile API
Public profile for a LinkedIn member by URL: name, location, follower count, about and avatar.
Provider network
Providers ranked by traffic
Try it
Make your first request
{
"found": true,
"data": {
"name": "Bill Gates",
"location": "Seattle, Washington, United States",
"followers": 36400000,
"about": "Chair of the Gates Foundation. Founder of Breakthrough Energy. Co-founder of Microsoft.",
"avatarUrl": "https://media.licdn.com/dms/image/williamhgates.jpg"
}
}interface LinkedinProfileResponse {
data: {
about?: string;
certifications?: {
issuedAt?: string;
issuedBy?: string;
title?: string;
}[];
connectionsCount?: number;
currentPosition?: {
companyLinkedinUrl?: string;
companyName?: string;
duration?: string;
location?: string;
position?: string;
}[];
education?: {
degree?: string;
endDate?: string;
fieldOfStudy?: string;
school: string;
schoolUrl?: string;
startDate?: string;
}[];
experience?: {
companyLinkedinUrl?: string;
companyName?: string;
description?: string;
duration?: string;
employmentType?: string;
endDate?: string;
location?: string;
position: string;
skills?: any[];
startDate?: string;
workplaceType?: string;
}[];
firstName: string;
followerCount?: number;
headline: string;
honorsAndAwards?: {
description?: string;
issuedAt?: string;
issuedBy?: string;
title?: string;
}[];
languages?: any[];
lastName: string;
location?: string;
openToWork?: boolean;
photo?: string;
premium?: boolean;
projects?: any[];
publicIdentifier?: string;
publications?: {
description?: string;
publishedText?: string;
title?: string;
}[];
skills?: any[];
topSkills?: any[];
url: string;
verified?: boolean;
} | null;
found: boolean;
}Full parameter and response reference - every field, type, and example for this endpoint.
Reference
Request, response, and price
Last verified 2026-09-16 · uptime and latency measured over 30dcurl -X POST https://api.getanyapi.com/v1/run/linkedin.profile \
-H "Authorization: Bearer $ANYAPI_KEY" \
-H "Content-Type: application/json" \
-d '{"url":"https://www.linkedin.com/in/williamhgates"}'| Field | Type | Example value |
|---|---|---|
| Request body | ||
| url | string | "https://www.linkedin.com/in/williamhgates"Full LinkedIn profile URL. |
| Response | ||
| found | boolean | true |
| data | object | |
| data.name | string | "Bill Gates" |
| data.location | string | "Seattle, Washington, United States" |
| data.followers | number | 36400000 |
| data.about | string | "Chair of the Gates Foundation. Founder of Breakthrough Energy. Co-founder of Microsoft." |
| data.avatarUrl | string | "https://media.licdn.com/dms/image/williamhgates.jpg" |
| Price | ||
| Price per request | USD | $0.004 |
| Price /1k req | USD | $4.00 |
FAQ
About the LinkedIn Profile API
The AnyAPI LinkedIn Profile API returns LinkedIn profile data as normalized JSON from one POST call to /v1/run/linkedin.profile. Public profile for a LinkedIn member by URL: name, location, follower count, about and avatar. AnyAPI routes each request across 2 sources and falls back automatically when one fails. It costs from $4 per 1,000 requests, in US dollars with no subscription and no monthly minimum. Over the last 30 days, 99.8% of LinkedIn profile calls through AnyAPI succeeded, with a median response time of 6.6 seconds across 12,160 measured calls.