diff --git a/docs.json b/docs.json index bebff2f83..d820ddcba 100644 --- a/docs.json +++ b/docs.json @@ -2181,6 +2181,7 @@ "tools/toolkits/search/perplexity", "tools/toolkits/search/pubmed", "tools/toolkits/search/scavio", + "tools/toolkits/search/searchapi", "tools/toolkits/search/searxng", "tools/toolkits/search/seltz", "tools/toolkits/search/serpapi", @@ -7170,6 +7171,7 @@ "examples/tools/newspaper4k-tools", "examples/tools/reddit-tools", "examples/tools/scrapegraph-tools", + "examples/tools/searchapi-tools", "examples/tools/searxng-tools", "examples/tools/serpapi-tools", "examples/tools/serper-tools", @@ -7302,7 +7304,6 @@ "examples/tools/perplexity-tools", "examples/tools/scavio-tools", "examples/tools/scheduler-tools", - "examples/tools/searchapi-tools", "examples/tools/sofya-tools", "examples/tools/tool-calls-accesing-agent", "examples/tools/twelvelabs-tools", diff --git a/examples/tools/overview.mdx b/examples/tools/overview.mdx index 569e3c1ac..f18ac9c53 100644 --- a/examples/tools/overview.mdx +++ b/examples/tools/overview.mdx @@ -88,6 +88,7 @@ description: "Examples for using and creating tools in Agno." | [Replicate Tools](/examples/tools/replicate-tools) | Demonstrates replicate tools. | | [Resend Tools](/examples/tools/resend-tools) | Demonstrates resend tools. | | [ScrapeGraphTools](/examples/tools/scrapegraph-tools) | This script demonstrates the various capabilities of ScrapeGraphTools toolkit:. | +| [SearchAPI Tools](/examples/tools/searchapi-tools) | Demonstrates SearchAPI tools for real-time SERP data across Google web, Google News, Google Images, and YouTube. | | [Searxng Tools](/examples/tools/searxng-tools) | Demonstrates searxng tools. | | [Seltz Tools Example](/examples/tools/seltz-tools) | Generate and manage documents with Seltz. | | [Serpapi Tools](/examples/tools/serpapi-tools) | Demonstrates serpapi tools. | diff --git a/tools/toolkits/overview.mdx b/tools/toolkits/overview.mdx index ef45eca45..1efd07ea4 100644 --- a/tools/toolkits/overview.mdx +++ b/tools/toolkits/overview.mdx @@ -76,6 +76,14 @@ The following **Toolkits** are available to use > Tools to search Pubmed. + + Tools to search Google, Google News, Google Images, and YouTube using SearchAPI. +