---
title: "Companies hiring most aggressively in the last N days"
method: GET
path: "/trending/companies"
---

# Companies hiring most aggressively in the last N days

`GET /trending/companies`

Returns companies ranked by count of new AI/ML jobs posted in
the trailing N days. REST peer of the MCP get_trending_companies
tool — same query, same ordering. Pairs with /stats (which has
trending_tags_7d) to answer "what's the AI hiring market doing
this week?"

## Query parameters

- `days` integer
- `limit` integer

## Response `200`

Company leaderboard

- object
  - `days` integer
  - `companies` object[]
    - `name` string
    - `slug` string
    - `logo_url` string
    - `new_jobs` integer

---

[API](https://skmtc.net/aidevboard/apis/ai-dev-jobs-api.md) · [All operations](https://skmtc.net/aidevboard/apis/ai-dev-jobs-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aidevboard/ai-dev-jobs-api/revisions/b557e8d0b266/schema)
