LinkedIn API

LinkedIn Profile thin API

Lightweight profile: name, avatar, location, followers, and a basic experience/education list (company + dates only, no job titles, descriptions, or skills; past companies may be redacted). For full experience detail, skills, certifications, connections, and verified flags use linkedin.profile.

POST/v1/run/linkedin.profile_thin
Uptime
100.00%
30d · 17 calls
Requests
17
30d · weekly, last 12 wks
Response
9.5s
median · 30d

Try it

Make your first request

requireFieldsarray
Optional; omit it and routing is unchanged, with the cheapest source serving. Name the output fields this request must be able to return, for example `headline` or `recentPosts`, and it is served only by a source that returns every one of them. Fields you do not name are still returned whenever the serving source has them. This can raise your price: when the cheapest source cannot return a named field, a dearer source serves, and you are quoted and charged its price. A named field can still be absent on a profile that genuinely lacks it. Naming a combination that no single source returns together is refused as invalid input, with no charge.
Open in
Get a free key
Sample response
Free runs return only the first 3 results. Fund a key to get the full response.
{
  "data": {
    "about": "A short example description of this item.",
    "articles": [
      {
        "createdUtc": 12.5,
        "headline": "Example title",
        "url": "https://example.com/page"
      }
    ],
    "avatarUrl": "https://example.com/image.jpg",
    "education": [
      {
        "endDate": "2024-01-15T09:30:00Z",
        "school": "example",
        "schoolUrl": "https://example.com/page",
        "startDate": "2024-01-15T09:30:00Z"
      }
    ],
    "experience": [
      {
        "company": "Acme Inc",
        "companyUrl": "https://example.com/page",
        "endDate": "2024-01-15T09:30:00Z",
        "startDate": "2024-01-15T09:30:00Z"
      }
    ],
    "followers": 12500,
    "location": "example",
    "name": "Example title",
    "recentPosts": [
      {
        "activityType": "general",
        "createdUtc": 12.5,
        "id": "a1b2c3d4",
        "text": "A short example description of this item.",
        "url": "https://example.com/page"
      }
    ]
  },
  "found": true
}
Response interface
interface LinkedinProfileThinResponse {
  data: {
    about?: string;
    articles?: {
      createdUtc?: number;
      headline: string;
      url?: string;
    }[] | null;
    avatarUrl?: string;
    education?: {
      endDate?: string;
      school: string;
      schoolUrl?: string;
      startDate?: string;
    }[];
    experience?: {
      company: string;
      companyUrl?: string;
      endDate?: string;
      startDate?: string;
    }[];
    followers?: number;
    location?: string;
    name: string;
    recentPosts?: {
      activityType?: string;
      createdUtc?: number;
      id: string;
      text?: string;
      url?: string;
    }[] | null;
  } | 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 30d
POST /v1/run/linkedin.profile_thin
curl -X POST https://api.getanyapi.com/v1/run/linkedin.profile_thin \
  -H "Authorization: Bearer $ANYAPI_KEY" \
  -H "Content-Type: application/json" \
  -d '{"url":"https://www.linkedin.com/in/williamhgates"}'
FieldTypeExample value
Request body
urlstring"https://www.linkedin.com/in/williamhgates"Full LinkedIn profile URL.
requireFieldsarrayOptional; omit it and routing is unchanged, with the cheapest source serving. Name the output fields this request must be able to return, for example `headline` or `recentPosts`, and it is served only by a source that returns every one of them. Fields you do not name are still returned whenever the serving source has them. This can raise your price: when the cheapest source cannot return a named field, a dearer source serves, and you are quoted and charged its price. A named field can still be absent on a profile that genuinely lacks it. Naming a combination that no single source returns together is refused as invalid input, with no charge.
Response
dataobjectThe profile result, or null when not found.
data.aboutcan requirestringAbout/summary text of the profile.
data.articlescan requireobject[]The profile's published articles, or null when the serving source does not publish them.
data.articles[].createdUtccan requirenumberUTC epoch timestamp in seconds (Unix time). Multiply by 1000 for a JS Date in milliseconds.
data.articles[].headlinecan requirestringHeadline of the article.
data.articles[].urlcan requirestringCanonical URL of the article.
data.avatarUrlcan requirestringURL of the profile avatar image.
data.educationcan requireobject[]Education entries.
data.education[].endDatecan requirestringEnd date of study.
data.education[].schoolcan requirestringName of the school.
data.education[].schoolUrlcan requirestringURL of the school page.
data.education[].startDatecan requirestringStart date of study.
data.experienceobject[]Work experience entries (company and dates only in this basic tier). Populated whenever the provider has data for the entity.
data.experience[].companycan requirestringName of the company.
data.experience[].companyUrlcan requirestringURL of the company page.
data.experience[].endDatecan requirestringEnd date of the role.
data.experience[].startDatecan requirestringStart date of the role.
data.followerscan requireintegerNumber of followers.
data.locationcan requirestringLocation of the profile owner.
data.namecan requirestringFull name of the profile owner.
data.recentPostscan requireobject[]The profile's recent posts, or null when the serving source does not publish them.
data.recentPosts[].activityTypecan requirestringType of activity for the post.
data.recentPosts[].createdUtccan requirenumberUTC epoch timestamp in seconds (Unix time). Multiply by 1000 for a JS Date in milliseconds.
data.recentPosts[].idcan requirestringUnique identifier of the post.
data.recentPosts[].textcan requirestringText content of the post.
data.recentPosts[].urlcan requirestringCanonical URL of the post.
foundbooleanWhether the profile was found.
Price
Price per requestUSD$0.0008
Price /1k reqUSD$0.80

FAQ

About the LinkedIn Profile thin API

The AnyAPI LinkedIn Profile thin API returns LinkedIn profile thin data as normalized JSON from one POST call to /v1/run/linkedin.profile_thin. Lightweight profile: name, avatar, location, followers, and a basic experience/education list (company + dates only, no job titles, descriptions, or skills; past companies may be redacted). For full experience detail, skills, certifications, connections, and verified flags use linkedin.profile. AnyAPI routes each request across 2 sources and falls back automatically when one fails. It costs from $0.80 per 1,000 requests, in US dollars with no subscription and no monthly minimum. Over the last 30 days, 100.0% of LinkedIn profile thin calls through AnyAPI succeeded, with a median response time of 9.5 seconds across 17 measured calls.

It costs from $0.80 per 1,000 requests, in US dollars with no subscription and no monthly minimum. You fund one USD wallet, each call draws it down, and a failed request costs $0.

Lightweight profile: name, avatar, location, followers, and a basic experience/education list (company + dates only, no job titles, descriptions, or skills; past companies may be redacted). For full experience detail, skills, certifications, connections, and verified flags use linkedin.profile. The response is normalized JSON with the same envelope every AnyAPI endpoint returns, so parsing a second endpoint is a change of URL and nothing else.

Over the last 30 days, 100.0% of LinkedIn profile thin calls through AnyAPI succeeded, with a median response time of 9.5 seconds across 17 measured calls. These are AnyAPI's own measurements of traffic through the gateway, recomputed continuously, not a published service-level target.