# Detect sales-timing signals in PR TIMES press releases

**Use case:** 

Search PR TIMES press releases by keyword and get back only the ones carrying a sales-timing signal — funding, business alliance, M&A, new office, and more.

## Input

```json
{
  "mode": "byKeyword",
  "keyword": "",
  "businessCategoryId": "",
  "businessCategorySubId": "",
  "onlySalesSignal": true,
  "maxItems": 3,
  "maxDetailFetches": 10,
  "requestDelayMs": 1500
}
```

## Output

```json
{
  "companyName": {
    "label": "Company name",
    "format": "string"
  },
  "headline": {
    "label": "Headline",
    "format": "string"
  },
  "isSalesTimingSignal": {
    "label": "Has sales-timing signal",
    "format": "boolean"
  },
  "salesTimingSignals": {
    "label": "Sales-timing signals",
    "format": "array"
  },
  "releaseType": {
    "label": "Release type",
    "format": "object"
  },
  "datePublished": {
    "label": "Date published",
    "format": "string"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [PR TIMES Sales & Investment Signal Classifier](https://apify.com/woolen_snake/prtimes-sales-signal-classifier) with a specific input configuration. Visit the [Actor detail page](https://apify.com/woolen_snake/prtimes-sales-signal-classifier) to learn more, explore other use cases, and run it yourself.