AI Studio/AI 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/browser
Full API Docs
FEATURES

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

NameTypeStatusDescription
urlstringrequiredStarting URL
promptstringrequiredNatural language automation instructions
wait_fornumberoptionalWait time between actions (ms)
screenshotbooleanoptionalCapture screenshot after actions
timeoutnumberoptionalMaximum 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.