# Check for Personal Information Exposure Online

**Use case:** 

Scan paste sites for accidental exposure of personal identifiable information (PII) like email addresses, phone numbers, or passwords. This helps individuals an

## Input

```json
{
  "searchKeywords": [
    "john.doe@example.com password",
    "+15551234567 pii",
    "social_security_number leaked",
    "my_username access_token"
  ],
  "sources": [
    "pastebin",
    "gist",
    "textbin",
    "ideone"
  ],
  "maxItemsPerSource": 30
}
```

## 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.