Greenhouse Jobs Scraper
Pricing
from $0.49 / 1,000 job scrapeds
Greenhouse Jobs Scraper
Search live job postings across 140+ companies on Greenhouse. Filter by title, location, remote/hybrid/onsite, salary, experience level, and company.
Greenhouse Jobs Scraper
Pricing
from $0.49 / 1,000 job scrapeds
Search live job postings across 140+ companies on Greenhouse. Filter by title, location, remote/hybrid/onsite, salary, experience level, and company.
You can access the Greenhouse Jobs Scraper 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 API & Integrations in Apify Console.
{ "openapi": "3.0.1", "info": { "version": "1.0", "x-build-id": "ApaEoFtCkD7jNUVR4" }, "servers": [ { "url": "https://api.apify.com/v2" } ], "paths": { "/acts/parsebird~greenhouse-jobs-scraper/run-sync-get-dataset-items": { "post": { "operationId": "run-sync-get-dataset-items-parsebird-greenhouse-jobs-scraper", "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/parsebird~greenhouse-jobs-scraper/runs": { "post": { "operationId": "runs-sync-parsebird-greenhouse-jobs-scraper", "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/parsebird~greenhouse-jobs-scraper/run-sync": { "post": { "operationId": "run-sync-parsebird-greenhouse-jobs-scraper", "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": { "queries": { "title": "Job titles / keywords", "maxItems": 5, "type": "array", "description": "Up to 5 job titles or keywords, matched against the title and description (OR'ed). Prefix a term with \"-\" to exclude it, e.g. \"-staff\".", "default": [], "items": { "type": "string" } }, "locations": { "title": "Locations", "type": "array", "description": "Cities, regions, or countries to filter by. Matched against each posting's raw location text (e.g. \"San Francisco\", \"New York\", \"Remote\").", "default": [], "items": { "type": "string" } }, "work_models": { "title": "Work models", "type": "array", "description": "Filter by remote, hybrid, or onsite. Leave empty to include all.", "items": { "type": "string", "enum": [ "remote", "hybrid", "onsite" ], "enumTitles": [ "Remote", "Hybrid", "Onsite" ] }, "default": [] }, "employment_types": { "title": "Employment types", "type": "array", "description": "Filter by employment type. Leave empty to include all.", "items": { "type": "string", "enum": [ "full-time", "part-time", "contract", "internship", "freelance", "temporary" ], "enumTitles": [ "Full-time", "Part-time", "Contract", "Internship", "Freelance", "Temporary" ] }, "default": [] }, "experience_levels": { "title": "Experience levels", "type": "array", "description": "Filter by seniority, classified from the job title. Leave empty to include all.", "items": { "type": "string", "enum": [ "intern", "entry", "mid", "senior", "lead", "executive" ], "enumTitles": [ "Intern", "Entry", "Mid", "Senior", "Lead", "Executive" ] }, "default": [] }, "skills_include": { "title": "Skills to include", "type": "array", "description": "Only keep jobs whose description mentions at least one of these terms (case-insensitive keyword search).", "default": [], "items": { "type": "string" } }, "skills_exclude": { "title": "Skills to exclude", "type": "array", "description": "Drop jobs whose description mentions any of these terms.", "default": [], "items": { "type": "string" } }, "companies_include": { "title": "Companies to include", "type": "array", "description": "Only keep jobs from these companies (case-insensitive match against the company name reported by Greenhouse). Only companies in this actor's tracked list (see README) can be found.", "default": [], "items": { "type": "string" } }, "companies_exclude": { "title": "Companies to exclude", "type": "array", "description": "Drop jobs from these companies.", "default": [], "items": { "type": "string" } }, "min_salary_usd": { "title": "Minimum annual salary (USD)", "type": "integer", "description": "Lower bound on annualized USD compensation. Compensation is parsed from the job description when the employer discloses a range; jobs without a disclosed salary are excluded when this is set." }, "max_salary_usd": { "title": "Maximum annual salary (USD)", "type": "integer", "description": "Upper bound on annualized USD compensation. Jobs without a disclosed salary are excluded when this is set." }, "posted_after": { "title": "Posted after", "type": "string", "description": "Only keep jobs posted on or after this date. ISO 8601 (e.g. 2026-01-01) or relative (e.g. \"7 days ago\").", "default": "" }, "posted_before": { "title": "Posted before", "type": "string", "description": "Only keep jobs posted on or before this date. ISO 8601 or relative, same format as Posted after.", "default": "" }, "page": { "title": "Page", "minimum": 1, "maximum": 100, "type": "integer", "description": "Page number of results (1-100). Results are sorted by posting date, newest first.", "default": 1 }, "page_size": { "title": "Page size", "minimum": 1, "maximum": 100, "type": "integer", "description": "Results per page (1-100).", "default": 50 }, "include_company_details": { "title": "Include company details", "type": "boolean", "description": "Attach an aggregated company profile (open position count, departments, offices) to each job.", "default": false } } }, "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 } } } } } } } } }}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 Greenhouse Jobs Scraper 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: