LinkedIn Scraper scraper API

Scrapes LinkedIn profiles, articles, and posts using JSON-LD parsing and caller-provided HTTP transport settings.

Social & content 3 capabilities stable 46.6% success rate

Capabilities

Every capability is one POST /execute call that returns structured JSON.

Get Article

linkedin.article.get

Runs Get Article for Linkedin.

Request

curl -X POST https://data.upscrape.com/execute \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"input":{"url":"https://www.linkedin.com/pulse/positive-sum-future-satya-nadella-bjs7c"},"capability":"linkedin.article.get"}'

Input

Field Type Required Description
url string required LinkedIn article URL

Output

Field Type Required Description
author_name optional
author_url optional
content optional
content_length optional
cover_image optional
description optional
modified_at optional
published_at optional
slug optional
title optional
url optional

Get Post

linkedin.post.get

Runs Get Post for Linkedin.

Request

curl -X POST https://data.upscrape.com/execute \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"input":{"url":"https://www.linkedin.com/posts/satyanadella_were-the-first-cloud-to-bring-up-an-nvidia-activity-7438280341322334208-Vw2c"},"capability":"linkedin.post.get"}'

Input

Field Type Required Description
url string required LinkedIn post URL

Output

Field Type Required Description
activity_id optional
author_image optional
author_name optional
author_url optional
comments optional
image optional
published_at optional
text optional
title optional
url optional

Get Profile

linkedin.profile.get

Runs Get Profile for Linkedin.

Request

curl -X POST https://data.upscrape.com/execute \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"input":{"url":"https://www.linkedin.com/in/satyanadella"},"capability":"linkedin.profile.get"}'

Input

Field Type Required Description
url string required LinkedIn profile URL

Output

Field Type Required Description
articles optional
articles_count optional
badge optional
canonical_url optional
country optional
current_company optional
description optional
education optional
experience optional
followers optional
job_titles optional
location optional
name optional
posts_count optional
profile_image optional
profile_url optional
recent_posts optional
similar_profiles optional
username optional

Run LinkedIn Scraper in under a minute

Sign in, create an API key, and try any capability in the playground before you write code.

Get an API key