AgentMarketMCP / SKILL 资产档案馆

目录 / ZenRows MCP

MCP 鉴权未知 未评级 已上架

ZenRows MCP

Scrape any webpage and return clean, LLM-ready content using the ZenRows API. **What it does:** - Fetches static and JavaScript-rendered pages (React, Vue, Angular) - Bypasses anti-bot protection and CAPTCHAs automatically - Returns clean **markdown** by default — no HTML noise for the LLM - Supports CSS extraction for structured data (products, prices, listings) - Auto-parse mode for articles and e-commerce pages - Premium residential proxies for heavily protected sites **When to use it:** Use `scrape` when you need to read a webpage, extract data from a site, monitor prices, research competitors, or gather any content from the web. **Authentication:** Connect with your ZenRows API key via OAuth — no manual key copying required.

该来源不提供完整文件导出(国内平台多为平台内托管),仅存元数据与原链

接入信息

传输形态
http
鉴权方式
鉴权未知
端点
https://zenrows-mcp.run.tools
鉴权方式未标注,请核对官方文档后再接入——不要直接使用以下片段
{
  "mcpServers": {
    "ZenRows MCP": {
      "url": "https://zenrows-mcp.run.tools"
    }
  }
}

能力清单

工具说明
scrapeScrape any webpage and return its content using ZenRows. Use this tool to fetch webpage content for analysis. By default it returns clean markdown, which is ideal for LLM processing. When to enable options: - js_render: page uses React/Vue/Angular, loads content dynamically, or content appears missing on the first attempt - premium_proxy: site returns 403/blocked errors even with js_render enabled - wait_for: specific content loads after initial render (requires js_render) - css_extractor: you only need specific elements, not the whole page - autoparse: structured data pages like products or articles Examples: Basic: { url: "https://example.com" } Dynamic: { url: "https://spa.com", js_render: true } Protected:{ url: "https://protected.com", js_render: true, premium_proxy: true } Extract: { url: "https://shop.com", css_extractor: '{"title":"h1","price":".price"}' }
纠错与举报(发现条目失效、署名有误或涉及侵权?)
提交举报 / 纠错

侵权举报经核验成立后,我们会即时下线该条目并删除已存的内容副本。