Search public products, founders and taxonomy from terminals, scripts and CI without managing credentials.
Use npx for an occasional query or install the official npm package globally for regular use.
npx indietools search "ai writer"
npm install --global indietools@latest
indietools products --limit 10Run indietools --help at any time to see the installed contract.
Defaults: page 1; 20 products, founders or search results; 50 taxonomy records. Maximums: page 1,000; 60 products; 48 founders; 25 search results; 60 taxonomy records. Search queries must contain 2–100 characters.
Add --json to print the complete stable API document. Human-readable output is terminal-sanitized; JSON mode preserves the API response for your own parser.
npx indietools search "ai writer" --json
indietools founders --page 2 --limit 24
indietools product product-slug --json
indietools technologies --limit 50Use --base-url URL for one command or set INDIETOOLS_PUBLIC_API_URL for a process. The command option takes precedence. Only an HTTP(S) origin without credentials, a query or a fragment is accepted.
Need the wire contract? Read the public API index and OpenAPI document. For agent integrations, use the MCP server. Authentication rules are defined in auth.md.