Skip to main content

Overview

The ScrapeBadger LinkedIn API turns linkedin.com’s public, logged-out surface into a clean JSON feed: job search and job detail, company and school pages, public member profiles, posts and Pulse articles, LinkedIn Learning courses, and a geo/company typeahead for resolving filter ids.
All endpoints are GET, live under https://scrapebadger.com/v1/linkedin/*, and authenticate with the X-API-Key header. Credits are charged per request (see the table below) and reported on the X-Credits-Used response header. Every endpoint accepts an optional country param (default us).

Features

  • Job search — keyword + location search over LinkedIn’s public jobs guest API, with filters for date posted, experience level, job type, workplace (onsite/remote/hybrid), company and sort order. Paginates in blocks of 25 via start.
  • Job detail — full description (HTML + text), salary, seniority, employment type, job functions, industries, applicant counts and the apply URL, by numeric job_id.
  • Company jobs — every public opening for a company, by numeric company_id.
  • Company & school pages — the public company / university page: about, website, industry, size, headquarters, specialties, follower and employee counts, by universal_name slug.
  • Member profiles — a public member’s logged-out profile: headline, location, about, experience, education, languages and awards, by vanity public_id.
  • Posts & articles — a public post or Pulse article with author, body, reactions and top-level comments.
  • LinkedIn Learning — a course’s title, description, provider, workload, rating and instructors.
  • Geo / company typeahead — resolve a free-text place or company name to the numeric geo_id / company_id the job-search filters expect.

Honesty caveat

These endpoints read LinkedIn’s public, logged-out surface only. A member profile is the JSON-LD subset LinkedIn exposes to signed-out visitors — not the full logged-in record: no contact info, no connection graph, and only the coarse skills/experience LinkedIn chooses to render publicly. People search, employee search and full skill lists are out of scope — they are auth-gated and not available here.

Coverage

country (default us) sets the locale LinkedIn renders for jobs and place resolution. All data is drawn from the global linkedin.com domain.

Credits

Quickstart

Start from /geo/suggest to turn a free-text place or company name into the numeric geo_id / company_id that /jobs/search filters on, then page results in blocks of 25 with start.