AI StudioAI Browser
AI Browser
Browser automation with natural language commands
AI Browser lets you automate web interactions using plain English. Describe what you want to do, and the AI configures click sequences, form fills, navigation, and data extraction.
POST
/ai/browserFull API docsFeatures
Capabilities
Natural language automation
Smart element detection
Form auto-fill
Action sequencing
Screenshot capture
Dynamic page handling
Use cases
Example prompts
Login flow
prompt: "Click sign in, fill email with test@example.com, click submit"
Form submission
prompt: "Fill out the contact form with name John and message Hello"
Navigation
prompt: "Click on Products menu, then select the Enterprise plan"
Data entry
prompt: "Search for "laptop" and click on the first result"
API
Parameters
| Name | Type | Status | Description |
|---|---|---|---|
| url | string | Required | Starting URL |
| prompt | string | Required | Natural language automation instructions |
| wait_for | number | Optional | Wait time between actions (ms) |
| screenshot | boolean | Optional | Capture screenshot after actions |
| timeout | number | Optional | Maximum execution time (ms) |
Code
Code examples
cURL
curl -X POST https://api.spider.cloud/ai/browser \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"url": "https://example.com/login",
"prompt": "Click sign in button, fill email with test@example.com, submit the form",
"screenshot": true
}'Get started
Ready to use AI Browser?
Start extracting data with natural language prompts. No complex selectors or scripts needed.