Beta — waitlist open
ToolHund API
Programmatic access to 4,000+ curated AI tools — categories, pricing, ratings, alternatives, screenshots and launch data. Built for agencies, builders and AI-native products.
Complete dataset
Every tool with full metadata, pros/cons, features, pricing and alternatives.
Real-time
Webhooks on new tools, launches, deals and review aggregates.
REST + GraphQL
Modern endpoints with SDKs for TypeScript, Python and Go.
Generous limits
10K requests/month free. Scale plans start at $99/mo.
GET /v1/tools?category=chatbots&pricing=free
{
"data": [
{
"slug": "chatgpt",
"name": "ChatGPT",
"category": "Chatbots",
"rating": 4.9,
"pricing": { "type": "freemium", "starts_at": 20 },
"alternatives": ["claude", "gemini", "perplexity"]
}
],
"meta": { "total": 124, "page": 1 }
}