# Monitor Darkweb for Cyber Threat Intelligence & Leaks

**Use case:** 

Proactively monitor dark web forums and marketplaces for mentions of your company, brand, or sensitive data. Gain critical early warnings about potential cyber 

## Input

```json
{
  "mode": "crawl",
  "search": "company_name data breach OR company_name leak",
  "startUrls": [
    {
      "url": "http://bbcnewsd73hkzno2ini43t4gblxvycyac5aw4gnv7t2rccijh7745uqd.onion/"
    }
  ],
  "maxDepth": 1,
  "maxPages": 50,
  "maxItems": 100,
  "extractEmails": true,
  "extractPhones": true,
  "extractCryptoAddresses": true,
  "extractSocialHandles": true,
  "extractApiKeys": true
}
```

## Output

```json
{
  "sourceUrl": {
    "label": "Source URL",
    "format": "text"
  },
  "title": {
    "label": "Page Title",
    "format": "text"
  },
  "emails": {
    "label": "Emails",
    "format": "text"
  },
  "phones": {
    "label": "Phones",
    "format": "text"
  },
  "cryptoAddresses": {
    "label": "Crypto Addresses",
    "format": "text"
  },
  "searchKeywordFound": {
    "label": "Keyword Found",
    "format": "text"
  }
}
```

## About this Actor

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