Desearch AI
Enable real-time AI-powered search capabilities including Twitter (X) and web search directly within your LLM applications. Access relevant links and summaries instantly to enhance your AI workflows. Integrate seamlessly with Claude Desktop and Cursor IDE for enriched search experiences.
Ask AI about Desearch AI
Powered by Claude Β· Grounded in docs
I know everything about Desearch AI. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Reviews
Documentation
Welcome to Desearch powered by Bittensor Subnet 22! Desearch is a decentralized, AI-powered search engine that returns unbiased and verifiable results across X, Reddit, Arxiv, Hacker News, Wikipedia, YouTube, and the broader web. API access is available at desearch.ai.
Table of Contents
Introduction
Desearch delivers an unbiased, verifiable search experience built on the Bittensor network. Miners compete to return the best search results from multiple sources; validators independently verify result quality and assign on-chain rewards. Through the public API, developers and AI builders integrate real-time, decentralized search into their products.
Key Features
- AI-powered analysis β decentralized models produce relevant, contextual, unfiltered results.
- Diverse data sources β X, Reddit, Arxiv, Hacker News, Wikipedia, YouTube, and general web.
- Sentiment and metadata analysis β captures emotional tone and key metadata for social content.
- Verifiable rewards β validators independently scrape and score miner outputs.
- Extensible β community-driven improvements to scoring, sources, and relevance.
High-Level Architecture
- Miners run a single Bittensor axon that answers
IsAliveand all search synapses (AI / Twitter / Web). Validators call the axon directly via dendrite. - Validators generate synthetic queries every UTC hour, dispatch them to miners, independently verify results against ground-truth scrapers (Apify, ScrapingDog), and write weights on-chain. They also expose an organic-search FastAPI that the Desearch product backend calls on behalf of API consumers.
- Bittensor network β settles miner compensation on-chain in $TAO.
Getting Started
For API Consumers
To integrate Desearch into your product, sign up at console.desearch.ai and generate an API key. New users receive $5 in free credits after adding a payment method. Consumers send requests to the Desearch API with their API key; the Desearch backend routes those requests to validators on your behalf and returns the aggregated search results.
For Miners
Miners contribute search capacity and are rewarded based on result quality and volume. Expected setup steps:
- Prepare a server with Python β₯ 3.10, PM2, and a registered hotkey on netuid 22.
- Configure credentials for OpenAI, SerpAPI, and Apify.
- Declare per-search-type concurrency in
neurons/miners/manifest.json. - Run the axon with PM2.
See the Miner Setup Guide for full instructions.
For Validators
Validators verify miner outputs and write weights on-chain. Expected setup steps:
- Prepare a server with Python β₯ 3.10, PM2, Redis,
jq, and a registered validator hotkey. - Configure credentials for OpenAI, Apify, ScrapingDog, and W&B.
- Generate a public API access key and run the autoupdate script.
See the Validator Setup Guide for full instructions.
Additional Guides
Monitoring
Validators stream metrics to Weights & Biases. Public dashboards are available at wandb.ai/smart-scrape/smart-scrape-1.0.
Contact and Support
- Website β desearch.ai
- Subnet 22 channel β Bittensor Discord
- Desearch Discord β Join the Desearch community server
