# Collect Darkweb Email Addresses for Phishing Intelligence

**Use case:** 

Extract email addresses from dark web sources to identify potential targets for phishing campaigns or compromised accounts. Enhance cybersecurity awareness and 

## Input

```json
{
  "mode": "crawl",
  "search": "email list OR leaked emails",
  "startUrls": [
    {
      "url": "http://bbcnewsd73hkzno2ini43t4gblxvycyac5aw4gnv7t2rccijh7745uqd.onion/"
    }
  ],
  "maxDepth": 2,
  "maxPages": 80,
  "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.