# Find Actively Hiring Companies — API for Intent Signals

**Use case:** 

Use real-time hiring signals to find companies actively opening roles. 1M+ active job postings with full company context — industry, headcount, country.

## Input

```json
{
  "page": 1,
  "limit": 50,
  "date_preset": "last_30d",
  "sort_order": "desc"
}
```

## Output

```json
{
  "title": {
    "label": "Job Title",
    "format": "string"
  },
  "companyName": {
    "label": "Company",
    "format": "string"
  },
  "seniorityLevel": {
    "label": "Seniority",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "companyIndustry": {
    "label": "Industry",
    "format": "string"
  },
  "companyEmployeeCount": {
    "label": "Employees",
    "format": "number"
  },
  "datePosted": {
    "label": "Posted",
    "format": "string"
  },
  "jobUrl": {
    "label": "Job URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Signalbase Real Time Hiring Signals](https://apify.com/signalbase/signalbase-hiring) with a specific input configuration. Visit the [Actor detail page](https://apify.com/signalbase/signalbase-hiring) to learn more, explore other use cases, and run it yourself.