Get a LinkedIn profile
Public profile as LinkedIn publishes it: name, photo, location, follower count, connection bucket, about text, recent posts, experience, articles, education, publications, projects, recommendations and similar profiles. Job titles and descriptions are returned exactly as the public page shows them.
/v1/linkedin/profilex-api-keyHeaders
Get your API keyYour ScrapeAtlas customer key. Create one on /account/ and set SCRAPEATLAS_API_KEY.
Public profile URL such as https://www.linkedin.com/in/handle. Regional hosts and trailing slashes are accepted; query strings are dropped.
min 1 chars · max 500 chars
https://www.linkedin.com/in/parrsamOperational correlation UUID.
Upstream attempts (including proxy retries), decoded success-body bytes and duration.
Always included.
≥ 0
Always included.
≥ 0
Always included.
≥ 0
True when usable data is returned.
success or partial; failed/challenged on errors.
one of: success, partial
Canonical www.linkedin.com page read.
absolute HTTPS URL
UTC retrieval time.
Source is always public_page. Warnings list bounded or unavailable sections.
Always included.
one of: public_page, web_search
Always included.
Always included.
Display name.
Profile photo URL or null.
Locality string from the structured address, or null.
Follower count from structured data, or null.
Connection bucket shown on the page, e.g. 500+; empty when absent.
About/summary text or null.
Posts LinkedIn embeds as structured data: link, id, title (post text), datePublished and activityType.
up to 100 items
Structured worksFor entries exactly as published.
up to 100 items
Published articles with headline, author, datePublished, url and cover image; articleBody is empty on profile pages.
up to 100 items
Always empty on current public profiles; kept for shape stability.
up to 100 items
Structured alumniOf entries exactly as published.
up to 100 items
Publication name and destination URL decoded from the LinkedIn redirect.
up to 100 items
Projects with name, first link, date range, description and contributors.
up to 100 items
Recommendations received with name, profile link and quoted text.
up to 100 items
Other similar profiles listed on the page with link, name and image.
up to 100 items
No fields match.
HTTP 200 returns the success variant. Check status: partial means usable data with warnings, and failed or challenged requests carry a failure object described in Errors & responses.
| HTTP | failure.code | Meaning |
|---|---|---|
| 400 | invalid_request | Not a public LinkedIn profile, company or post URL, or invalid parameters. |
| 401 | unauthorized | Invalid worker key. |
| 403 | restricted | LinkedIn redirected to a login page for this resource. |
| 404 | not_found | The page does not exist or the search returned no posts. |
| 429 | upstream_rate_limited | LinkedIn or the search index throttled retrieval. |
| 502 | upstream_challenged | LinkedIn answered with a challenge (HTTP 999/403 or an auth wall), including through the proxy. |
| 502 | upstream_error unsupported_page unsafe_redirect search_failed | Source or search index did not return a usable page. |
| 503 | search_unavailable busy | No search key configured, or all retrieval slots are busy. |
| 504 | timeout | The operation exceeded its deadline. |