PINGDOM_CHECK

#ExtractSummit2026 The world's largest web scraping conference returns. Austin Oct 7–8 · Dublin Nov 10–11.

Register now
Data Services
Pricing
Login
Try Zyte APIContact Sales
  • Unblocking and Extraction

    Zyte API

    The ultimate API for web scraping. Avoid website bans and access a headless browser or AI Parsing

    Ban Handling

    Headless Browser

    AI Extraction

    SERP

    Enterprise

    DocumentationSupport

    Hosting and Deployment

    Scrapy Cloud

    Run, monitor, and control your Scrapy spiders however you want to.

    Coding Agent Add-Ons

    Agentic Web Data

    Plugins that give coding agents the context to build production Scrapy projects. Starts with Claude Code.

  • Data Services
  • Pricing
  • Browse

    • BlogArticles, podcasts, videos
    • Case studiesCustomer outcomes
    • White papersIn-depth reports
    • DocumentationGuides & API reference
    • EventsConferences, webinars, recordings

    Subscribe

    • NewsletterSwiftly delivered
    • Discord communityExtract Data community
  • Product and E-commerce

    From e-commerce and online marketplaces

    Data for AI

    Collect and structure web data to feed AI

    Job Posting

    From job boards and recruitment websites

    Real Estate

    From Listings portals and specialist websites

    News and Article

    From online publishers and news websites

    Search

    Search engine results page data (SERP)

    Social Media

    From social media platforms online

  • Meet Zyte

    Our story, people and values

    Contact us

    Get in touch

    Support

    Knowledge base and raise support tickets

    Terms and Policies

    Accept our terms and policies

    Open Source

    Our open source projects and contributions

    Web Data Compliance

    Guidelines and resources for compliant web data collection

    Join the team building the future of web data
    We're Hiring
    Trust Center
    Security, compliance & certifications
Login
Try Zyte APIContact Sales
Agentic Web Data

Built for real-world scraping

Bring web data extraction into your IDE or coding assistant.
Access, extract, and structure data as part of your normal workflow.

Explore our plugins
Try our Claude Code Plugin
Why a plugin?

Claude tries to write a Scrapy spider. With the Zyte skill, it gets it right.

Bare Claude knows Python. It doesn't know Scrapy the way Zyte engineers do. The plugin teaches it — async patterns, scrapy-poet page objects, the right libraries, real tests, anti-bot wired in. The spider that comes out of the prompt actually runs. Describe data. Get data.

Your agent on its own

Generic AI coding assistant

With Zyte skills

Domain-expert AI system

A spider that runs first time

Get a runnable Scrapy spider for a new site without correction turns.

Gets modern Scrapy patterns wrong

Writes simple & non testable code, and fails to include key addons.

Spider runs first time.

Correct async Scrapy patterns, scrapy-poet page objects, targeted selectors, testable code with pytest.

Code that holds up to review

Extraction shaped like a senior scraping engineer would write it.

Best-guess extraction

Often decides your data shape for you, and hallucinates selectors, leaving you with questionable quality.

Built to Zyte's quality bar

Code shaped like the spiders Zyte engineers ship: accurate fields, clean patterns, scalable production spiders.

Anti-bot handled out of the box

No 403s and no unblocking layer to write yourself.

No anti-bot solution

You wire one in by hand or watch the spider fail at the first ban.

Zyte API wired in by default

Bring your own if you prefer, but it works out of the box.

Testable code generation

pytest to guarantee your code.

Doesn't know how to create HTML fixtures.

No tests, or tests built.

Tests scaffolded with the spider

pytest tests scaffolded against saved HTML fixtures. Tests fail? Prompt a fix and run again.

Scrapy stack awareness

The right library at the right version, wired through correctly with our most important addons.

Produces generic Scrapy.

Doesn't know scrapy-poet, zyte-common-items, scrapy-zyte-api, or the addons system.

Reaches for the right library and version

Wires them through the addons system, not legacy middleware.

Agentic Web Data

Adding 15 years of web scraping expertise to your AI workflow

Claude Code Plugin

Turn prompts into production-ready web data pipelines. Skills to build a complete Scrapy project from just a URL and data type.
Install →Read the docs

Agent Skills

Portable skills that work with any AI coding agent. Add 15 years of web data expertise to whichever assistant your team already uses.
Install →Read the docs

Github CLI Plugin

Zyte skills for GitHub Copilot CLI. Go from a URL and data type to a complete, working Scrapy project without leaving your terminal.
Install →Read the docs

Web Scraping Copilot

VS Code extension that generates extraction logic and helps with project creation in your favorite IDE.
Install →Learn more
Coming soon

Codex Plugin

Tutorials

From installation to working spider in minutes

Claude Code Plugin

See how the Zyte Claude Code plugin turns a website URL into a working, tested Scrapy scraper in under 15 minutes — ready to deploy and run.

Web Scraping Copilot

Web Scraping Copilot is built to reduce friction between idea and extraction. No context switching. No black boxes. No hidden automation.

Explore the documentation

Get started with Zyte plugins, from setup to building production-ready scraping workflows.

Read the docs

Insights from web data experts

Explore opinions, lessons, and emerging approaches to extracting and managing web data at scale.

Blog post thumbnail

Introducing Web Scraping Copilot 1.0

Discover Web Scraping Copilot 1.0, Zyte’s VS Code extension that uses AI to generate, test, and deploy production-ready Scrapy spiders faster while maintaining full developer control.
Mitch Holt
Blog post thumbnail

The Scrapy whisperer: Adrian Chaves on Web Scraping Copilot

An interview with one of the popular framework’s co-maintainers on Zyte’s new, AI-powered Scrapy sidekick.
Neha Setia Nagpal
Blog post thumbnail

Claude skills, MCP or Web Scraping Copilot: Which should you choose?

Three ways to bring Zyte-powered web data into your AI workflow — from production spiders to conversational extraction.
Neha Setia Nagpal

FAQ - Everything you need to know

What is Zyte's coding agent add-on for web scraping?

A set of skills that teach coding agents how to build production-ready web scrapers. Point an agent at a URL, describe the data you want, and it explores the site, proposes a schema for your approval, then generates a complete Scrapy project with web-poet page objects — no manual scaffolding required. It's available in three forms so you can use it in whichever coding agent you already work in:


  • Claude Code plugin — for Claude Code specifically.

  • Universal Skills — the same skills, packaged to the open Agent Skills standard, so they work with any coding agent that supports it (Cursor, Codex, Cline, and others).

  • GitHub Copilot CLI plugin — the same functionality, packaged for Copilot CLI.

Which coding agents are supported?

Claude Code is supported natively via the Claude Code plugin. GitHub Copilot CLI is supported natively via its own plugin. For any other coding agent that supports the Agent Skills standard, install the Universal Skills package — the underlying skills are identical, only the packaging differs.

What's the difference between the Claude Code plugin, Universal Skills, and the Copilot CLI plugin?

They all run the same underlying skills and produce the same output — a working Scrapy project with page objects and tests. The difference is purely packaging and agent-specific optimizations (e.g. usage of sub-agents):


  • Use the Claude Code plugin if you work in Claude Code.

  • Use the Copilot CLI plugin if you work in GitHub Copilot CLI.

  • Use Universal Skills if you work in any other coding agent that supports the Agent Skills standard (or if you want one install that isn't tied to a specific agent).


You won't get different results by picking one over another — pick based on which agent you already use.

Who is it for?

Built for developers and data teams who need reliable, production-ready web data fast, regardless of which coding agent they've standardized on. It's especially useful if you want Scrapy + web-poet scaffolding without writing boilerplate from scratch, a reusable extraction spec before committing to any specific implementation, or a "data-first" workflow where you validate what you're extracting before generating code.

What do I need to get started?

That depends on which package you use:


  • Claude Code plugin: Claude Code (CLI or desktop app) and the uv Python package manager (the plugin will prompt you to install it if it's missing).

  • Copilot CLI plugin: GitHub Copilot CLI and uv.

  • Universal Skills: a coding agent that supports the Agent Skills standard, and uv.


A Zyte API key is recommended for all three — it handles fetching and rendering pages — but isn't strictly required to run any of them.

Is a Zyte API key required?

No, all three can run without one. We recommend using the Zyte API for fetching and extraction, though — it handles JavaScript rendering, anti-bot measures, and reliability, giving you significantly better results on complex sites.

Are the plugins free to use?

Yes, all three are free to use. As above, we recommend pairing them with the Zyte API for fetching and extraction, which is billed separately based on usage.

How does the workflow actually work?

The process has two clearly separated stages, regardless of which agent you're using. First, the extraction spec: the agent fetches pages, discovers fields, and iterates with you until you approve the schema and expected values. Second, code generation: the approved spec is used to produce a complete Scrapy project (page objects, test fixtures, spider).


This stage does not crawl the web — it works entirely from the outputs of stage 1. Crawling only happens when you run the generated spider locally, or deploy and run it on Scrapy Cloud.

What does the output look like?

You get two artifacts: a .scrape/{site-name}/ folder containing the extraction spec (schema, saved pages, and approved expected values), and a fully generated Scrapy project with web-poet page objects, pytest fixtures, and a wired-up spider ready to run — including an option to deploy to Scrapy Cloud. This is identical whether you generated it from Claude Code, Copilot CLI, or another agent via Universal Skills.

Can I use the extraction spec without the generated Scrapy code?

Yes. The spec is a technology-neutral artifact that isn't tied to any framework or agent. It can feed a plain-Python implementation, direct Zyte API extraction, or a fully manual process. The generated Scrapy project is one possible consumer — not the only one.

How does it handle websites that change over time?

The spec is the durable part of your project. When a site changes, you re-run the spec stage (or update field selectors in the page objects) without discarding the rest of your project structure. The deliberate separation of spec from generated code is what makes the system resilient to change.

Does it work with JavaScript-heavy sites?

Yes. Page fetching and rendering is delegated to the Zyte API, so JavaScript-rendered content is handled transparently — no extra configuration needed, on any of the three packages.

Zyte Developers

Coding tools & hacks straight to your inbox

Become part of the community and receive a bi-weekly dosage of all things code.

Join us
    • Zyte Data
    • News & Articles
    • Search
    • Social Media
    • Product
    • Data for AI
    • Job Posting
    • Real Estate
    • Zyte API - Ban Handling
    • Zyte API - Headless Browser
    • Zyte API - AI Extraction
    • Web Scraping Copilot
    • Zyte API Enterprise
    • Scrapy Cloud
    • Solution Overview
    • Blog
    • Webinars
    • Case Studies
    • White Papers
    • Documentation
    • Web Scraping Maturity Self-Assesment
    • Web Data compliance
    • Meet Zyte
    • Jobs
    • Terms and Policies
    • Trust Center
    • Support
    • Contact us
    • Pricing
    • Do not sell
    • Cookie settings
    • Sign up
    • Talk to us
    • Cost estimator

Capterra.com

Proxyway.com

EWDCI logoMost loved workplace certificateZyte rewardISO 27001 iconG2 rewardG2 rewardG2 reward

© Zyte Group Limited 2026

G2.com