Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
spider-client
pip install -U spider-client
from agno.agent import Agent from agno.tools.spider import SpiderTools agent = Agent(tools=[SpiderTools()]) agent.print_response('Can you scrape the first search result from a search on "news in USA"?', markdown=True)
max_results
int
url
str
search
scrape
crawl