Introduction
The Sentrion API provides programmatic access to job market intelligence. Use our APIs to search for job postings from specific companies or run direct, cross-company job searches with detailed filters.Getting Started
1
Create your account
Head to app.sentrion.ai and sign up. You’ll get access to your dashboard right away.
2
Get your API key
In your dashboard, go to Settings > API Keys and create a new key. This key is how Sentrion identifies your requests.
Your API key is like a password — keep it private and never share it publicly.
3
Make your first request
Use your API key to search for company jobs:
Base URL
All API requests should be made to:Authentication
All endpoints require Bearer token authentication. Include your API key in theAuthorization header:
API Versioning
This API is currently unversioned. We are committed to maintaining backward compatibility. Any breaking changes will be introduced under a new versioned endpoint (e.g.,
/v2/search/company-jobs).Available Endpoints
POST /company-jobs/search
Search for job postings from a specific company. Returns enriched company details alongside matching jobs.
POST /jobs-search/search
Search across all companies using location, industry, department, keyword, job board, and salary filters.
Response Format
All API responses follow a consistent format:- Success Response
- Error Response
Rate Limiting
The API implements rate limiting to ensure fair usage. If you exceed the rate limit, you’ll receive a429 status code with the following response:
