spider_ai_scrape
Extract structured data from any webpage using natural language prompts. Describe the data you need and receive clean JSON output without writing CSS selectors.
Instructions
Extract structured data from a page using plain English. Describe the data you need and get clean JSON back — no CSS selectors required. Requires an active AI subscription (https://spider.cloud/ai/pricing).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL to scrape | |
| prompt | Yes | Extraction instructions (e.g. 'Extract the article title, author, publish date, and main text') | |
| cookies | No | HTTP cookies | |
| request | No | Request type: http (fast), chrome (JS rendering), smart (auto-detect). Default: smart | |
| proxy_enabled | No | Enable premium proxies | |
| return_format | No | Output format. Default: raw |