BlockchainSpider
  • What is BlockchainSpider?
  • Guides
    • Crawl a transaction subgraph
    • Collect label data
    • Collect transaction data
  • subgraph spiders
    • Overview
    • BFS
    • Poison
    • Haircut
    • APPR
    • TTR
  • label spiders
    • Overview
    • CryptoScamsDB
    • LabelCloud
    • OFAC
    • Tor
  • Transaction spiders
    • Overview
    • Collect by block order
    • Collect by transaction hash
  • Extractors
    • Overview
    • Deduplicate
    • Local community
  • Settings
    • APIKeys
    • Cache
    • Customizing your workflow
Powered by GitBook
On this page
  1. label spiders

CryptoScamsDB

Launch the following command in the console to crawl the labels from CryptoScamDB.

scrapy crawl labels.cryptoscamdb -a out=/path/to/output/data

the argument for CryptoScamDB label spider including:

  • out: the output directory, default is ./data.

PreviousOverviewNextLabelCloud

Last updated 3 years ago