Free Search API for AI Agents with TinyFish
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.
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