LinkedIn API

LinkedIn data.
Put professional context to work.

Read public profiles, company pages, posts and articles. Search posts by keyword and retrieve video transcripts.

PUT IT TO WORK

What will you build?

Three ways to use LinkedIn data.

Prepare for a conversation

Add a prospect’s public experience and profile details to your meeting notes.

Follow company updates

Page through company posts with organization IDs and pagination tokens to track announcements, launches and hiring news.

Research an industry topic

Search public posts to find people and companies discussing the subject.

YOUR FIRST REQUEST

Get a LinkedIn profile.

Add a prospect’s public experience and profile details to your meeting notes.

  1. 01
    Add your API key

    Set SCRAPEATLAS_API_KEY in your environment.

  2. 02
    Choose your input

    Use the sample request as a starting point.

  3. 03
    Work with the JSON

    Send the result to your app, sheet or research tool.

Request and response fields
QUICKSTART / API EXAMPLES
# ScrapeAtlas · use your customer API key
export BASE_URL="https://api.scrapeatlas.com"

curl --get "$BASE_URL/v1/linkedin/profile" \
  -H "x-api-key: $SCRAPEATLAS_API_KEY" \
  --data-urlencode "url=https://www.linkedin.com/in/parrsam"
GET/v1/linkedin/profileJSON response

Use your ScrapeAtlas API key. Replace the sample input with your own.

GETTING STARTED

A few practical details.

API key setup
How do I make a request?

Create a ScrapeAtlas API key, send it in the x-api-key header, and pass the endpoint’s request fields. The example above is ready to adapt to your own input.

What does the response contain?

Read public profiles, company pages, posts and articles. Search posts by keyword and retrieve video transcripts. Each endpoint’s reference shows its response fields and a JSON example.

Can I use this from an AI assistant?

Yes. Connect ScrapeAtlas through MCP to use LinkedIn tools from your assistant. You can also call the same API from your own scripts or the CLI.