WebAction
Docs
Dashboard
FOR AI AGENTS & BOTS
Give Your AI Agent Hands on the Web
Browser automation API that lets AI agents interact with any website. Fill forms, click buttons, extract data - all via simple API calls.
10
Free Credits
$0.10
Per Action
<2s
Avg Response
Built for AI Agents
OpenAPI spec at /openapi.json • Agent manifest at /.well-known/agents.json
Get Started in 30 Seconds
Get Free API Key
10 free credits included • No credit card required
What Can Agents Do?
Form Submissions
Let your agent fill out contact forms, applications, bookings
Data Extraction
Scrape prices, reviews, listings from any website
Account Actions
Login, update profiles, manage settings programmatically
E-commerce
Add to cart, checkout, track orders across platforms
Supported Actions
Navigate Any Website
Go to any URL, handle redirects, wait for page load
Click & Interact
Click buttons, links, checkboxes - any element
Fill Forms
Fill inputs, select dropdowns, submit forms
Screenshot Proof
Get base64 screenshots of every action
Extract Data
Pull text, tables, any content from pages
Async or Sync
Fire-and-forget or wait for results
Integration Example
# Python Example import requests API_KEY = "wa_your_key_here" BASE_URL = "https://emergentwebactions.onrender.com" # Execute browser action response = requests.post( f"{BASE_URL}/api/actions/sync", headers={"X-API-Key": API_KEY}, json={ "url": "https://example.com/form", "actions": [ {"type": "fill", "selector": "#email", "value": "user@example.com"}, {"type": "fill", "selector": "#message", "value": "Hello!"}, {"type": "click", "selector": "button[type=submit]"}, {"type": "wait", "selector": ".success"}, {"type": "screenshot"} ] } ) result = response.json() print(f"Status: {result['status']}") print(f"Screenshot: {result['screenshot'][:50]}...")
Simple Pricing
Starter
100 credits
$10
$0.10/action
POPULAR
Growth
500 credits
$40
$0.08/action
Scale
1500 credits
$100
$0.067/action
Ready to Give Your Agent Hands?
Start with 10 free credits. No credit card required.
Get Started Free
Documentation
Dashboard
API: /openapi.json
Built for the agentic economy. Giving AI bots hands on the web.