AI EngineerGuide

Free Search API for AI Agents with TinyFish

by Ashik Nesin Ashik Nesin

TinyFish offers various things that you might want to use in your AI application like Browser, web automation, URL fetch and also search endpoint as well.

Now they’re offering Search & Fetch API for free on very plan but has a very aggressive rate limiting like 5 req/min on free plan.

2026-05-05-at-22.52.42.png

How to get started?

Just create an account and get the API key

Make the API request with that key

curl "https://api.search.tinyfish.ai?query=your+query+here&location=US&language=en" \
  -H "X-API-Key: $TINYFISH_API_KEY"

You can checkout their docs for more details regarding this https://docs.tinyfish.ai/search-api

2026-05-05-at-22.32.10.png

Stay Updated

Get the latest AI engineering insights delivered to your inbox.

No spam. Unsubscribe at any time.