DeepSearch Developers
Public-source research for your applications and AI assistants. One platform, from your first request to production.
Build with the API
Search people, research companies, and build sourced profiles in your own application. Start with a free sandbox request.
Open playgroundConnect an AI app
Give your AI assistant access to DeepSearch. Connect the hosted MCP server and sign in with your existing account.
Set up a connectionTry it now
No account neededRequest
POST /api/v1/searchFind people by name, phone, email, or username.
Response
Ready when you are
Your response will appear here. Send a request to inspect the exact JSON or streamed events returned by the API.
Use in your application
curl https://deepsearch.app/api/v1/search \
-H "Authorization: Bearer dsk_test_deepsearch" \
-H "Content-Type: application/json" \
-d '{
"query": "Ada Lovelace",
"type": "name",
"format": "json",
"sandbox": true
}'Explore the endpoints
Search
Find people by name, phone, email, or username.
POST /api/v1/searchDossier
Build a full public-footprint profile for a person.
POST /api/v1/dossierChat
Ask follow-up questions about a person.
POST /api/v1/chatReverse image
Find where an image appears online + visually similar images.
POST /api/v1/reverse-imageEntity search
Find companies by name.
POST /api/v1/entity/searchEntity profile
Build a full company profile.
POST /api/v1/entity/dossierVIN lookup
Decode a vehicle by VIN.
POST /api/v1/vin