Search individual data sources
A **quick search** fans one term out across every source at once. This does the opposite: you pick **one** data source and search it directly, on that source’s own terms. Reach for it when you already know which source you want to dig into. DarknetSearch indexes 14 data sources you can search one at a time. Each has its own guide — what it searches, how to call it, and what comes back. Pick one from the grid below.How a search runs
A source answers in one of two shapes:- Synchronous — one call returns the findings in the response. Telegram, Discord, SSL Transparency Logs, Threat Actor Publications, and the indexed view of Credit Cards work this way.
- Asynchronous — the heavier sources run a background job. You submit → poll → read:
POST your search term to the source’s create endpoint. It returns a task id.
GET the source’s request endpoint by id until its status reports finished.
GET the source’s result endpoint to page through the findings.
Every source is free of credit cost; each has its own daily rate limit, noted on its page. All calls take a bearer token — see Authentication.