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
All articles
AI66, 66 articles
Data quality13, 13 articles
Developer interest57, 57 articles
Integration2, 2 articles
Open-source41, 41 articles
Proxies29, 29 articles
Scraping practice19, 19 articles
Scraping strategy29, 29 articles
Web data60, 60 articles
Web scraping APIs36, 36 articles
Scrapy47, 47 articles
Scrapy Cloud14, 14 articles
Web Scraping Copilot11, 11 articles
Zyte API57, 57 articles
AI & Machine Learning3, 3 articles
Automotive2, 2 articles
E-commerce & retail27, 27 articles
Entertainment & Streaming2, 2 articles
Financial Services8, 8 articles
Government2, 2 articles
Market Research & Intelligence3, 3 articles
Media & publishing8, 8 articles
Real Estate2, 2 articles
Recruitment & HR3, 3 articles
Transportation & Logistics2, 2 articles
Travel & hospitality2, 2 articles
Extract Summit25, 25 articles
PyCon1, 1 articles
iPaaS2, 2 articles
Large language model24, 24 articles
MCP3, 3 articles
Python88, 88 articles
Web Scraping Industry Report14, 14 articles

Appearance

Discord Community
BlogAI-assisted data extractionNew Zyte add-ons: Agent Skills, Codex, GitHub and more updates
ArticleProduct announcementAI-assisted data extraction

New Zyte add-ons: Agent Skills, Codex, GitHub and more updates

A host of additions to Zyte’s agentic scraping toolbelt helps developers go from prompt to working spider code and beyond.

Valter Sciarrillo · Product Marketing

10 min read · July 22, 2026

New Zyte add-ons: Agent Skills, Codex, GitHub and more updates

Developers are changing how they build software, asking agents to plan, create, run, test, and improve real workflows. Web scraping is no exception.

Earlier this year, Zyte launched a Zyte plugin for Claude Code, our latest step toward production-ready, agentic web scraping. The idea was simple: give an AI coding agent the web expertise it needs to move from a prompt to a working Scrapy project.

Today, we’re expanding that approach with three new additions to the Zyte Agentic Web Data line-up:

  • Agent Skills - portable Zyte web scraping skills for any compatible AI coding agent.
  • Zyte skills for GitHub Copilot CLI - a dedicated plugin for GitHub Copilot CLI users.
  • Zyte plugin for Codex - an integration specifically for Codex workflows.

Together, these additions make Zyte’s web scraping expertise available in more of the agentic coding environments developers already use. The new integrations add to the existing line-up:

  • Zyte Claude Code plugin - Zyte know-how and skills in a dedicated Claude package.
  • Web Scraping Copilot - Visual Studio Code extension that generates extraction logic and helps with project creation right in your code editor.

Three new agent integrations

1. Agent Skills

The biggest addition is Agent Skills.

Agent Skills package Zyte’s web scraping knowledge into portable skills that can be used by any AI coding agent that supports the Agent Skills standard.

Install them with:

You can also find them on:

  • skills.sh: https://skills.sh/zytedata/skills
  • GitHub: https://github.com/zytedata/skills

This is the most agent-neutral way to benefit from Zyte’s scraping code know-how. If your team has standardized on an AI coding agent that supports Agent Skills, you can bring a spider-building workflow into that environment without switching tools.

With Agent Skills, the agent can help you move from a URL and a data requirement to a complete Scrapy project with web-poet page objects, pytest fixtures, and a wired-up spider.

With our skills, you can also simply ask your tools to deploy your spider and run it to get data.

Use Agent Skills if you're looking for a much faster and easier way to build a spider and you're using a coding agent which does not yet have a native integration (Claude Code, GitHub Co-Pilot CLI etc).

2. Codex and GitHub Copilot CLI plugins

The second and third additions are Zyte Agentic Web Data for Codex and GitHub Copilot CLI.

Codex is another important environment for agentic software development. OpenAI’s coding agent that now sits inside ChatGPT. With this integration, developers using Codex can access the same web scraping workflow.

We’re also adding integration with GitHub Copilot CLI. This brings Zyte’s agentic scraping workflow to developers who work with GitHub Copilot from the command line.

The experience is designed for a familiar developer flow: stay in the terminal, point the agent at a site, describe the data you need, and generate a working Scrapy project.

Codex - find out more:

  • Zyte docs: Codex plugin
  • GitHub: https://github.com/zytedata/codex-skills

GitHub Copilot CLI - find out more:

  • Zyte docs: GitHub Copilot CLI
  • GitHub: https://github.com/zytedata/copilot-skills

Agentic scraping: The big idea

We first launched Web Scraping Copilot for Visual Studio Code in 2025. That, plus our Claude Code plugin, proved something important: general-purpose coding agents can become dramatically more useful for web data work when they are given specialist scraping knowledge.

A coding agent may know Python, it may even know Scrapy - but production web scraping requires more than generating plausible code. Reliable spiders need the right project structure, extraction patterns, page objects, test fixtures, dependency handling, rendering decisions, anti-bot configuration, and a workflow that lets you inspect and improve the result.

That is what Zyte brings to agentic development.

Instead of starting from a blank prompt, Zyte gives the agent a structured web scraping workflow:

  1. Explore the target site.
  2. Define the data you want.
  3. Propose and refine an extraction schema.
  4. Generate an inspectable Scrapy project.
  5. Run, test, deploy, and iterate.

You still get the speed of an AI agent. But you also get the structure, control, and reliability developers need when the output matters.

How it works

When you use Zyte’s agentic web data workflow, the agent can create two key artifacts:

  1. An extraction spec - This captures the schema, saved pages, expected values, and decisions made during the exploration and validation process.
  2. A generated Scrapy project - This includes web-poet page objects, pytest fixtures, and a spider ready to run locally or deploy to Scrapy Cloud.

This separation matters. The extraction spec gives you a durable description of the data you want, while the generated Scrapy project gives you inspectable code you can run and maintain.

That means the workflow is not just “ask an agent, get some output”. It is a path toward a real web data project.

Enhancements to skills

We have been improving the skills themselves, across all integrations.

Recent updates include:

Smarter Scrapy Cloud runs

When a Scrapy Cloud job starts, the skill can now wait for it to finish, report the results, and, if the output looks wrong, attempt to fix the problem and rerun the job. That means the workflow is moving beyond code generation toward run-check-improve loops.

More efficient extraction from list pages

If all required fields can be extracted from list pages, the skills can now generate code that does that without requesting detail pages unnecessarily. That can make spiders faster, simpler, and more efficient.

Better login handling

The Zyte login flow now uses OAuth and stores credentials in the project’s .env file for reuse by scraping skills. That reduces setup friction and makes repeated workflows easier.

More reliable Scrapy Cloud deployment

The skills now generate frozen requirements.txt files where needed, point scrapinghub.yml at them, and provide clearer guidance for refreshing dependencies. They also include smarter Scrapy stack selection and more troubleshooting guidance. In practice, this helps reduce the gap between “the agent generated a project” and “the project runs reliably in the cloud.”

The next step for agentic web data

The first wave of AI coding assistants helped developers write code faster. The next wave is about agents that can plan, execute, test, and improve real workflows.

For web data, that means moving from “generate me a scraper” to something more useful:

  • Describe the data.
  • Validate the output.
  • Generate the project.
  • Run it.
  • Improve it.
  • Operate it.

That is the direction we are building toward with our Zyte Agentic Web Data line-up.

And with Agent Skills, GitHub Copilot CLI, and Codex support, that workflow is now available in more places developers already work.

Agentic Web Data

Accelerate your agent

Inject specialist scraping know-how into general-purpose coding agents, with Zyte's agentic add-ons.

Get add-ons
AI-assisted data extraction

Valter Sciarrillo

Product Marketing

Valter Sciarrillo - Product Marketing @ Zyte

More from this author

In this article

  • Three new agent integrations
  • 1. Agent Skills
  • 2. Codex and GitHub Copilot CLI plugins
  • Agentic scraping: The big idea
  • How it works
  • Enhancements to skills
  • Smarter Scrapy Cloud runs
  • More efficient extraction from list pages
  • Better login handling
  • More reliable Scrapy Cloud deployment
  • The next step for agentic web data

Follow

Get the latest

Zyte and the data web in your inbox — or wherever you already are.

Subscribe

Or follow elsewhere

The Community · Newsletter

The best of Zyte and the data web, in your inbox.

One curated edition — new articles, product updates, and the stories shaping the data web. No noise.

Services

Zyte Data

Coding tools & hacks straight to your inbox. Bi-weekly dosage of all things code.

Talk to us

Web Scraping API

Zyte API

Coding tools & hacks straight to your inbox. Bi-weekly dosage of all things code.

Sign Up

Developers

Zyte Developers

Coding tools & hacks straight to your inbox. Bi-weekly dosage of all things code.

Join Us
    • Zyte API
    • Ban Handling
    • AI Extraction
    • SERP
    • Enterprise
    • Scrapy Cloud
    • Agentic Web Data
    • Pricing
1npx skills add zytedata/skills
Copy
    • Product & E-commerce
    • Data for AI
    • Job Posting
    • Real Estate
    • News & Articles
    • Search
    • Social Media
    • Blog
    • Learn
    • Case Studies
    • Webinars
    • White Papers
    • Join our community
    • Documentation
    • Meet Zyte
    • Contact us
    • Jobs
    • Support
    • Terms and Policies
    • Trust Center
    • Do not sell
    • Cookie settings
    • Web Data Compliance
    • Open Source
    • What is Web Scraping
    • Web Scraping in Python: Ultimate Guide
    • Stop getting blocked, start scraping
  • EWDCI logoMost loved workplace certificateZyte rewardISO 27001 iconG2 rewardG2 rewardG2 reward

    © Zyte Group Limited 2026
    XFacebookInstagramYouTubeLinkedInDiscord