Public API
Search all 100 free tools with one JSON endpoint.
Use the API when you want a direct, ranked answer for tasks like transparent logo maker, website SEO checker, JSON validator, image compressor, or Semrush alternative.
https://nueralhook.app/api/tools-search?q=transparent%20logo&limit=3Request
The endpoint is public, read-only, cacheable, and returns JSON. It searches the same 100-tool index used by the on-site tool finder.
| Param | Use |
|---|---|
q | Search phrase, task, tool name, alias, file type, or problem. |
category | Optional filter: seo, image, writing, or business. |
limit | Optional result count from 1 to 50. Default is 12. |
Response
Each result includes the tool URL, category, aliases, related tools, and a match score. The response shape is covered by the public schema.
{
"query": "transparent logo",
"category": "all",
"limit": 3,
"count": 3,
"totalTools": 100,
"source": "https://nueralhook.app/tool-search-index.json",
"results": [
{
"name": "Remove white background",
"slug": "remove-white-background",
"path": "/remove-white-background",
"categoryKey": "image",
"matchScore": 1234
}
]
}Related discovery files
Use these when you want the whole catalog instead of a ranked query response.