organization_job_postings
Find job postings for a specific organization using Apollo.io organization ID to identify current hiring opportunities and open positions.
Instructions
Use the Organization Job Postings endpoint to find job postings for a specific organization
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| organization_id | Yes | Apollo.io organization ID |
Input Schema (JSON Schema)
{
"properties": {
"organization_id": {
"description": "Apollo.io organization ID",
"type": "string"
}
},
"required": [
"organization_id"
],
"type": "object"
}