Zyte website screenshot

Zyte

Zyte (formerly Scrapinghub, the company behind the Scrapy framework) is a web data extraction platform. Its flagship Zyte API is a single POST endpoint that fetches any URL through an automatic anti-ban network, optionally rendering it in a browser, running interaction actions, capturing network traffic and screenshots, and returning AI-extracted structured data for products, articles, job postings, forum threads and search results. Alongside it Zyte runs Scrapy Cloud, a hosted platform for deploying and scheduling Scrapy spiders, a Stats API for usage and spend reporting, and the sunsetting Smart Proxy Manager. Zyte's agent strategy is Agent Skills rather than MCP: it publishes an official 15-skill "Agentic Web Data" plugin for Claude Code, Codex CLI and GitHub Copilot CLI.

Zyte publishes 2 APIs on the APIs.io network, including API Stats API, and 1 more. Tagged areas include Crawling, Data Extraction, Scraping, Web Scraping, and Proxies.

Zyte’s developer surface includes documentation, API reference, getting-started guide, support, engineering blog, pricing, signup flow, and 30 more developer resources.

56.7/100 strong ▬ flat Agent 35/100 agent ready Full breakdown ↓
scored 2026-09-14 · rubric v0.22.0
AccessFreemium
3 APIs
CrawlingData ExtractionScrapingWeb ScrapingProxiesBrowser AutomationAnti-BanSERPAgent SkillsDeveloper Tools

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-09-14 · rubric v0.22.0
Create-or-Update Ergonomics applies to this provider. This API accepts writes, so it carries 10 points of the composite. It is scored from the published contracts themselves: whether a caller can create-or-update in one call, whether the write accepts a key the caller already holds, and whether the response says which branch ran. Without that, every write needs a search-and-branch in front of it, and the first time that check is skipped a duplicate record is created. Scored against the observed mean rather than raw — a provider at the catalog average is unchanged by this facet, not penalised by it.
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. Every facet and dimension name above is a link: it opens that measurement's own page — what it means, the exact checks that feed it, how the whole catalog distributes on it, and the providers at the top of it. This rating is computed from github.com/api-evangelist/zyte: open an issue to ask a question, or submit a pull request to add artifacts. Submit an artifact on GitHub — free → Manage your own listing — the Influence plan, $499/mo →

APIs 3

Individual APIs this provider publishes, each with its own machine-readable definition.

Zyte API

A single POST /extract operation that retrieves any public URL through Zyte's automatic ban-avoidance network and returns any combination of raw HTTP body, browser-rendered HTML...

Zyte API Stats API

Read recorded Zyte API usage — request volume, cost, response times and status codes — filtered and grouped by domain, API key label, response code, requested feature, extractio...

Scrapy Cloud API

The HTTP API for Scrapy Cloud, Zyte's hosted platform for running Scrapy spiders. Schedule, stop, update and delete jobs; list and count queued work; read job metadata, logs, re...

Pricing Plans 1

Published pricing tiers and plan structures.

Zyte Plans Pricing

5 plans

PLANS

Rate Limits 1

Documented rate limits and quota policies.

Zyte Rate Limits

4 limits

RATE LIMITS

FinOps 1

Cost, billing, and metering signals for API financial operations.

Zyte Finops

FINOPS

Security Posture 4

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Zyte Authentication

http · 1 scheme

SECURITY

Zyte Domain Security

TLSv1.3 · HSTS · DNSSEC · DMARC

SECURITY

Zyte Trust Center

ISO 27001

SECURITY

Resources

Get Started 5

Portal, sign-up, and the first successful call

Documentation 2

Reference material describing how the API behaves

Agent Surfaces 2

MCP servers, agent skills, and machine-readable catalogs

Design & Contract 5

Pagination, idempotency, versioning, errors, and events

Build 4

SDKs, sample code, and the tooling you integrate with

Access & Security 6

Authentication, authorization, and security posture

Operate 4

Status, limits, changes, and where to get help

Commercial 5

Pricing, plans, and the legal terms of use

Company 4

The organization behind the API

Source (apis.yml)

apis.yml Raw ↑
aid: zyte
name: Zyte
description: 'Zyte (formerly Scrapinghub, the company behind the Scrapy framework) is a web data extraction platform. Its
  flagship Zyte API is a single POST endpoint that fetches any URL through an automatic anti-ban network, optionally rendering
  it in a browser, running interaction actions, capturing network traffic and screenshots, and returning AI-extracted structured
  data for products, articles, job postings, forum threads and search results. Alongside it Zyte runs Scrapy Cloud, a hosted
  platform for deploying and scheduling Scrapy spiders, a Stats API for usage and spend reporting, and the sunsetting Smart
  Proxy Manager. Zyte''s agent strategy is Agent Skills rather than MCP: it publishes an official 15-skill "Agentic Web Data"
  plugin for Claude Code, Codex CLI and GitHub Copilot CLI.'
type: Index
deliveryModel:
  model: unknown
  open_source: false
  commercial: false
  callable_host: false
  label: Delivery model not determined — needs a product licence on record
  confidence: low
  source:
  - none
  generated: '2026-08-28'
  method: derived
accessModel:
  pricing: freemium
  onboarding: unknown
  trial: false
  try_now: false
  public: false
  label: Freemium
  confidence: medium
  source:
  - plans
  generated: '2026-07-22'
  method: derived
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/zyte.png
tags:
- Crawling
- Data Extraction
- Scraping
- Web Scraping
- Proxies
- Browser Automation
- Anti-Ban
- SERP
- Agent Skills
- Developer Tools
url: https://raw.githubusercontent.com/api-evangelist/zyte/refs/heads/main/apis.yml
created: '2026-03-29'
modified: '2026-08-29'
specificationVersion: '0.23'
apis:
- aid: zyte:zyte
  name: Zyte API
  description: A single POST /extract operation that retrieves any public URL through Zyte's automatic ban-avoidance network
    and returns any combination of raw HTTP body, browser-rendered HTML, screenshots, network captures and AI-extracted structured
    data (product, productList, article, articleList, jobPosting, forumThread, pageContent, serp and LLM-driven custom attributes).
    Authenticated with HTTP Basic using a Zyte API key as the username and an empty password. Errors are RFC 9457 problem+json;
    rate-limiting and failed responses are not charged.
  humanURL: https://www.zyte.com/zyte-api/
  baseURL: https://api.zyte.com/v1
  tags:
  - Crawling
  - Data Extraction
  - Scraping
  - Browser Automation
  - Anti-Ban
  properties:
  - type: OpenAPI
    url: openapi/zyte-zyte-api-openapi.yaml
  - type: Overlay
    url: overlays/zyte-zyte-api-overlay.yaml
  - type: Documentation
    url: https://docs.zyte.com/zyte-api/get-started.html
  - type: APIReference
    url: https://docs.zyte.com/zyte-api/usage/reference.html
  - type: GettingStarted
    url: https://docs.zyte.com/zyte-api/get-started.html
- aid: zyte:zyte-stats-api
  name: Zyte API Stats API
  description: Read recorded Zyte API usage — request volume, cost, response times and status codes — filtered and grouped
    by domain, API key label, response code, requested feature, extraction type and customer-supplied request tags. Authenticated
    with the Zyte DASHBOARD API key, which is not the Zyte API key, and scoped by a required organization_id parameter.
  humanURL: https://docs.zyte.com/zyte-api/usage/stats/index.html
  baseURL: https://zyte-api-stats.zyte.com
  tags:
  - Usage
  - Billing
  - Reporting
  properties:
  - type: OpenAPI
    url: openapi/zyte-stats-api-openapi.yaml
  - type: Documentation
    url: https://docs.zyte.com/zyte-api/usage/stats/index.html
  - type: APIReference
    url: https://docs.zyte.com/zyte-api/usage/stats/index.html
- aid: zyte:zyte-scrapy-cloud
  name: Scrapy Cloud API
  description: The HTTP API for Scrapy Cloud, Zyte's hosted platform for running Scrapy spiders. Schedule, stop, update and
    delete jobs; list and count queued work; read job metadata, logs, requests and scraped items; manage collections, periodic
    jobs, comments and the frontier. Split across app.zyte.com for control operations and storage.zyte.com for data, with
    a third API key of its own. No machine-readable contract is published.
  humanURL: https://docs.zyte.com/scrapy-cloud/get-started.html
  baseURL: https://app.zyte.com/api
  tags:
  - Scrapy
  - Job
  - Hosting
  - Storage
  tags_raw:
  - Scrapy
  - Jobs
  - Hosting
  - Storage
  properties:
  - type: Documentation
    url: https://docs.zyte.com/scrapy-cloud/get-started.html
  - type: APIReference
    url: https://docs.zyte.com/scrapy-cloud/usage/reference/http/index.html
common:
- type: Website
  url: https://www.zyte.com/
- type: DeveloperPortal
  url: https://docs.zyte.com/
- type: Documentation
  url: https://docs.zyte.com/
- type: APIReference
  url: https://docs.zyte.com/zyte-api/usage/reference.html
- type: GettingStarted
  url: https://docs.zyte.com/zyte-api/get-started.html
- type: Support
  url: https://support.zyte.com/support/home
- type: Blog
  url: https://www.zyte.com/blog/
- type: BlogRSS
  url: https://www.zyte.com/blog/feed/
- type: GitHubOrganization
  url: https://github.com/zytedata
- type: LinkedIn
  url: https://www.linkedin.com/company/zytedata
- type: Pricing
  url: https://www.zyte.com/pricing/
- type: SignUp
  url: https://app.zyte.com/account/signup/zyteapi
- type: Login
  url: https://app.zyte.com/account/login
- type: TermsOfService
  url: https://www.zyte.com/terms-policies/terms-of-service/
- type: PrivacyPolicy
  url: https://www.zyte.com/terms-policies/privacy-policy/
- type: StatusPage
  url: https://status.zyte.com/
- type: Lifecycle
  url: lifecycle/zyte-lifecycle.yml
- type: Security
  url: https://www.zyte.com/terms-policies/responsible-disclosure-program/
- type: VulnerabilityDisclosure
  url: security/zyte-vulnerability-disclosure.yml
- type: TrustCenter
  url: security/zyte-trust-center.yml
- type: Compliance
  url: security/zyte-trust-center.yml
- type: DomainSecurity
  url: security/zyte-domain-security.yml
- type: Conformance
  url: conformance/zyte-conformance.yml
- type: Authentication
  url: authentication/zyte-authentication.yml
- type: Conventions
  url: conventions/zyte-conventions.yml
- type: ErrorCatalog
  url: errors/zyte-problem-types.yml
- type: RateLimits
  url: rate-limits/zyte-rate-limits.yml
- type: Plans
  url: plans/zyte-plans-pricing.yml
- type: FinOps
  url: finops/zyte-finops.yml
- type: DataModel
  url: data-model/zyte-data-model.yml
- type: ChangeLog
  url: changelog/zyte-changelog.yml
- type: Console
  url: https://app.zyte.com/
- type: CLI
  url: cli/zyte-cli.yml
- type: Packages
  url: packages/zyte-packages.yml
- type: SDKs
  url: packages/zyte-packages.yml
- type: AgentSkill
  url: skills/_index.yml
  name: Zyte Agentic Web Data
  description: Zyte's own 15-skill agent plugin, saved verbatim from github.com/zytedata/skills.
- type: LLMsTxt
  url: https://docs.zyte.com/llms.txt
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com
x-enrichment:
  date: '2026-08-29'
  status: enriched
  artifacts_added: 33
  pass: local-v1

Work with this as data

Every provider here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for providers

9 MCP tools reach this
  • find_providersBrowse and filter every provider in the catalog.
  • get_provider_artifactsEvery artifact this provider publishes, grouped by type.
  • get_provider_operationsEvery operation across all of their OpenAPIs — one call instead of parsing every spec.
  • get_provider_toolsEvery MCP tool they ship, with the operation each wraps.
  • get_provider_evidenceHow each part of their score was established. Free — the basis for a claim should not sit behind it.
  • get_provider_ratingPRO — composite, band, trend and facet scores.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This provider
curl "https://apis.io/api/v1/providers/zyte"
All providers
curl "https://apis.io/api/v1/providers?limit=25"
Every operation they expose
curl "https://apis.io/api/v1/providers/zyte/operations?limit=25"
How their score was established
curl "https://apis.io/api/v1/providers/zyte/evidence"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.