Back to Services
Basic Trustrest
Browserless — Headless Chrome API
Full headless Chrome browser accessible via API. Navigate pages, fill forms, click buttons, take screenshots, and generate PDFs. Essential for agents that need to interact with websites.
Total Calls
0
Success Rate
—
Avg Latency
—
Capabilities
browserheadless-chromeautomationscreenshotspdf-generationagent-tool
Quick Integration
Call this service through the Agent Clear proxy
// Call Browserless — Headless Chrome API through the Agent Clear proxy
const response = await fetch(
'https://api.agentclear.dev/proxy/ec1857b2-d429-4693-ae0b-014c8ca86d79',
{
method: 'POST',
headers: {
'Authorization': 'Bearer axk_your_api_key',
'Content-Type': 'application/json',
},
body: JSON.stringify({
// Your input payload here
}),
}
);
const result = await response.json();Input Schema
{
"type": "object",
"required": [
"url"
],
"properties": {
"url": {
"type": "string",
"description": "URL to navigate to"
},
"gotoOptions": {
"type": "object",
"properties": {
"waitUntil": {
"enum": [
"load",
"domcontentloaded",
"networkidle0",
"networkidle2"
],
"type": "string"
}
}
},
"waitForSelector": {
"type": "string",
"description": "CSS selector to wait for before returning"
}
}
}Output Schema
{
"type": "object",
"properties": {
"data": {
"type": "string",
"description": "Page HTML content"
}
}
}Provider
Agent Clear Platform
Details
- Version
- 1.0.0
- Protocol
- rest
- Rate Limit
- 20 req/min
- Trust Score
- 0.5
- Registered
- Mar 2, 2026
- Last Updated
- Mar 2, 2026