POST /api/linkedin/user
Price: 1-9 credits depending on requested fields. Base price is 9 credits. Each field explicitly set to `false` reduces the price by 1 credit (minimum 1 credit): `with_experience`, `with_education`, `with_honors`, `with_certificates`, `with_languages`, `with_patents`, `with_skills`, `with_description_and_top_skills`.
Linkedin Get User
Entry point for user data. Accepts alias, URL, or URN. Deep sections (skills, certificates, languages, honors, patents, exact connections) and the profile URN are returned when the input is a URN; alias or URL input returns the core public profile and may omit the URN. Do NOT guess LinkedIn aliases/slugs — always search for the person first using /linkedin/search/users, then use the returned profile URL or alias. `headline` is the English (en_US) variant; a member who keeps the profile in several languages can have a different text per locale, and `headlines` lists all of them with `locale` and `is_primary` — the entry the profile page itself shows is the one with `is_primary` true, which is not always English.
access-token string requiredtimeout integer — Max scrapping execution timeout (in seconds) (default: 300; min: 20; max: 1500)user union required — User alias, profile URL, or fsd_profile URN (examples: "google")with_experience boolean — Set this Parameter to true if you need to get experience info. With this parameter enabled the method will work longer (default: true)with_education boolean — Set this Parameter to true if you need to get education info. With this parameter enabled the method will work longer (default: true)with_honors boolean — Set this Parameter to true if you need to get honors info. With this parameter enabled the method will work longer (default: true)with_certificates boolean — Set this Parameter to true if you need to get certificates info. With this parameter enabled the method will work longer (default: true)with_languages boolean — Set this Parameter to true if you need to get languages info. With this parameter enabled the method will work longer (default: true)with_patents boolean — Set this Parameter to true if you need to get patents info. With this parameter enabled the method will work longer (default: true)with_skills boolean — Set this Parameter to true if you need to get skills info. With this parameter enabled the method will work longer (default: true)with_description_and_top_skills boolean — Set this Parameter to true if you need to get description and top skills info. With this parameter enabled the method will work longer (default: true)with_profile_details boolean — Set this Parameter to true if you need photo, banner, follower and connection counts and profile badges to be filled in when they are missing. With this parameter enabled the method will work longer (default: true)cache_max_age_days integer nullable — How old the profile data is allowed to be, in days. A profile already collected within that window is returned as it was collected; otherwise it is read from LinkedIn now. Send null to always read from LinkedIn. (default: 180; examples: 180; min: 1; max: 365)@type string (default: "LinkedinUser")internal_id object nullabletype string required (one of: "fsd_company", "fsd_group", "fsd_profile", "fsd_skill", "activity", "comment", "company", "group", "geo", "pulse", "member", "industry", "ugcPost", "job", "message", "conversation", "media", "share", "linkedInArticle")value string requiredurn object nullabletype string required (one of: "fsd_company", "fsd_group", "fsd_profile", "fsd_skill", "activity", "comment", "company", "group", "geo", "pulse", "member", "industry", "ugcPost", "job", "message", "conversation", "media", "share", "linkedInArticle")value string requiredname string requiredfirst_name string nullablelast_name string nullablealias string requiredurl string requiredheadline string nullableheadlines array nullable@type string (default: "LinkedinUserHeadline")locale string requiredtext string requiredis_primary boolean (default: false)follower_count integer nullableimage string nullablebackground_image string nullableconnection_count integer nullabledescription string nullabletop_skills array nullableframe string nullable (one of: "open_to_work", "hiring")location string nullablecountry_code string nullablecountry string nullablecity string nullablepronouns string nullablecustom_pronouns string nullableexperience array nullable@type string (default: "LinkedinUserExperience")company object required@type string (default: "LinkedinUserExperienceCompany")name string requiredurn object nullabletype object required (see schema LinkedinURNPrefix)value string requiredurl string nullablealias string nullableindustry object nullabletype string required (one of: "industry")value string requiredindustry_full object nullable@type string (default: "LinkedinIndustry")urn object required (see schema LinkedinURN_Literal_industry__)name string requiredhierarchy string requireddescription string requiredemployee_range string nullablelogo_url string nullableposition string nullablework_type string nullable (one of: "on-site", "hybrid", "remote")employment string nullable (one of: "full-time", "part-time", "permanent", "self-employed", "freelance", "contract", "internship", "apprenticeship", "indirect contract")interval string nullablestart_date string nullable — Role start, `YYYY-MM` or `YYYY`.end_date string nullable — Role end, `YYYY-MM` or `YYYY`. Absent while ongoing.period string nullablelocation string nullabledescription string nullablemedias array nullable@type string (default: "LinkedinUserExperienceMedia")id string nullableurl string nullabletext string nullableimage string nullableeducation array nullable@type string (default: "LinkedinUserEducation")company object required@type string (default: "LinkedinUserEducationCompany")name string requiredurn object nullabletype object required (see schema LinkedinURNPrefix)value string requiredurl string nullablealias string nullableindustry object nullabletype string required (one of: "industry")value string requiredindustry_full object nullable@type string (default: "LinkedinIndustry")urn object required (see schema LinkedinURN_Literal_industry__)name string requiredhierarchy string requireddescription string requiredemployee_range string nullablelogo_url string nullablemajor string nullableinterval string nullabledescription string nullablelanguages array nullable@type string (default: "LinkedinUserLanguage")name string requiredlevel string nullablecertificates array nullable@type string (default: "LinkedinUserCertificate")name string requiredcompany object nullable@type string (default: "LinkedinUserCertificateCompany")name string requiredurn object nullabletype string required (one of: "fsd_company", "company")value string requiredurl string nullablecreated_at string nullablelabel string nullableurl string nullablehonors array nullable@type string (default: "LinkedinUserHonor")name string requiredissued_by string nullableissued_at string nullabletext string nullablepatents array nullable@type string (default: "LinkedinUserPatent")name string requiredid string nullableissued_at string nullabletext string nullableurl string nullableinventor_count integer nullableskills array nullable@type string (default: "LinkedinUserSkill")name string requiredurn object nullabletype string required (one of: "fsd_company", "fsd_group", "fsd_profile", "fsd_skill", "activity", "comment", "company", "group", "geo", "pulse", "member", "industry", "ugcPost", "job", "message", "conversation", "media", "share", "linkedInArticle")value string requiredverified boolean (default: false)is_premium boolean (default: false)is_top_voice boolean (default: false)fetched_at integer nullable422 — The request body did not validate Check the fields against this schema. A URN with the wrong prefix is the most common cause.408 — The request ran past its time limit Raise `timeout` in the request body, up to the maximum this endpoint documents. Lowering `count` or turning off the `with_*` flags also helps, because less work finishes sooner.412 — User not found — do NOT guess aliases. Use /linkedin/search/users to find the correct alias or URN first. Retrying will not help: either the entity does not exist, or the input points at a different one.429 — Too many requests: a rate limit or a usage window is exhausted When the response carries an X-Retry-After header, wait that many seconds and retry: the same number is in the body as `detail.retry_after`, and the limit clears once that window passes. The message in the body names the limit that was hit.500 — Something broke on our side Retrying will not help. If it keeps happening, send us the X-Request-ID from the response headers.529 — Rate limit reached, or the endpoint is overloaded Wait at least 30 seconds, then retry.X-Error — Error message text (present only on error)X-Request-ID — Unique request identifierX-Execution-Time — Execution time in secondsX-Result-Count — How many records the body carries. 0 means an empty result, which is a normal answer and not by itself an error. A non-zero count can come back together with X-Error when the failure happened partway through — read this header and X-Error independently.X-Total-Available-Results — How many records exist for this query, when the endpoint can say. On a `dry_run` request this is the answer and the body is empty. It saturates: the endpoint's documented maximum means 'at least that many', any smaller number is exact.X-Warning — Present when the request body carried keys this endpoint does not document. They were ignored, so any filter you meant to apply through them did not apply. Check the spelling against this schema and retry.X-Retry-After — Seconds to wait before retrying. Present only on 429.