Join the conversation

Join the community of Machine Learners and AI enthusiasts.

Sign Up
hanzlaΒ 
posted an update 2 days ago
Post
4540
πŸ‘‹ Hi all!

For any AI agent, internet search πŸ”Ž is an important tool. However, with APIs like Tavily and Exa, it becomes really difficult to keep up with the cost. In some cases, these Internet APIs cost more than the LLM.

To solve, this, I am making a playwright wrapper API on top of publicly available searXNG instances. This will enable agent applications to fetch internet results for free.

Currently, I have set up a basic GitHub repo, and I will continue developing advanced search features, such as image search πŸ–ΌοΈ

Github: https://github.com/HanzlaJavaid/Free-Search/tree/main

πŸš€ Try the deployed version: https://freesearch.replit.app/docs

If you find this useful, consider starring ⭐️ the GitHub repository to support further development!
In this post