# Tech & Fintech Sector Layoff Tracker

**Use case:** 

Track recent tech and fintech layoffs by company or sector. Get headlines, publish dates, and sources pulled from Google News.

## Input

```json
{
  "queries": [
    "tech",
    "fintech"
  ],
  "sinceDays": 90,
  "maxConcurrency": 4
}
```

## Output

```json
{
  "sourceQuery": {
    "label": "Query",
    "format": "text"
  },
  "found": {
    "label": "Found",
    "format": "boolean"
  },
  "matchBasis": {
    "label": "Match type",
    "format": "text"
  },
  "mentionCount": {
    "label": "Mentions",
    "format": "number"
  },
  "summary": {
    "label": "Summary",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Layoff Tracker](https://apify.com/zinin/layoff-tracker) with a specific input configuration. Visit the [Actor detail page](https://apify.com/zinin/layoff-tracker) to learn more, explore other use cases, and run it yourself.