Overview
This endpoint retrieves all active job postings from specified companies. Unlike/companies/hiring
which returns 1 job per company for discovery, this endpoint extracts every available job from the target companies.
The
company_names
parameter is required. Only LinkedIn will be scraped as the job board.Pricing: Total Cost = Base + Description + Enrichment
- Base: ⌈jobs / 10⌉ credits (1 credit = 10 jobs)
- Description (if
fetch_description: true
): +1 credit = 10 description - Enrichment (if
enrich_company: true
): +1 credit per company
- Base only: 5 credits
- Base + Description: 6 credits
- Base + Enrichment: 7 credits
- Full (Base + Description + Enrichment): 8 credits
Body Parameters
List of company names to extract jobs from (e.g.,
["Google", "Amazon"]
)Keywords for job title (e.g.,
["developer", "engineer"]
)If
true
: all keywords required (AND logic). If false
: at least one keyword (OR logic)Keywords to exclude from job title (e.g.,
["senior", "manager"]
)Location (city, region). Example:
"Paris, France"
or "San Francisco, CA"
Filter only remote jobs
Type of contract. Values:
fulltime
, parttime
, internship
, contract
Jobs posted within the last X hours (e.g.,
72
for 3 days)Maximum number of jobs to retrieve per company
Fetch complete job descriptions. Cost: +⌈companies / 10⌉ credits
Enrich with LinkedIn data (tagline, followers, HQ, locations). Cost: +1 credit per company
Start page for pagination
End page for pagination
Response
Credits consumed for this request
Remaining credits in your account
Number of companies returned
Total number of jobs found