zyte-web-data
PluginWeb scraping skills for Claude Code powered by the Zyte API — scrape sites, generate and run Scrapy spiders, define extraction schemas, and ship to Scrapy Cloud.
Install
claude plugin install zyte-web-data@claude-plugins-officialWhat is zyte-web-data?
Web scraping skills for Claude Code powered by the Zyte API — scrape sites, generate and run Scrapy spiders, define extraction schemas, and ship to Scrapy Cloud.
What's inside
15 bundled components — installing the plugin installs all of them.
Skills (15)
scrape-add-page-object
shellwrites filesAdd an empty web-poet page object to a Scrapy project
scrape-analyze-page
shellwrites filesExtract structured data (all available fields with values) from a page saved locally as an HTML file, optionally following a schema. Use this skill only to process already downloaded files. Do not invoke when the user provides a URL. When invoking, pass the user's full request verbatim as args — do
scrape-codegen-analyze
shellwrites filesAnalyze an HTML page to produce field extraction instructions for code generation
scrape-codegen-generate
shellwrites filesGenerate web-poet page object code from per-page extraction analyses
scrape-codegen
shellwrites filesGenerate web-poet page object code from an extraction spec
scrape-create-spider
shellwrites filesGenerate a Scrapy spider that wires page objects together
scrape-define
shellwrites filesCreate a new extraction spec from a URL — explore a detail page, discover fields, quick schema approval
scrape-ensure-project
shellwrites filesEnsure a Scrapy project exists with scrapy-poet and Zyte API support
scrape-explore-site
shellwrites filesExplore a website to find and save diverse pages (start, list, detail) with classified links
scrape-review-schema
shellwrites filesGenerate an HTML review page for schema and extracted data verification
scrape-scrapy-cloud
shellwrites filesnetworkGeneral-purpose Scrapy Cloud skill — deploy projects, schedule spiders, list/stop jobs, and view items or logs. Use when asked to deploy a project or spider to Scrapy Cloud / Zyte Cloud / Scrapinghub, schedule or run a spider remotely, manage jobs, or inspect scraped items and logs.
scrape-spec
shellwrites filesExpand a spec created by /scrape-define — download more pages, compare HTML variants, extract values, optional browser review
scrape-zyte-api-stats
shellQuery usage stats for Zyte API requests that have already been sent, including cost, request volume, response times, status codes, filters, grouping, and pagination. Use this skill whenever answering the request requires looking up recorded Zyte API usage, spend, request counts, response times, grou
scrape-zyte-login
shellSet up the user's Zyte account and credentials. Use when the user asks to set up, log in, sign up, or get an API key for Zyte; when ZYTE_API_KEY is missing; when a site is blocked; or before Scrapy Cloud deployment.
scrape
shellwrites filesEnd-to-end web scraping workflow — from URL to working spider with web-poet page objects. Use this for full-site or multiple-page crawls that create a new scraping workflow. Do not use for fixing, debugging, or modifying an existing spider.
Name also used by brightdata-plugin
What this can do
Capabilities declared by the plugin's own components — read straight from their frontmatter, not inferred.
Run shell commands
15 components declare Bash
Create and modify files
13 components declare Write or Edit
Access the network
1 component declare WebFetch or WebSearch
~696 tokens of context used while enabled, before you invoke anything
All declared tools (12)
AgentAskUserQuestionBashEditReadSkillTaskCreateTaskGetTaskListTaskUpdateWebFetchWriteTrust
83/100 · Excellent2 factors scored below maximum
Documentation
README · ~5 min read
Zyte Web Data for Claude Code
From a plain-English prompt to a working Scrapy spider.
Not using exclusively Claude Code? See Zyte Coding Agent Add-Ons for alternatives.
Install
claude plugin marketplace add zytedata/claude-skills
claude plugin install zyte-web-data@zyte-ai
If Claude Code is already running, reload plugins in the active session:
Reviews
Log in to leave a review.
No reviews yet — be the first.
Explore related
Other things in this space — across every part of the ecosystem, not just plugins.
Pluginssimilar to this one
All plugins →frontend-design
Create distinctive, production-grade frontend interfaces with high design quality. Generates creative, polished code that avoids generic AI aesthetics.
32.9K stars
playground
Creates interactive HTML playgrounds — self-contained single-file explorers with visual controls, live preview, and prompt output with copy button. Includes templates for design playgrounds, data explorers, concept maps, and document critique.
32.9K stars
session-report
Generate an explorable HTML report of Claude Code session usage — tokens, cache efficiency, subagents, skills, and the most expensive prompts — from local ~/.claude/projects transcripts.
32.9K stars
MCP Servers
All mcp servers →Commands
All commands →create-plugin
Guided end-to-end plugin creation workflow with component design, implementation, and validation
32.8K stars
release-testing
Run automated UAT tests (UI or API) using a test profile on the AWS DevOps Agent
2.2K stars
quick-build
Creates a WordPress block theme from a description with an index.html landing page template and deploys it to a local Studio site
Subagents
All subagents →code-architect
Designs feature architectures by analyzing existing codebase patterns and conventions, then providing comprehensive implementation blueprints with specific files to create/modify, component designs, data flows, and build sequences
32.8K stars
plugin-validator
Use this agent when the user asks to "validate my plugin", "check plugin structure", "verify plugin is correct", "validate plugin.json", "check plugin files", or mentions plugin validation. Also trigger proactively after user creates or modifies plugin components. Examples: <example> Context: User f
32.8K stars
explore
Read-only code explorer that the plugin's other agents dispatch to map a codebase — locate files, trace how a flow is wired, find every caller of a symbol, answer "where does X happen".
32.8K stars
Skills
All skills →ui-ux-pro-max-skill
An AI SKILL that provide design intelligence for building professional UI/UX multiple platforms
111.3K stars
impeccable
The design language that makes your AI harness better at design.
52.5K stars
plugin-structure
This skill should be used when the user asks to "create a plugin", "scaffold a plugin", "understand plugin structure", "organize plugin components", "set up plugin.json", "use ${CLAUDE_PLUGIN_ROOT}", "add commands/agents/skills/hooks", "configure auto-discovery", or needs guidance on plugin director
32.8K stars
Hooks
All hooks →PostToolUse (mcp__.*__find_columns|mcp__.*__get_dataset_columns|mcp__.*__get_dataset)
Pre-query column validation via schema caching. Catches unknown column errors before they hit the API by building a per-session schema cache from find_columns / get_dataset_columns / get_dataset results.
PreToolUse (mcp__.*__run_query)
Pre-query column validation via schema caching. Catches unknown column errors before they hit the API by building a per-session schema cache from find_columns / get_dataset_columns / get_dataset results.