PINGDOM_CHECK

Explore resources

Get inspired

Blog

The Scrapy whisperer: Adrian Chaves on Web Scraping Copilot

Neha Setia Nagpal
10 min
March 23, 2026
An interview with the popular framework’s lead maintainer on Zyte’s new, AI-powered Scrapy sidekick.

Learn

How to parse HTML tables into structured data (CSV/Excel)

John Rooney
March 20, 2026
In this guide, you'll learn three things: how HTML tables are actually structured (so the parsing makes sense), how to extract clean tabular data using Python, and how to export it to CSV or Excel

Blog

Code is cheap, show me the talk: How copilots are re-engineering developers

Ayan Pahwa
10 min
March 20, 2026
Mastery of computer code used to be an engineer’s differentiator. Thanks to AI assistants, code is now the commodity, sensibility is the real premium.

Blog

Web scraping finally has a home in the IDE

Mitch Holt
10 min
March 20, 2026
Discover how web scraping is moving into the IDE. Learn how tools like VS Code and AI-assisted extensions are streamlining scraper development, testing, and maintenance.

Blog

Introducing Web Scraping Copilot 1.0: AI-accelerated web scraping inside VS Code

Mitch Holt
10 min
March 18, 2026
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.

Learn

How to Test Web Scrapers During Development

10 mins
March 18, 2026
Learn how to test web scrapers during development. Validate selectors, use HTML fixtures, and ensure reliable data extraction across changing websites.

Learn

How Developers Debug Web Scraping Selectors

10 mins
March 18, 2026
Learn how developers debug web scraping selectors. Discover common issues, testing techniques, and how to build reliable extraction logic for changing websites.

Learn

Best VS Code Extensions for Web Scraping

10 mins
March 18, 2026
Discover the best VS Code extensions for web scraping, including Python tools, HTTP clients, and AI-powered solutions to build and debug scrapers faster.