Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ZENROWS_API_KEY | Yes | The ZenRows Universal Scraper API key required to authenticate requests. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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:
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"}' } |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| scrape_and_summarize | Scrape a webpage and return a concise summary of its content. |
| extract_structured_data | Scrape a webpage and extract specific structured data using CSS selectors. |
| scrape_js_page | Scrape a page that requires JavaScript rendering (React, Vue, Angular, or any SPA). |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |