# Analyze Darkweb Cryptocurrency Transactions & Wallets

**Use case:** 

Identify and extract cryptocurrency wallet addresses from dark web marketplaces and forums to trace illicit financial flows. Enhance fraud detection and financi

## Input

```json
{
  "mode": "crawl",
  "search": "bitcoin wallet address OR monero address darknet",
  "startUrls": [
    {
      "url": "http://bbcnewsd73hkzno2ini43t4gblxvycyac5aw4gnv7t2rccijh7745uqd.onion/"
    }
  ],
  "maxDepth": 2,
  "maxPages": 75,
  "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.