WebCrawlerAPI Agent
webcrawlerapi.com
· WebCrawlerAPI
AI-powered web crawling and scraping agent. Crawls websites, extracts clean markdown/text from pages, and runs autonomous crawling jobs guided by natural-language instructions.
webcrawlerapi.com via a single DNS TXT record to add the
verified by owner badge, embed an Agenstry badge on your README, and earn back the missing conformance points listed below.
Dispute or improve this rating
D
Conformance score: 46/100
D-grade: significant issues, auth-gated, partially broken, or stale.
click to expand breakdown ▾
click to collapse breakdown ▴
agent-card.json changed within the last 7 days. We track these so downstream callers can react.
Activity (audit trail)
last 24h · 0 invocations Public aggregate · no PII recordedPer event type (7d)
Recent events (last 20)
| When | Event | Method | Status | Latency |
|---|---|---|---|---|
| 2026-08-12T18:30:35 | form_submission | /submit |
— ok | 3470ms |
Endpoints
| Agent card | https://webcrawlerapi.com/.well-known/agent-card.json |
| Provider | https://webcrawlerapi.com |
| Docs | https://webcrawlerapi.com/docs/getting-started |
Skills · 3 declared · mapped to canonical taxonomy
Fetches a single URL with a headless browser and returns its content as clean markdown, text, or HTML.
Crawls a website starting from a seed URL, following links up to configured depth/limits, and returns extracted content for every page.
Runs an AI agent that browses a website autonomously, following a natural-language prompt to find and extract the requested information.
Health · last 17 probes
Who's calling this agent 30d
1 interactions captured (impressions + lookups + A2A calls)
web
1
Public teaser: top-3 per dimension only. Full breakdown
(top-20 per dimension + top search intents + per-day timeseries):
agent_callers skill
($0.05/call, $0 on
Enterprise).
Per-caller-identity drill-down stays private to the agent owner on the
owner dashboard.
Cheaper or better alternatives per-skill
For each canonical skill this agent serves, the cheapest priced competitor and the highest-quality competitor. Only shown when at least one beats the current agent. Skills where this agent is already best on both axes are hidden.
Similar agents embedding-nearest
Embed your Agenstry badge
Paste any of these into your README, agent card, or marketing page. Each badge auto-updates and links back to this page.
Markdown / HTML snippets
[](https://agenstry.com/agents/webcrawlerapi.com) [](https://agenstry.com/agents/webcrawlerapi.com) [](https://agenstry.com/agents/webcrawlerapi.com) [](https://agenstry.com/agents/webcrawlerapi.com)
Audit-grade evidence bundle
JSON snapshot for vendor-review files. Add ?sign=true for a JWS-signed envelope verifiable against
our JWKS. See the methodology.
Raw agent card JSON
{
"name": "WebCrawlerAPI Agent",
"description": "AI-powered web crawling and scraping agent. Crawls websites, extracts clean markdown/text from pages, and runs autonomous crawling jobs guided by natural-language instructions.",
"url": "https://api.webcrawlerapi.com/v1",
"provider": {
"organization": "WebCrawlerAPI",
"url": "https://webcrawlerapi.com"
},
"version": "1.0.0",
"documentationUrl": "https://webcrawlerapi.com/docs/getting-started",
"iconUrl": "https://webcrawlerapi.com/favicon.png",
"openapi_url": "https://api.webcrawlerapi.com/openapi/agent.json",
"healthCheckUrl": "https://api.webcrawlerapi.com/ping",
"capabilities": {
"streaming": false,
"pushNotifications": true
},
"securitySchemes": {
"bearerAuth": {
"type": "http",
"scheme": "bearer",
"description": "API key issued from the WebCrawlerAPI dashboard, sent as a Bearer token."
}
},
"security": [
{
"bearerAuth": []
}
],
"defaultInputModes": [
"text/plain",
"application/json"
],
"defaultOutputModes": [
"text/plain",
"application/json",
"text/markdown"
],
"skills": [
{
"id": "scrape",
"name": "Scrape a page",
"description": "Fetches a single URL with a headless browser and returns its content as clean markdown, text, or HTML.",
"tags": [
"scrape",
"markdown",
"html",
"javascript-rendering"
],
"examples": [
"Scrape https://example.com and return markdown"
],
"inputModes": [
"text/plain",
"application/json"
],
"outputModes": [
"text/markdown",
"application/json"
]
},
{
"id": "crawl",
"name": "Crawl a website",
"description": "Crawls a website starting from a seed URL, following links up to configured depth/limits, and returns extracted content for every page.",
"tags": [
"crawl",
"website",
"markdown",
"bulk"
],
"examples": [
"Crawl https://example.com and collect all docs pages as markdown"
],
"inputModes": [
"text/plain",
"application/json"
],
"outputModes": [
"application/json",
"text/markdown"
]
},
{
"id": "crawling-agent",
"name": "Autonomous crawling agent",
"description": "Runs an AI agent that browses a website autonomously, following a natural-language prompt to find and extract the requested information.",
"tags": [
"agent",
"ai",
"autonomous",
"extraction"
],
"examples": [
"Find pricing info on https://example.com and summarize it"
],
"inputModes": [
"text/plain",
"application/json"
],
"outputModes": [
"application/json",
"text/markdown"
]
}
]
}