v1
latestOpenAPI 3.1.02026-07-26170262.6 KBJob Search
Search Jobs
Search job postings across companies by job attributes, location, and company firmographics.
post/v2/jobs/search
Request body
Example request
{
"job": {
"title": {
"include": [
"Software Engineer"
]
},
"seniority": {
"include": [
"2-5",
"5-10"
]
},
"employment_type": {
"include": [
"FULL_TIME"
]
},
"date_posted": {
"last_days": 30
}
},
"company": {
"size": {
"include": [
"51-200",
"201-500"
]
}
},
"max_results": 2
}Response
Response for status 200
Example response
{
"total_results": 31787,
"results": [
{
"date_posted": "2026-07-22 10:52:23.413+02",
"title": "Senior Software Engineer",
"url": "https://pt.linkedin.com/jobs/view/senior-software-engineer-at-spectrum-it-recruitment-1234567890",
"company_name": "Spectrum IT Recruitment",
"company_linkedin_url": "https://www.linkedin.com/company/spectrum-it-recruitment",
"ai_summary": "Develop and ship core database engine features focusing on performance, resilience, and fault tolerance. Implement low-level C++ codefor query execution, replication, and cost-based optimization.",
"location": {
"city": null,
"country_code": "PT"
}
},
{
"date_posted": "2026-07-22 10:43:38+02",
"title": "Software engineer - Generative AI Python",
"url": "https://es.linkedin.com/jobs/view/software-engineer-generative-ai-python-at-altia-1234567891",
"company_name": "Altia",
"company_linkedin_url": "https://www.linkedin.com/company/altia-sa",
"ai_summary": "Design and optimize backend services and APIs to ensure reliability and efficiency. Integrate advanced AI capabilities and intelligent platforms into cloud-based infrastructures.",
"location": {
"city": "Madrid",
"country_code": "ES"
}
}
],
"results_length": 2,
"max_results": 2,
"cursor": "eyJzIjpbMTcwMDAwMDAwMDAwMDAwMCwxMjM0NTY3ODkwXSwibyI6Mn0.ZXhhbXBsZS1jdXJzb3Itc2lnbmF0dXJlLW5vdC1yZWFs"
}