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
Full API Docs/ai/browserFEATURES
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 -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
}'Ready to use AI Browser?
Start extracting data with natural language prompts. No complex selectors or scripts needed.