Headless Web Scraping

Extract data from web pages using the scrapling Python library — select the appropriate fetcher tier (HTTP, stealth Chromium, or full browser automation) based on target site defenses, configure headless browsing, and extract structured data with CSS selectors. Use when WebFetch is insufficient for JS-rendered pages, anti-bot-protected sites, or structured multi-element extraction requiring DOM traversal.

pjt222 Updated

File contents

pjt222/agent-almanac/tree/main/skills/headless-web-scraping commit b665fa25d2

Frequently asked questions

npx skillmds@latest add pjt222/headless-web-scraping