# ZenRows — MCP server on mcp.ai > Connect your ZenRows account and use 14 tools for web scraping straight from your AI agent. Connect with your own API key. ZenRows is a web scraping API allowing developers to bypass CAPTCHAs and blocks, gather structured data from dynamic websites, and quickly integrate results into applications. By: mcp.ai · official Page: https://mcp.ai/zenrows ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_zenrows?ms=1787291520000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/zenrows/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/zenrows/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/zenrows/skill.md Postman collection (v2.1): https://mcp.ai/zenrows/postman.json ## Tools - zenrows_get_api_usage() — This tool retrieves the current API usage statistics and limits for your ZenRows account. It is an independent action that requires no additional parameters besides authentication. It is useful for mo - zenrows_get_concurrency_status_detailed() — This tool provides detailed information about the current concurrency status and limits of your ZenRows account by making a request to the API and analyzing the response headers. It is essential for m - zenrows_get_original_status(url: string) — This tool retrieves the original HTTP status code returned by the target website, which is useful for debugging purposes. It returns the original status code in the response headers under 'x-zenrows-o - zenrows_get_pdf_from_url(url: string, wait?: integer, premium_proxy?: boolean) — This tool generates a PDF version of the scraped content from a given URL. It requires JavaScript rendering to be enabled and sets the response type to PDF, making it ideal for archiving web pages, cr - zenrows_get_plaintext(url: string, wait?: integer, js_render?: boolean, premium_proxy?: boolean) — This tool extracts plain text content from a webpage using the ZenRows API. By using the response_type=plaintext parameter, it strips HTML tags and formats the content into clean, plain text. It's use - zenrows_get_real_estate_data(tld?: string, country?: string, language?: string, platform: string, property_id: string) — A specialized tool for extracting structured data from real estate platforms like Zillow and Idealista. It leverages ZenRows' Real Estate API to fetch comprehensive property information, including pro - zenrows_get_response_compression(url: string, custom_headers?: object) — A tool to fetch content from a URL using the ZenRows API with compression enabled to optimize bandwidth usage and improve performance. It supports gzip, deflate, and br compression encodings, handles - zenrows_get_response_headers(url: string) — A tool to retrieve and parse response headers from ZenRows API requests. It provides critical metadata such as concurrency limits, available request slots, request cost, unique request ID, and final U - zenrows_get_session_id(url: string, session_id: integer, premium_proxy?: boolean) — This tool implements ZenRows' session management functionality to maintain the same IP address across multiple requests for up to 10 minutes. It supports parameters like url, session_id, and premium_p - zenrows_get_walmart_product(url: string, js_render?: boolean) — This tool allows users to extract detailed product information from Walmart using ZenRows' specialized e-commerce scraping API. It provides structured data for Walmart products including product detai - zenrows_scrape_url_autoparse(url: string, wait?: integer, js_render?: boolean, premium_proxy?: boolean) — The ZENROWS_SCRAPE_URL_AUTOPARSE tool automatically parses and extracts structured data from any given URL using intelligent parsing capabilities. It eliminates the need for manual CSS selectors by au - zenrows_scrape_url_html(url: string, wait?: integer, wait_for?: string, js_render?: boolean, session_id?: string, premium_proxy?: boolean, proxy_country?: string, custom_headers?: object, original_status?: boolean) — This tool extracts raw HTML data from a given URL using ZenRows' Universal Scraper API. It focuses on retrieving the pure HTML content of the webpage without automatic parsing or data extraction. It s - zenrows_scrape_with_css_selectors(url: string, wait?: integer, wait_for?: string, js_render?: boolean, css_selectors: object, premium_proxy?: boolean) — This tool allows users to scrape specific elements from a webpage using CSS selectors. It is particularly useful for targeted data extraction rather than retrieving the entire page content. The endpoi - zenrows_screenshot_url(url: string, wait?: integer, screenshot_format?: string, screenshot_quality?: integer, screenshot_fullpage?: boolean, screenshot_selector?: string) — A tool to capture screenshots of web pages using ZenRows API. This tool allows you to take screenshots of entire web pages or specific elements, with customizable options for format and quality. ## Example prompts - "What can I do in ZenRows?" - "Show me a summary of my ZenRows account" ## Links Docs: https://mcp.ai/docs/mcps/zenrows Website: https://mcp.ai/mcps/zenrows