What problem does it solve?
Manually writing and maintaining web scraping scripts for each new site is slow, brittle, and wastes engineering time. This Skill automates the extraction of structured data from web pages using pre-built browser primitives.
Core Features & Use Cases
- Prototype Scraping Flows: The first call on a new intent uses $B primitives to prototype the flow and returns JSON, letting you validate extraction logic instantly.
- Optimized Routing: Subsequent calls on matching intents route to codified browser-skills and return results in approximately 200ms.
- Read-Only Operations: Safely extracts data without mutating page state; for form fills, clicks, or submissions, use the /automate skill instead.
- Use Case: Extract product prices from an e-commerce catalog page, pull article headlines from a news site, or gather contact information from a public directory without writing custom selectors.
Quick Start
Use the scrape skill to extract all product names and prices from the current web page and return them as JSON.