目录 / ZenRows 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"
}
}
}
能力清单
| 工具 | 说明 |
|---|---|
| scrape | Scrape 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"}' } |
提交举报 / 纠错
侵权举报经核验成立后,我们会即时下线该条目并删除已存的内容副本。