Jobs
List Job Facets
Retrieve marketplace facet counts for building job search filters.
GET
Aggregate counts across the open marketplace — categories, languages, countries, and pay types, each with the number of matching jobs. Use these to populate filter dropdowns or to discover valid filter values for
GET /jobs instead of guessing strings.
Tokenless, CORS-enabled, and edge-cached the same way as the search endpoint.
Requirements: none — no token, no scope, no feature flag. Rate limited to 120 requests/minute per IP.
Request
No parameters.OPTIONS returns 204 (CORS preflight).
Response
Total open jobs in the marketplace.
{value, count} pairs, sorted by count descending.{value, count} pairs, sorted by count descending.{value, count} pairs, sorted by count descending.{value, count} pairs — values are PAY_PER_HOUR, FIXED_PRICE, PAY_PER_LABEL.ISO timestamp when the counts were computed.
Errors
| Status | code | Meaning |
|---|---|---|
429 | RATE_LIMITED | Over 120 requests/minute from one IP |