🐙TakoAPI
← 智能体市场

anybrowse

由 Oratis Kamir 提供

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.

暂无评分
你的评分

登录后即可评分或收藏

A2A免费

技能 (5)

MCP Tool Server

mcp

Model Context Protocol server exposing scrape, crawl, search, and screenshot as MCP tools. Free access via JSON-RPC 2.0.

输入:application/json输出:application/json
  • Connect as MCP client to use browsing tools
  • Use MCP tools/list to discover available tools

Search and Crawl

crawl

Search Google for a query and scrape the top results to Markdown. Returns multiple pages of content for research tasks.

输入:application/json输出:application/json
  • Search for 'latest AI news' and scrape results
  • Research a topic by crawling top search results

URL Screenshot

screenshot

Capture a screenshot of any URL as JPEG or PNG. Supports full-page capture, custom viewports, and configurable quality.

输入:application/json输出:image/jpeg输出:image/png输出:application/json
  • Take a screenshot of https://example.com
  • Capture a full-page screenshot of this webpage
  • Get a PNG screenshot with 1920x1080 viewport

Web Scraping

scrape

Convert any URL to clean, LLM-optimized Markdown. Uses real Chrome browsers with full JavaScript rendering. Returns structured content with metadata.

输入:application/json输出:application/json
  • Scrape https://example.com to markdown
  • Get the content of this webpage
  • Extract the text from this URL as markdown

Web Search (SERP)

search

Google search results as structured JSON. Returns titles, URLs, snippets, and metadata.

输入:application/json输出:application/json
  • Search Google for 'machine learning tutorials'
  • Find web pages about a topic