zyte_extract
Pack: zyte · Endpoint: https://gateway.pipeworx.io/zyte/mcp
AI-powered automatic extraction of structured data from a web page. Set type to ‘product’ for e-commerce product pages (name, price, currency, images, SKU, availability…) or ‘article’ for news/blog pages (headline, author, date, body text…). Example: zyte_extract({ url: “https://shop.example.com/item/123\”, type: “product”, _apiKey: “your-key” })
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
url | string | yes | The URL of the product or article page to extract |
type | string | no | What to extract: ‘product’ (e-commerce) or ‘article’ (news/blog). Default ‘product’. |
_apiKey | string | yes | Zyte API key |
Example call
curl -X POST https://gateway.pipeworx.io/zyte/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"zyte_extract","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"zyte": {
"url": "https://gateway.pipeworx.io/zyte/mcp"
}
}
}
See Getting Started for client-specific install steps.