# Intent Signals API for B2B Sales and AI Agents

**Use case:** 

Real-time B2B intent signals API — funding, M&A, hiring, exec moves. Detected within minutes, source-attributed, with full company context. Built for outbound.

## Input

```json
{
  "signalType": "funding",
  "limit": 50,
  "sort_order": "desc"
}
```

## Output

```json
{
  "signalType": {
    "label": "Signal Type",
    "format": "string"
  },
  "companyName": {
    "label": "Company",
    "format": "string"
  },
  "companyIndustry": {
    "label": "Industry",
    "format": "string"
  },
  "companyCountry": {
    "label": "Country",
    "format": "string"
  },
  "companyEmployeeCount": {
    "label": "Employees",
    "format": "number"
  },
  "occurredAt": {
    "label": "Occurred At",
    "format": "string"
  },
  "companyWebsite": {
    "label": "Website",
    "format": "string"
  }
}
```

## About this Actor

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