v3
latestOpenAPI 3.1.02026-07-318648277.6 KBJobs Data
Jobs Finder
LeadMagic's Jobs Finder
post/v1/jobs/jobs-finder
Request body
Example request
{
"company_name": "Clay",
"company_website": "clay.com",
"job_title": "RevOps Engineer",
"location": "United States",
"experience_level": "senior",
"job_description": "leadmagic",
"country_id": "US",
"region_id": 5,
"job_type_id": 1,
"company_type_id": 1,
"company_industry_id": 7,
"min_employees": 51,
"max_employees": 10000,
"has_remote": true,
"posted_within": 30,
"posted_after": "2026-05-01",
"posted_before": "2026-05-15"
}Response
Successful response with job listings
Example response
{
"total_count": 50,
"page": 1,
"per_page": 20,
"total_pages": 3,
"credits_consumed": 20,
"results": [
{
"company": {
"name": "LeadMagic",
"website_url": "https://leadmagic.io",
"b2b_profile_url": "leadmagichq",
"twitter_handle": "leadmagichq",
"github_url": "https://github.com/leadmagic"
},
"title": "Senior Software Engineer",
"location": "San Jose, San José, Costa Rica",
"types": [
{
"id": 1,
"name": "Full Time"
}
],
"cities": [
{
"geonameid": 3621849,
"asciiname": "San Jose",
"name": "San José",
"country": {
"code": "CR",
"name": "Costa Rica",
"region": {
"id": 5,
"name": "North America"
}
},
"timezone": "America/Costa_Rica",
"latitude": "9.93333",
"longitude": "-84.08333"
}
],
"countries": [
{
"code": "CR",
"name": "Costa Rica",
"region": {
"id": 5,
"name": "North America"
}
}
],
"regions": [
{
"id": 5,
"name": "North America"
}
],
"has_remote": false,
"published": "2024-07-23T15:25:00Z",
"description": "",
"application_url": "https://leadmagic.io/careers",
"language": "en",
"clearance_required": false,
"salary_min": null,
"salary_max": null,
"salary_currency": null,
"experience_level": "Senior Level"
}
]
}