# Brand Reputation Monitoring for Sensitive Data Leaks

**Use case:** 

Monitor paste sites for mentions of your company name alongside sensitive terms like 'breach' or 'leak' to quickly detect potential reputational damage. Early d

## Input

```json
{
  "searchKeywords": [
    "your_company_name data leak",
    "your_company_name database breach",
    "your_company_name confidential",
    "your_company_name exploit"
  ],
  "sources": [
    "pastebin",
    "gist",
    "textbin",
    "paste_org"
  ],
  "maxItemsPerSource": 10
}
```

## Output

```json
{
  "source": {
    "label": "Source",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "matchedKeyword": {
    "label": "Keyword",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [OSINT Scraper](https://apify.com/crawlerbros/osint-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/osint-scraper) to learn more, explore other use cases, and run it yourself.