playwright-scraper

Community

Playwright-based web scraping patterns.

Authornathanvale
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Production-proven Playwright web scraping patterns with selector-first approach and robust error handling.

Core Principles

  • Selector-first approach: Prefer semantic locators over brittle CSS.
  • Text extraction differences: Distinguish between visible text vs. raw text content.
  • Regex patterns: Robust extraction across newline boundaries.
  • Fallback hierarchy: Four-tier approach to extraction for resilience.
  • Error handling: Clear, actionable errors with timeouts.
  • Image selection: Semantic targeting for visuals.

Quick Start

Try basic scraping with Playwright using semantic selectors and safe extraction patterns.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: playwright-scraper
Download link: https://github.com/nathanvale/side-quest-marketplace/archive/main.zip#playwright-scraper

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository