A real API.
Built into the product.
Pull jobs and candidates, push applications, react to events with webhooks. The same endpoints we use to power our own product.
14-day free trial · No credit card · Cancel anytime
Everything in the product, addressable from your code.
Public REST endpoints
Jobs, applications, candidates, interviews, employees, time off, assets, and more — every object the product manages is something you can read or write.
Webhooks for key events
Subscribe to application created, stage changed, hired, offboarded, and other meaningful events. Signed payloads with HMAC, automatic retries on failure.
Scoped API tokens
Roadmap. Per-integration tokens with scopes, rotation, and revocation from settings.
Edge-cached public reads
Public endpoints (jobs, careers page) served from a global CDN for fast responses worldwide.
Predictable rate limits
Generous defaults with transparent rate-limit headers on every response. Reach out if you have a high-throughput use case.
OAuth integrations
Google Workspace OAuth (calendar, SSO) is live today. Slack, Microsoft Teams, and Microsoft 365 are one webhook away — same signed-event pattern, same documented endpoints.
List your published jobs
in three lines.
Public read-only endpoint, no auth needed. The same endpoint your careers page uses.
curl https://app.screeq.com/api/public/v1/jobs \
-H "Accept: application/json"
# {
# "data": [
# { "id": "job_…", "title": "Senior Engineer", "location": "Remote · EU" },
# …
# ]
# }API FAQs.
Can't find what you're looking for? Email us at .
Get an API key.
Ship today.
14-day free trial includes API access from minute one.