> For the complete documentation index, see [llms.txt](https://870167019.gitbook.io/blockchainspider/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://870167019.gitbook.io/blockchainspider/label-spiders/tor.md).

# Tor

The Tor label spider allows you to crawl the Tor network for cryptocurrency labels (e.g., address, transaction hash). Before crawling the label on Tor, please ensure that [Tor](https://www.torproject.org/) is available.

> **Tor** is a network solution for anonymizing communications on the internet. Therefore, there are a lot of illegal activities using cryptocurrency for transactions in the Tor network.

Launch the following command in the console to crawl the labels from the Tor network.

```
scrapy crawl labels.tor \
-a out=/path/to/output/data \
-a source=http://6nhmgdpnyoljh5uzr5kwlatx2u3diou4ldeommfxjz3wkhalzgjqxzqd.onion
```

the argument for the Tor label spider, including:

* **out**: the output directory, default is `./data`.
* **source**: the source site (.onion) for crawling the tor network.
