scrapling

Installation
SKILL.md

scrapling

The scrapling worker puts Scrapling on the iii bus. Three fetch tiers share one output shape: scrapling::fetch (fast HTTP, curl_cffi TLS impersonation), scrapling::stealthy-fetch (Camoufox stealth browser — solves Cloudflare/Turnstile, hardens WebRTC/canvas), and scrapling::dynamic-fetch (Playwright/Chromium — JS rendering, waits, XHR capture). Every fetch can extract in the same call by passing a selectors list, and can fan out over a urls array. Parsing is also exposed standalone (extract, css, xpath, regex, find-similar) for HTML you already have.

Fetches return {status, url, headers, cookies, encoding} plus extracted (when selectors given) and html (when include_html: true). A bulk call returns {results: [...]}.

When to Use

Installs
3
Repository
iii-hq/workers
GitHub Stars
90
First Seen
Jul 14, 2026
scrapling — iii-hq/workers