REST API

The REST API provides programmatic access to HiringTrends hiring data. Build dashboards, automate reports, or integrate hiring intelligence into your own tools.

Authentication

Every request must include an API key in the Authorization header:

Authorization: Bearer ht_your_api_key_here

Create and manage API keys on the API docs page.

Endpoints

  • GET /api/v1/stacks — trending tech stacks with demand changes
  • GET /api/v1/companies — companies ranked by hiring velocity
  • GET /api/v1/salary-percentiles — salary breakdown by stack or role
  • GET /api/v1/jobs/search — search job postings by query, location, and stack

For full parameter documentation, example requests, and response schemas, see /api-docs.

Quotas & Rate Limiting

PlanMonthly RequestsOverage
Pro1,000$10 / 1,000 requests
Team10,000$10 / 1,000 requests

Usage is tracked per billing period. Usage headers (X-HiringTrends-Usage-Requests-Used, X-HiringTrends-Usage-Requests-Limit) are included on every response.

Managing API Keys

Visit /api-docs to create a new key, copy the raw token (shown only once), or revoke an existing key. Each key shows its creation date, last-used timestamp, and a token prefix for identification.