What problem does it solve?
Extracts the exact information you need from a web page without manual copy-paste, so you can turn “what’s on this page?” into structured JSON quickly and repeatedly.
Core Features & Use Cases
- Intent-first flow prototyping: First call on a new intent designs the scraping flow and returns JSON immediately, establishing the extraction pattern for later runs.
- Low-latency repeated extraction: Subsequent calls on a matching intent route to a codified browser skill and return results in about 200ms.
- Read-only scraping safety: Designed for extraction and data pulling only; for mutating actions like form fills, clicks, or submissions, use the /automate flow instead.
- When to use: Use it when asked to scrape, get data from, pull from, extract from, or identify what’s on a page, especially when you want machine-readable outputs.
Quick Start
Ask: “Scrape this page and return the product names, prices, and availability as JSON (for my page intent).”