Search Job Postings
search_jobsSearch LinkedIn or Indeed for job postings by keyword, location, and filters. Identify hiring signals by discovering which companies are recruiting and for what roles.
Instructions
Search job postings on LinkedIn or Indeed by keyword, location, and filters (employment type, remote/onsite, seniority, freshness, employer). Useful for hiring signals: which companies are recruiting for what roles, where.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Number of job postings to return. | |
| offset | No | Pagination offset. | |
| country | No | Country for Indeed (e.g. usa, france, uk, germany). Ignored by LinkedIn (uses location). | usa |
| keyword | No | Search keyword (job title, skill, company, ...). | |
| distance | No | Search radius in miles around the location. | |
| job_type | No | Employment type. | |
| location | No | Location, e.g. "Paris, France" or "United States". | |
| platform | No | Job platform to search. | |
| work_type | No | Work arrangement. | |
| company_ids | No | Comma-separated company ids to restrict the search (LinkedIn only). Accepts encoded org ids (org_xxx, as returned by search_company) and/or raw numeric LinkedIn ids. | |
| date_posted | No | Posting freshness. | |
| company_name | No | Company name to restrict the search. LinkedIn: resolved to the matching company (most-followed) — a strict employer filter. Indeed: used as the search keyword (approximate). Ignored if company_ids is provided. | |
| experience_level | No | Seniority (LinkedIn only). | |
| fetch_description | No | Include the full job description on each result (LinkedIn: slower; Indeed: no extra cost). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Number of job postings returned in this page. | |
| error | No | HTTP-style status code, present only when the call failed. | |
| total | No | Number of job postings found so far (lower bound when has_next is true). | |
| detail | No | Error message, present only when the call failed. | |
| offset | No | Pagination offset of this page. | |
| results | No | Job posting objects (title, company, location, salary, dates, description...). | |
| has_next | No | Whether more results are available. | |
| credits_used | No | Credits consumed by this search. |