Skip to main content
GET
Company Jobs
List a company’s public LinkedIn job openings by its numeric company_id (resolve a company name to its id with /geo/suggest using type=company). Returns the same JobCard shape as /jobs/search, paginated in blocks of 25 via start. Credits: 5

Authorization

string
required
Your ScrapeBadger API key.

Path Parameters

string
required
Numeric LinkedIn company id, e.g. 1035 (Microsoft).

Query Parameters

integer
default:"0"
Pagination offset — 0, 25, 50, … (page size is 25).
string
default:"us"
Country/locale for the request.

Response

JobCard[]
Result cards — same shape as job search: job_id, title, job_url, company, company_url, company_logo, location, posted_at, posted_relative, is_new, benefits[].
object
result_count, start, has_more.

Example

Response