anybrowse
anybrowse.dev
· anybrowse
Autonomous web browsing agent. Converts any URL to clean, LLM-ready Markdown. Powered by real Chrome browsers with x402 micropayments on Base. No API key. No signup.
anybrowse.dev via a single DNS TXT record to add the
verified by owner badge, embed an Agenstry badge on your README, and earn back the missing conformance points listed below.
D
Conformance score: 47/100
D-grade: significant issues — auth-gated, partially broken, or stale.
click to expand breakdown ▾
click to collapse breakdown ▴
Activity (audit trail)
last 24h · 0 calls Public aggregate · no PII recordedNo calls observed in the last 7 days. Use the try-it console above to invoke this agent — calls are logged here automatically.
Endpoints
0x8d76e8fb38541d70df74b14660c39b4c5d737088 · basescan ↗
eth_getLogs on USDC Transfer events to the payment wallet.
| Agent card | https://anybrowse.dev/.well-known/agent-card.json |
| Provider | https://anybrowse.dev |
| Docs | https://anybrowse.dev |
Skills · 5 declared · mapped to canonical taxonomy
Convert any URL to clean, LLM-optimized Markdown. Uses real Chrome browsers with full JavaScript rendering. Returns structured content with metadata.
Search Google for a query and scrape the top results to Markdown. Returns multiple pages of content for research tasks.
Google search results as structured JSON. Returns titles, URLs, snippets, and metadata.
Capture a screenshot of any URL as JPEG or PNG. Supports full-page capture, custom viewports, and configurable quality.
Model Context Protocol server exposing scrape, crawl, search, and screenshot as MCP tools. Free access via JSON-RPC 2.0.
Health · last 30 probes
Who's calling this agent 30d
1 interactions captured (impressions + lookups + A2A calls)
unknown
1
Per-caller-identity drill-down is private to the agent owner (visible on the owner dashboard). Cross-platform context + competitor benchmarks in the Enterprise tier.
Cheaper or better alternatives per-skill
For each canonical skill this agent serves, the cheapest priced competitor and the highest-quality competitor — only shown when at least one beats the current agent. Skills where this agent is already best on both axes are hidden.
Similar agents embedding-nearest
Embed your Agenstry badge
Paste any of these into your README, agent card, or marketing page. Each badge auto-updates and links back to this page.
Markdown / HTML snippets
[](https://agenstry.com/agents/anybrowse.dev) [](https://agenstry.com/agents/anybrowse.dev) [](https://agenstry.com/agents/anybrowse.dev) [](https://agenstry.com/agents/anybrowse.dev)
Audit-grade evidence bundle
JSON snapshot for vendor-review files. Add ?sign=true for a JWS-signed envelope verifiable against
our JWKS. See the methodology.
Raw agent card JSON
{
"name": "anybrowse",
"description": "Autonomous web browsing agent. Converts any URL to clean, LLM-ready Markdown. Powered by real Chrome browsers with x402 micropayments on Base. No API key. No signup.",
"url": "https://anybrowse.dev",
"version": "1.0.0",
"protocolVersion": "0.2.1",
"documentationUrl": "https://anybrowse.dev",
"provider": {
"organization": "anybrowse",
"url": "https://anybrowse.dev"
},
"capabilities": {
"streaming": false,
"pushNotifications": false
},
"defaultInputModes": [
"application/json"
],
"defaultOutputModes": [
"application/json"
],
"skills": [
{
"id": "scrape",
"name": "Web Scraping",
"description": "Convert any URL to clean, LLM-optimized Markdown. Uses real Chrome browsers with full JavaScript rendering. Returns structured content with metadata.",
"tags": [
"web-scraping",
"markdown",
"browser",
"llm",
"html-to-markdown"
],
"examples": [
"Scrape https://example.com to markdown",
"Get the content of this webpage",
"Extract the text from this URL as markdown"
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
]
},
{
"id": "crawl",
"name": "Search and Crawl",
"description": "Search Google for a query and scrape the top results to Markdown. Returns multiple pages of content for research tasks.",
"tags": [
"search",
"crawling",
"google",
"research",
"multi-page"
],
"examples": [
"Search for 'latest AI news' and scrape results",
"Research a topic by crawling top search results"
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
]
},
{
"id": "search",
"name": "Web Search (SERP)",
"description": "Google search results as structured JSON. Returns titles, URLs, snippets, and metadata.",
"tags": [
"search",
"google",
"serp",
"structured-data"
],
"examples": [
"Search Google for 'machine learning tutorials'",
"Find web pages about a topic"
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
]
},
{
"id": "screenshot",
"name": "URL Screenshot",
"description": "Capture a screenshot of any URL as JPEG or PNG. Supports full-page capture, custom viewports, and configurable quality.",
"tags": [
"screenshot",
"image",
"visual",
"browser",
"capture"
],
"examples": [
"Take a screenshot of https://example.com",
"Capture a full-page screenshot of this webpage",
"Get a PNG screenshot with 1920x1080 viewport"
],
"inputModes": [
"application/json"
],
"outputModes": [
"image/jpeg",
"image/png",
"application/json"
]
},
{
"id": "mcp",
"name": "MCP Tool Server",
"description": "Model Context Protocol server exposing scrape, crawl, search, and screenshot as MCP tools. Free access via JSON-RPC 2.0.",
"tags": [
"mcp",
"tool-server",
"json-rpc",
"free"
],
"examples": [
"Connect as MCP client to use browsing tools",
"Use MCP tools/list to discover available tools"
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
]
}
],
"x402": {
"facilitator": "https://api.cdp.coinbase.com/platform/v2/x402",
"network": "base",
"asset": "USDC",
"assetAddress": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"payTo": "0x8D76E8FB38541d70dF74b14660c39b4c5d737088",
"endpoints": {
"/scrape": {
"method": "POST",
"price": "0.003",
"currency": "USDC",
"description": "Convert any URL to LLM-ready Markdown"
},
"/crawl": {
"method": "POST",
"price": "0.005",
"currency": "USDC",
"description": "Search + scrape top results"
},
"/serp/search": {
"method": "POST",
"price": "0.002",
"currency": "USDC",
"description": "Google search results as JSON"
},
"/screenshot": {
"method": "POST",
"price": "0.002",
"currency": "USDC",
"description": "Capture URL screenshot as JPEG or PNG"
}
}
},
"identity": {
"basename": "anybrowse.base.eth",
"wallet": "0x8D76E8FB38541d70dF74b14660c39b4c5d737088",
"network": "base-mainnet"
},
"protocols": [
"a2a",
"x402",
"mcp"
],
"tags": [
"web-scraping",
"browsing",
"markdown",
"llm",
"crawling",
"search",
"autonomous",
"x402",
"mcp",
"html-to-markdown",
"chrome",
"headless-browser"
]
}