Unified ATS API Ashby, Breezy HR & Workable avatar

Unified ATS API Ashby, Breezy HR & Workable

Under maintenance

Pricing

from $0.01 / 1,000 results

Go to Apify Store
Unified ATS API Ashby, Breezy HR & Workable

Unified ATS API Ashby, Breezy HR & Workable

Under maintenance

Access multiple Applicant Tracking Systems through one unified interface. Search jobs, candidates, applications, interviews, and hiring metrics across Ashby, Breezy HR, and Workable with a single actor.

Pricing

from $0.01 / 1,000 results

Rating

0.0

(0)

Developer

The Howlers

The Howlers

Maintained by Community

Actor stats

0

Bookmarked

10

Total users

1

Monthly active users

6 days ago

Last modified

Share

Unified ATS API - Ashby, Breezy HR & Workable

Access multiple Applicant Tracking Systems through one unified interface. Search jobs, candidates, applications, interviews, and more across Ashby, Breezy HR, and Workable. Perfect for recruitment automation, talent analytics, and HR integrations.

BYOK (Bring Your Own Key) -- you provide your own API credentials.


Before You Start

This actor requires your own API credentials to fetch real data.

Where to get your key: Your ATS platform API key. Required for production use.


Quick Start

Run with real data

{
"platform": "ashby",
"task": "list_jobs",
"limit": 50,
"offset": 0,
"apiKey": "YOUR_API_KEY_HERE",
"apiSecret": "YOUR_API_KEY_HERE",
"subdomain": [
"competitor1.com",
"competitor2.com"
]
}

Input Parameters

ParameterTypeDefaultRequiredDescription
platformstring"ashby"Yes*Select which Applicant Tracking System to query
taskstring"list_jobs"Yes*The operation to perform on the selected ATS platform
jobIdstring-NoJob ID for operations requiring a specific job (get_job, list_applications)
candidateIdstring-NoCandidate ID for operations requiring a specific candidate (get_candidate)
applicationIdstring-NoApplication ID for get_application task
querystring-NoSearch term for search_jobs or search_candidates tasks
statusstring-NoFilter by status (e.g., 'open', 'closed', 'draft' for jobs; 'active', 'hired', 'rejected' for candidates)
departmentIdstring-NoFilter by department ID
locationIdstring-NoFilter by location ID
limitinteger50NoMaximum number of results to return
offsetinteger0NoResults offset for pagination
apiKeystring-Yes*Your ATS platform API key. Required for production use.
apiSecretstring-Yes*API secret for Ashby (used with HTTP Basic Auth). Leave empty for other platforms.
subdomainstring-NoYour account subdomain (e.g., 'yourcompany' from yourcompany.workable.com)
companyIdstring-NoBreezy HR company ID for API requests
webhookUrlstring-NoURL to receive results via webhook for automation platforms

Pricing

This actor uses pay-per-event billing:

EventDescriptionPrice
API RequestEach ATS API request completed$0.01

Troubleshooting

"API key is required"

  • Add your API key in the input

"API error 403" or "Unauthorized"

Your API key is invalid, expired, or doesn't have access to this specific API endpoint. Double-check your key and account permissions.

"API error 429" or "Rate limit"

Too many requests. Wait a minute and try again, or reduce the number of items per run.

No results or empty dataset

Check the run log for error messages. Common causes:

  • Invalid input format (check the examples above)
  • API key without proper permissions
  • The target data doesn't exist or is too small to track

How do I test without an API key?


Built by John Rippy | Actor Arsenal