curl --request POST \
--url https://api.leadmagic.io/v1/jobs/jobs-finder \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '{
"company_name": "Microsoft",
"company_website": "https://www.microsoft.com",
"job_title": "Developer",
"location": "new york",
"experience_level": "senior",
"job_description": "python \"software engineer\"",
"country_id": "US",
"region_id": 123,
"job_type_id": 1,
"company_type_id": 4,
"company_industry_id": 123,
"min_employees": 123,
"max_employees": 123,
"has_remote": false,
"posted_within": 30,
"posted_after": "2023-12-25",
"posted_before": "2023-12-25",
"page": 1,
"per_page": 20
}'
{
"total_count": 50,
"page": 1,
"per_page": 20,
"total_pages": 3,
"credits_consumed": 20,
"results": [
{
"company": {
"name": "Microsoft",
"website_url": "https://www.microsoft.com/",
"linkedin_url": "https://www.linkedin.com/company/microsoft/",
"twitter_handle": "Microsoft",
"github_url": "https://github.com/microsoft"
},
"title": "Senior Support Engineer - Developer Messaging",
"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://jobs.careers.microsoft.com/global/en/job/1743018/",
"language": "en",
"clearance_required": false,
"salary_min": null,
"salary_max": null,
"salary_currency": null,
"experience_level": "Senior Level"
}
]
}
LeadMagic’s Jobs Finder
curl --request POST \
--url https://api.leadmagic.io/v1/jobs/jobs-finder \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '{
"company_name": "Microsoft",
"company_website": "https://www.microsoft.com",
"job_title": "Developer",
"location": "new york",
"experience_level": "senior",
"job_description": "python \"software engineer\"",
"country_id": "US",
"region_id": 123,
"job_type_id": 1,
"company_type_id": 4,
"company_industry_id": 123,
"min_employees": 123,
"max_employees": 123,
"has_remote": false,
"posted_within": 30,
"posted_after": "2023-12-25",
"posted_before": "2023-12-25",
"page": 1,
"per_page": 20
}'
{
"total_count": 50,
"page": 1,
"per_page": 20,
"total_pages": 3,
"credits_consumed": 20,
"results": [
{
"company": {
"name": "Microsoft",
"website_url": "https://www.microsoft.com/",
"linkedin_url": "https://www.linkedin.com/company/microsoft/",
"twitter_handle": "Microsoft",
"github_url": "https://github.com/microsoft"
},
"title": "Senior Support Engineer - Developer Messaging",
"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://jobs.careers.microsoft.com/global/en/job/1743018/",
"language": "en",
"clearance_required": false,
"salary_min": null,
"salary_max": null,
"salary_currency": null,
"experience_level": "Senior Level"
}
]
}
Successful response with job listings
The response is of type object
.
Was this page helpful?