---
name: amt-agentbrowse
description: Browse public web pages with AgentBrowse—safer than raw fetch for agents. Returns checkable quotes and page text for research workflows.
---

# AgentBrowse (Agent Media Tools)

## When to use
- Agent needs to read a public page and cite what it saw
- Prefer over unbounded raw HTML fetch for agent safety rails

## Entry points
- Product: https://agentmediatools.com/agentbrowse
- API: `POST /api/browser/browse` (see OpenAPI / docs)
- Benchmark: https://agentmediatools.com/benchmark/agentbrowse

## Behavior rules
1. Only public URLs; private/reserved networks are blocked.
2. Prefer structured answers with quotes the user can verify.
3. Free daily reads may apply; further use spends flexible credits.

## Related
- Structured scrape (fixed CSS fields): https://agentmediatools.com/tool/structured-scrape
- Website monitoring (ongoing watches): https://agentmediatools.com/workflows/website-monitoring-alerts
- Pricing / credits: https://agentmediatools.com/pricing
