AI Discovery
Find the right
AI tools
in seconds.
Explore our curated database of thousands of AI applications. Compare features, read reviews, and discover your next workflow upgrade.
finder.js
1import { Finder } from '@ai-finder/sdk';23const ai = new Finder(process.env.AI_KEY);45// Search for top-rated AI tools6const results = await ai.search.query({7term: 'LLM',8limit: 50,9category: 'text',10sort: 'trending',11fuzzy: true12});1314console.log(results.count); // => 50
Response · 200 · found 50 tools in 214ms