AI Scrape
Extract structured data using plain English
AI Scrape transforms any webpage into structured data using natural language. Simply describe what data you need, and the AI identifies elements, handles variations, and returns clean, structured results.
POST
Full API Docs/ai/scrapeFEATURES
Capabilities
Plain language data extraction
Automatic schema detection
Handles page variations
Multiple output formats
Context-aware parsing
Nested data extraction
USE CASES
Example Prompts
Product details
prompt: "Extract product name, price, rating, and description"
Article content
prompt: "Get the main article text, author, and publish date"
Contact info
prompt: "Find all email addresses and phone numbers"
Table data
prompt: "Extract the pricing table as structured data"
API
Parameters
| Name | Type | Status | Description |
|---|---|---|---|
| url | string | required | URL to scrape |
| prompt | string | required | Description of data to extract |
| return_format | string | optional | Output format: json, markdown, csv, or raw. Defaults to empty (only extracted data returned) |
CODE
Code Examples
curl -X POST https://api.spider.cloud/ai/scrape \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"url": "https://example.com/product",
"prompt": "Extract product name, price, and all reviews"
}'Ready to use AI Scrape?
Start extracting data with natural language prompts. No complex selectors or scripts needed.