# Zyte Api — MCP server on mcp.ai > Connect your Zyte Api account and use 7 tools for web scraping straight from your AI agent. Connect with your own API key. Zyte API is a web scraping solution that automates data extraction from websites, handling challenges like bans and dynamic content. By: mcp.ai · official Page: https://mcp.ai/zyte_api ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_zyte_api?ms=1787293740000 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/zyte_api/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/zyte_api/ 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/zyte_api/skill.md Postman collection (v2.1): https://mcp.ai/zyte_api/postman.json ## Tools - zyte_api_active_scheduled_maintenances() — Retrieves currently active scheduled maintenances that are in 'In Progress' or 'Verifying' state. Use this to check for ongoing maintenance events that may affect Zyte API availability. Returns an emp - zyte_api_components() — Retrieves all Zyte service components with their current operational status. Returns component details including status (operational, degraded_performance, partial_outage, major_outage), descriptions, - zyte_api_extract_zyte_api(url: string, serp?: boolean, tags?: object, jobId?: string, ipType?: string, actions?: object[], article?: boolean, product?: boolean, echoData?: object, javascript?: boolean, jobPosting?: boolean, screenshot?: boolean, articleList?: boolean, browserHtml?: boolean, forumThread?: boolean, geolocation?: string, pageContent?: boolean, productList?: boolean, serpOptions?: object, articleOptions?: object, networkCapture?: object[], productOptions?: object, requestCookies?: object[], requestHeaders?: object, sessionContext?: object[], httpRequestBody?: string, httpRequestText?: string, customAttributes?: object, httpResponseBody?: boolean, articleNavigation?: boolean, httpRequestMethod?: string, productNavigation?: boolean, screenshotOptions?: object, productListOptions?: object, httpResponseHeaders?: boolean, jobPostingNavigation?: boolean, customAttributesOptions?: object, customHttpRequestHeaders?: object[]) — Tool to extract data from URLs using Zyte API's HTTP, browser, and AI-powered extraction capabilities. Use when you need to scrape web pages, extract structured data (products, articles, jobs, etc.), - zyte_api_get_scheduled_maintenances() — Tool to get the 50 most recent scheduled maintenances (upcoming and completed) from Zyte status API. Use after confirming you need the latest maintenance schedule for monitoring. - zyte_api_get_unresolved_incidents() — Tool to retrieve unresolved incidents from Zyte status API. Use when you need to check currently open incidents. - zyte_api_list_incidents() — Retrieves the 50 most recent incidents from the Zyte API status page, including both resolved and unresolved incidents. Use this tool to check current API health, review incident history, or get detai - zyte_api_status() — Retrieves comprehensive operational status for all Zyte services. Returns current status of components (Zyte API, Smart Proxy Manager, Scrapy Cloud, etc.), active incidents, and scheduled maintenance ## Example prompts - "What can I do in Zyte Api?" - "Show me a summary of my Zyte Api account" ## Links Docs: https://mcp.ai/docs/mcps/zyte_api Website: https://mcp.ai/mcps/zyte_api