Hiring Manager API avatar
Hiring Manager API

Pricing

$25.00 / 1,000 leads

Go to Store
Hiring Manager API

Hiring Manager API

Developed by

Fantastic.jobs

Fantastic.jobs

Maintained by Community

High-quality leads from global job postings! Every month: Over 900k jobs per month with hiring managers' LinkedIn profiles & Over 100k jobs with hiring manager email addresses, directly from the job description.

5.0 (1)

Pricing

$25.00 / 1,000 leads

0

Total users

5

Monthly users

5

Runs succeeded

>99%

Last modified

4 days ago

You can access the Hiring Manager API programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.

{
"openapi": "3.0.1",
"info": {
"version": "0.0",
"x-build-id": "dAo0436F80Lhu12Tm"
},
"servers": [
{
"url": "https://api.apify.com/v2"
}
],
"paths": {
"/acts/fantastic-jobs~hiring-manager-api/run-sync-get-dataset-items": {
"post": {
"operationId": "run-sync-get-dataset-items-fantastic-jobs-hiring-manager-api",
"x-openai-isConsequential": false,
"summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
"tags": [
"Run Actor"
],
"requestBody": {
"required": true,
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/inputSchema"
}
}
}
},
"parameters": [
{
"name": "token",
"in": "query",
"required": true,
"schema": {
"type": "string"
},
"description": "Enter your Apify token here"
}
],
"responses": {
"200": {
"description": "OK"
}
}
}
},
"/acts/fantastic-jobs~hiring-manager-api/runs": {
"post": {
"operationId": "runs-sync-fantastic-jobs-hiring-manager-api",
"x-openai-isConsequential": false,
"summary": "Executes an Actor and returns information about the initiated run in response.",
"tags": [
"Run Actor"
],
"requestBody": {
"required": true,
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/inputSchema"
}
}
}
},
"parameters": [
{
"name": "token",
"in": "query",
"required": true,
"schema": {
"type": "string"
},
"description": "Enter your Apify token here"
}
],
"responses": {
"200": {
"description": "OK",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/runsResponseSchema"
}
}
}
}
}
}
},
"/acts/fantastic-jobs~hiring-manager-api/run-sync": {
"post": {
"operationId": "run-sync-fantastic-jobs-hiring-manager-api",
"x-openai-isConsequential": false,
"summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
"tags": [
"Run Actor"
],
"requestBody": {
"required": true,
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/inputSchema"
}
}
}
},
"parameters": [
{
"name": "token",
"in": "query",
"required": true,
"schema": {
"type": "string"
},
"description": "Enter your Apify token here"
}
],
"responses": {
"200": {
"description": "OK"
}
}
}
}
},
"components": {
"schemas": {
"inputSchema": {
"type": "object",
"properties": {
"timeRange": {
"title": "Time Range",
"enum": [
"1h",
"24h",
"7d"
],
"type": "string",
"description": "Select the time range for job listings. You can choose between hourly (1h), daily (24h), or weekly (7d). We strongly recommend running the Actor at the same time every hour/day/week to ensure that you get all jobs without duplicates",
"default": "7d"
},
"contactType": {
"title": "Contact Type",
"enum": [
"email",
"linkedin"
],
"type": "string",
"description": "If you wish to only include a specific type of lead, you can use one of the following options: 'email' to include jobs with email addresses, 'linkedin' to include jobs with linked profiles. To include both types, simply don't include this parameter"
},
"limit": {
"title": "Maximum Jobs per API call",
"minimum": 10,
"maximum": 1000,
"type": "integer",
"description": "Maximum number of jobs to return per run. The minimum is 10 and the maximum is 5,000. Please set the memory to 512MB for runs above 2,000 jobs.",
"default": 20
},
"titleSearch": {
"title": "Title Search",
"type": "array",
"description": "Array of job titles to search for. Use :* for prefix matching (e.g., 'Soft:*' will match 'Software', 'Softball', etc.)",
"items": {
"type": "string"
}
},
"titleExclusionSearch": {
"title": "Title Exclusion Search",
"type": "array",
"description": "Array of job titles to exclude. Use :* for prefix matching (e.g., 'Soft:*' will match 'Software', 'Softball', etc.)",
"items": {
"type": "string"
}
},
"locationSearch": {
"title": "Location Search",
"type": "array",
"description": "Array of locations to search for. Use :* for prefix matching (e.g., 'New:*' will match 'New York', 'New Jersey', etc.). Please do not use any abbreviations. NY should be New York, US should be United States",
"items": {
"type": "string"
}
},
"locationExclusionSearch": {
"title": "Location Exclusion Search",
"type": "array",
"description": "Array of locations to exclude. Use :* for prefix matching (e.g., 'New:*' will match 'New York', 'New Jersey', etc.) Please do not use any abbreviations. NY should be New York, US should be United States",
"items": {
"type": "string"
}
},
"descriptionSearch": {
"title": "Description Search",
"type": "array",
"description": "Warning, this search might be too intenstive for the 7d API. Please be very specific, limit your searches to a handful of keywords, and combine with one of the other searches, preferably titleSearch. Array of terms to search in job title & description. Use :* for prefix matching (e.g., 'Python:*' will match 'Python', 'Pythonic', etc.)",
"items": {
"type": "string"
}
},
"descriptionExclusionSearch": {
"title": "Description Exclusion Search",
"type": "array",
"description": "Warning, this search might be too intenstive for the 7d API. Please be very specific, limit your searches to a handful of keywords, and combine with one of the other searches, preferably titleSearch. Array of terms to exclude from job title & description. Use :* for prefix matching (e.g., 'Python:*' will match 'Python', 'Pythonic', etc.)",
"items": {
"type": "string"
}
},
"descriptionType": {
"title": "Description Type",
"enum": [
"text"
],
"type": "string",
"description": "Format of the job description. Leave empty to include no description.",
"default": "text"
},
"remote": {
"title": "Remote",
"type": "boolean",
"description": "Filter for remote jobs only. Set to false to include all jobs. This filter is very sensitive and will include jobs that have 'remote' in the title, description, or location."
},
"industryFilter": {
"title": "Industry Filter",
"type": "array",
"description": "Filter by LinkedIn industries. Use exact industry names. Industries containing commas will be automatically wrapped in quotes. You can find a list of industries on our website: https://fantastic.jobs/article/linkedin-industries",
"items": {
"type": "string"
}
},
"organizationEmployeesLte": {
"title": "Max Company Size",
"minimum": 0,
"type": "integer",
"description": "Maximum number of employees in the company. LinkedIn Jobs only, using this filter removes other sources from the results!"
},
"organizationEmployeesGte": {
"title": "Min Company Size",
"minimum": 0,
"type": "integer",
"description": "Minimum number of employees in the company. LinkedIn Jobs only, using this filter removes other sources from the results!"
},
"removeAgency": {
"title": "Remove Agency Jobs",
"type": "boolean",
"description": "Filter out recruitment agencies, job boards and other low quality sources"
},
"aiWorkArrangementFilter": {
"title": "AI Work Arrangement",
"type": "array",
"description": "BETA Feature: Filter by work arrangement. Remote OK = remote with an office available. Remote Solely = remote with no office available. Include both to include all remote jobs. AI enrichment is applied on all ATS jobs, and only on Tech and Product job board jobs",
"items": {
"type": "string",
"enum": [
"On-site",
"Hybrid",
"Remote OK",
"Remote Solely"
]
}
},
"aiHasSalary": {
"title": "AI Has Salary",
"type": "boolean",
"description": "BETA Feature: Filter for jobs with salary information only. Set to false to include all jobs. Results include jobs that have either an AI enriched salary or a raw salary (discovered in the job posting schema). AI enrichment is applied on all ATS jobs, and only on Tech and Product job board jobs"
},
"aiExperienceLevelFilter": {
"title": "AI Experience Level",
"type": "array",
"description": "BETA Feature: Filter by years of experience. AI enrichment is applied on all ATS jobs, and only on Tech and Product job board jobs",
"items": {
"type": "string",
"enum": [
"0-2",
"2-5",
"5-10",
"10+"
]
}
},
"aiVisaSponsorshipFilter": {
"title": "AI Visa Sponsorship",
"type": "boolean",
"description": "BETA Feature: Filter for jobs offering visa sponsorship only. Set to false to include all jobs. AI enrichment is applied on all ATS jobs, and only on Tech and Product job board jobs"
}
}
},
"runsResponseSchema": {
"type": "object",
"properties": {
"data": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"actId": {
"type": "string"
},
"userId": {
"type": "string"
},
"startedAt": {
"type": "string",
"format": "date-time",
"example": "2025-01-08T00:00:00.000Z"
},
"finishedAt": {
"type": "string",
"format": "date-time",
"example": "2025-01-08T00:00:00.000Z"
},
"status": {
"type": "string",
"example": "READY"
},
"meta": {
"type": "object",
"properties": {
"origin": {
"type": "string",
"example": "API"
},
"userAgent": {
"type": "string"
}
}
},
"stats": {
"type": "object",
"properties": {
"inputBodyLen": {
"type": "integer",
"example": 2000
},
"rebootCount": {
"type": "integer",
"example": 0
},
"restartCount": {
"type": "integer",
"example": 0
},
"resurrectCount": {
"type": "integer",
"example": 0
},
"computeUnits": {
"type": "integer",
"example": 0
}
}
},
"options": {
"type": "object",
"properties": {
"build": {
"type": "string",
"example": "latest"
},
"timeoutSecs": {
"type": "integer",
"example": 300
},
"memoryMbytes": {
"type": "integer",
"example": 1024
},
"diskMbytes": {
"type": "integer",
"example": 2048
}
}
},
"buildId": {
"type": "string"
},
"defaultKeyValueStoreId": {
"type": "string"
},
"defaultDatasetId": {
"type": "string"
},
"defaultRequestQueueId": {
"type": "string"
},
"buildNumber": {
"type": "string",
"example": "1.0.0"
},
"containerUrl": {
"type": "string"
},
"usage": {
"type": "object",
"properties": {
"ACTOR_COMPUTE_UNITS": {
"type": "integer",
"example": 0
},
"DATASET_READS": {
"type": "integer",
"example": 0
},
"DATASET_WRITES": {
"type": "integer",
"example": 0
},
"KEY_VALUE_STORE_READS": {
"type": "integer",
"example": 0
},
"KEY_VALUE_STORE_WRITES": {
"type": "integer",
"example": 1
},
"KEY_VALUE_STORE_LISTS": {
"type": "integer",
"example": 0
},
"REQUEST_QUEUE_READS": {
"type": "integer",
"example": 0
},
"REQUEST_QUEUE_WRITES": {
"type": "integer",
"example": 0
},
"DATA_TRANSFER_INTERNAL_GBYTES": {
"type": "integer",
"example": 0
},
"DATA_TRANSFER_EXTERNAL_GBYTES": {
"type": "integer",
"example": 0
},
"PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
"type": "integer",
"example": 0
},
"PROXY_SERPS": {
"type": "integer",
"example": 0
}
}
},
"usageTotalUsd": {
"type": "number",
"example": 0.00005
},
"usageUsd": {
"type": "object",
"properties": {
"ACTOR_COMPUTE_UNITS": {
"type": "integer",
"example": 0
},
"DATASET_READS": {
"type": "integer",
"example": 0
},
"DATASET_WRITES": {
"type": "integer",
"example": 0
},
"KEY_VALUE_STORE_READS": {
"type": "integer",
"example": 0
},
"KEY_VALUE_STORE_WRITES": {
"type": "number",
"example": 0.00005
},
"KEY_VALUE_STORE_LISTS": {
"type": "integer",
"example": 0
},
"REQUEST_QUEUE_READS": {
"type": "integer",
"example": 0
},
"REQUEST_QUEUE_WRITES": {
"type": "integer",
"example": 0
},
"DATA_TRANSFER_INTERNAL_GBYTES": {
"type": "integer",
"example": 0
},
"DATA_TRANSFER_EXTERNAL_GBYTES": {
"type": "integer",
"example": 0
},
"PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
"type": "integer",
"example": 0
},
"PROXY_SERPS": {
"type": "integer",
"example": 0
}
}
}
}
}
}
}
}
}
}

Hiring Manager API OpenAPI definition

OpenAPI is a standard for designing and describing RESTful APIs, allowing developers to define API structure, endpoints, and data formats in a machine-readable way. It simplifies API development, integration, and documentation.

OpenAPI is effective when used with AI agents and GPTs by standardizing how these systems interact with various APIs, for reliable integrations and efficient communication.

By defining machine-readable API specifications, OpenAPI allows AI models like GPTs to understand and use varied data sources, improving accuracy. This accelerates development, reduces errors, and provides context-aware responses, making OpenAPI a core component for AI applications.

You can download the OpenAPI definitions for Hiring Manager API from the options below:

If you’d like to learn more about how OpenAPI powers GPTs, read our blog post.

You can also check out our other API clients: