OxylabsTools provide Agents with access to Oxylabs’ powerful web scraping capabilities, including SERP, Amazon product data, and universal web scraping endpoints.
from agno.agent import Agentfrom agno.tools.oxylabs import OxylabsToolsagent = Agent( tools=[OxylabsTools()], markdown=True, )agent.print_response("""Search for 'latest iPhone reviews' and provide a summary of the top 3 results.""")