100 free credits — no credit card required.Start building
Logo
100 free credits — no credit card required

LinkedIn Company Jobs API

Scrape LinkedIn Company Jobs data with one API call. List a company's job postings — via the Fresh LinkedIn Scraper upstream, normalised to the SocialCrawl schema.

Last updated August 2026Maintained by the SocialCrawl team

Returns the jobs a company has posted, each with job id, title, location, hiring company details, posting date, and Easy Apply flag.

Use it for one employer's openings; search/jobs looks across all companies and job returns one posting's full text.

Searching 48 platforms in parallel

·TikTok logoTikTok·Instagram logoInstagram·YouTube logoYouTube·Facebook logoFacebook·X logoX·LinkedIn logoLinkedIn·Reddit logoReddit·Threads logoThreads·Pinterest logoPinterest·Twitch logoTwitch·Truth Social logoTruth Social·Snapchat logoSnapchat·Kick logoKick·Bluesky logoBluesky·Kwai logoKwai·Rumble logoRumble·Spotify logoSpotify·TikTok Shop logoTikTok Shop·Amazon Shop logoAmazon Shop·Google Shopping logoGoogle Shopping·Trustpilot logoTrustpilot·TripAdvisor logoTripAdvisor·Linktree logoLinktree·Komi logoKomi·Pillar logoPillar·lnk.bio logolnk.bio·Facebook Ads logoFacebook Ads·Google Ads logoGoogle Ads·LinkedIn Ads logoLinkedIn Ads·Google Search logoGoogle Search·Google News logoGoogle News·Google Finance logoGoogle Finance·Polymarket logoPolymarket·Tavily logoTavily·Hacker News logoHacker News·GitHub logoGitHub·Perplexity logoPerplexity·Naver logoNaver·Utility·Universal Search logoUniversal Search
·TikTok logoTikTok·Instagram logoInstagram·YouTube logoYouTube·Facebook logoFacebook·X logoX·LinkedIn logoLinkedIn·Reddit logoReddit·Threads logoThreads·Pinterest logoPinterest·Twitch logoTwitch·Truth Social logoTruth Social·Snapchat logoSnapchat·Kick logoKick·Bluesky logoBluesky·Kwai logoKwai·Rumble logoRumble·Spotify logoSpotify·TikTok Shop logoTikTok Shop·Amazon Shop logoAmazon Shop·Google Shopping logoGoogle Shopping·Trustpilot logoTrustpilot·TripAdvisor logoTripAdvisor·Linktree logoLinktree·Komi logoKomi·Pillar logoPillar·lnk.bio logolnk.bio·Facebook Ads logoFacebook Ads·Google Ads logoGoogle Ads·LinkedIn Ads logoLinkedIn Ads·Google Search logoGoogle Search·Google News logoGoogle News·Google Finance logoGoogle Finance·Polymarket logoPolymarket·Tavily logoTavily·Hacker News logoHacker News·GitHub logoGitHub·Perplexity logoPerplexity·Naver logoNaver·Utility·Universal Search logoUniversal Search
·TikTok logoTikTok·Instagram logoInstagram·YouTube logoYouTube·Facebook logoFacebook·X logoX·LinkedIn logoLinkedIn·Reddit logoReddit·Threads logoThreads·Pinterest logoPinterest·Twitch logoTwitch·Truth Social logoTruth Social·Snapchat logoSnapchat·Kick logoKick·Bluesky logoBluesky·Kwai logoKwai·Rumble logoRumble·Spotify logoSpotify·TikTok Shop logoTikTok Shop·Amazon Shop logoAmazon Shop·Google Shopping logoGoogle Shopping·Trustpilot logoTrustpilot·TripAdvisor logoTripAdvisor·Linktree logoLinktree·Komi logoKomi·Pillar logoPillar·lnk.bio logolnk.bio·Facebook Ads logoFacebook Ads·Google Ads logoGoogle Ads·LinkedIn Ads logoLinkedIn Ads·Google Search logoGoogle Search·Google News logoGoogle News·Google Finance logoGoogle Finance·Polymarket logoPolymarket·Tavily logoTavily·Hacker News logoHacker News·GitHub logoGitHub·Perplexity logoPerplexity·Naver logoNaver·Utility·Universal Search logoUniversal Search
·TikTok logoTikTok·Instagram logoInstagram·YouTube logoYouTube·Facebook logoFacebook·X logoX·LinkedIn logoLinkedIn·Reddit logoReddit·Threads logoThreads·Pinterest logoPinterest·Twitch logoTwitch·Truth Social logoTruth Social·Snapchat logoSnapchat·Kick logoKick·Bluesky logoBluesky·Kwai logoKwai·Rumble logoRumble·Spotify logoSpotify·TikTok Shop logoTikTok Shop·Amazon Shop logoAmazon Shop·Google Shopping logoGoogle Shopping·Trustpilot logoTrustpilot·TripAdvisor logoTripAdvisor·Linktree logoLinktree·Komi logoKomi·Pillar logoPillar·lnk.bio logolnk.bio·Facebook Ads logoFacebook Ads·Google Ads logoGoogle Ads·LinkedIn Ads logoLinkedIn Ads·Google Search logoGoogle Search·Google News logoGoogle News·Google Finance logoGoogle Finance·Polymarket logoPolymarket·Tavily logoTavily·Hacker News logoHacker News·GitHub logoGitHub·Perplexity logoPerplexity·Naver logoNaver·Utility·Universal Search logoUniversal Search
LinkedIn API

What can you do with the Company Jobs API?

The Company Jobs endpoint gives you structured LinkedIn data with computed fields in a single request. No scraping infrastructure to build or maintain.

Example Request

curl -H "x-api-key: YOUR_API_KEY" \
  "https://www.socialcrawl.dev/v1/linkedin/company/jobs?company_id=1035"
import requests

response = requests.get(
    "https://www.socialcrawl.dev/v1/linkedin/company/jobs",
    params={
    'company_id': '1035',
    },
    headers={"x-api-key": "YOUR_API_KEY"},
)

data = response.json()
const response = await fetch(
  "https://www.socialcrawl.dev/v1/linkedin/company/jobs?company_id=1035",
  {
    headers: { "x-api-key": "YOUR_API_KEY" },
  },
);

const data = await response.json();

Parameters

ParameterRequiredDescription
company_idYesLinkedIn numeric company ID (from /v1/linkedin/company).
pageNo
date_postedNo
experience_levelNo
job_typeNo
remoteNo
easy_applyNo
sort_byNo
Example Response

What does the LinkedIn Company Jobs API return?

Every response follows one unified schema. Here is a real, unmodified response body, so you can see the exact fields you get back before spending a credit.

Example response
{
  "success": true,
  "platform": "linkedin",
  "endpoint": "/v1/linkedin/company/jobs",
  "data": {
    "items": [
      {
        "job": {
          "id": "4424258357",
          "title": "Technical Recruiter (contract)",
          "url": "https://www.linkedin.com/jobs/view/4424258357",
          "company": {
            "id": "1035",
            "name": "Microsoft",
            "url": "https://www.linkedin.com/company/1035",
            "verified": true
          },
          "location": "Redmond, WA (Remote)",
          "listed_at": "2026-06-03T20:16:10.000Z",
          "easy_apply": false,
          "ext": {
            "is_promote": false
          }
        }
      },
      {
        "job": {
          "id": "4365290091",
          "title": "Consulting Project Manager - CTJ - Poly",
          "url": "https://www.linkedin.com/jobs/view/4365290091",
          "company": {
            "id": "1035",
            "name": "Microsoft",
            "url": "https://www.linkedin.com/company/1035",
            "verified": true
          },
          "location": "Annapolis Junction, MD (Hybrid)",
          "listed_at": "2026-07-26T14:41:49.000Z",
          "easy_apply": false,
          "ext": {
            "is_promote": false
          }
        }
      }
    ],
    "total": 1660,
    "dropped": 0
  },
  "credits_used": 10,
  "credits_remaining": 9999,
  "request_id": "req_example000000",
  "cached": false,
  "pagination": {
    "next_cursor": "sc.eyJ2IjoyLCJjIjoiMiIsInAiOiJwYWdlIn0",
    "has_more": true,
    "page_size": 25
  }
}

Live sample illustrating the unified response shape. Field values reflect the record you query.

API Details

How does the LinkedIn Company Jobs API work?

Send a GET request with your API key and get back clean, structured JSON in our unified schema. Supported computed fields are populated when the source provides the required inputs.

Method

GET

Response

JSON

Why SocialCrawl

Why use SocialCrawl for LinkedIn Company Jobs data?

We handle the complexity of LinkedIn data extraction so you can focus on building. Unified schema, AI enrichment, and zero platform logic in your code.

Developer First

How do you scrape social media data in seconds?

The fastest social media scraping API for developers. Scrape profiles, posts, comments, and analytics from 48 platforms covering 10B+ monthly active users.

One schema, every platform

Query 48 platforms with identical response structures. Write your integration once.

Computed fields, not just scraped

When an endpoint supports these metrics and the source provides the required inputs, the normalized record includes engagement_rate, estimated_reach, content_category, and language — ready to use.

See your data before you code

Visual Data Explorer — paste any URL, get rich result cards, sortable tables, CSV export.

import requests

response = requests.get(
    'https://www.socialcrawl.dev/v1/tiktok/profile',
    params={'handle': 'charlidamelio'},
    headers={'x-api-key': 'sc_YOUR_API_KEY'}
)
data = response.json()
[ .JSON ]
{
  "success": true,
  "platform": "tiktok",
  "data": {
    "author": {
      "username": "charlidamelio",
      "followers": 152400000
    },
    "engagement": {
      "likes": 12400000000,
      "engagement_rate": 0.087
    },
    "metadata": {
      "language": "en",
      "content_category": "lifestyle"
    }
  }
}
+ 48 platforms
FAQ

Have a question? We got answers

Find answers to frequently asked questions about SocialCrawl's API, pricing, and capabilities.

Contact us
How do I list a company's job postings with an API?
Send a GET request to /v1/linkedin/company/jobs with a numeric company_id in the company_id parameter. The response returns a paginated list of that company's job postings, each with title, location, and the job id you can expand later.
What filters can I apply to LinkedIn company jobs?
You can narrow the list with optional filters: date_posted, experience_level, job_type, remote, easy_apply, and sort_by. Combine them to surface, for example, only remote senior full-time roles posted in the last week.
How do I paginate through a company's job postings?
Add the optional page query parameter (integer) to request more postings. Start at page 1 and increment until the response returns an empty list, which marks the end of that company's open roles.
How much does the company jobs endpoint cost?
Each page costs 10 credits on the premium tier, regardless of how many postings come back. New accounts get 100 free credits with no credit card, enough for 10 pages of job listings before you upgrade.
How do I get full detail on a single job posting?
Each posting in the list carries a job id. Pass that id to /v1/linkedin/job to fetch the full posting: description, seniority, employment type, and optional skills. This keeps the list light and lets you expand only the roles you care about.
Can I use this to track hiring at target accounts?
Yes, tracking a company's open roles is a common hiring-signal and recruiting use case. Poll the endpoint on a schedule, diff the job ids you have seen, and flag new postings to spot team expansion, new functions, or market moves early.

Ask AI about SocialCrawl

Ready to scrape LinkedIn Company Jobs data?

Get your API key and start pulling LinkedIn data in under 60 seconds.

Start for free

🤖 AI agent or LLM? Read this page as markdown