extract
Fetch any webpage and use AI to extract specific structured data such as pricing, specs, or contact info based on your prompt.
Instructions
Fetch a webpage and extract specific information using AI. Use this when you need structured data from a page (e.g. pricing, specs, contact info) rather than the raw content. Costs 5 credits.
Returns: content (the extracted text), url, credits_used, credits_remaining, usage (token counts).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL to extract from | |
| prompt | Yes | What information to extract (e.g. "list all pricing tiers with features" or "extract the author name and publication date") |