Web data, one key, agent-ready
Scrape any page as clean markdown or structured JSON, search the web and get full page content in one call, and map a site's URLs. Designed for LLMs and automation.
Quickstart
3 optionsChoose how you want to integrate the Web API.
Register Web tools natively in your agent's tool registry via a code plugin.
Install the plugin:
openclaw plugins install webConfigure your API key in openclaw.json:
{
"plugins": {
"entries": {
"agntdata-web": {
"enabled": true,
"config": {
"apiKey": "${AGNTDATA_API_KEY}"
}
}
}
}
}Restart OpenClaw — Web tools are now available to your agent.
Want all 7 APIs at once?
Install the master plugin for unified access to every platform.
clawhub install agnt-dataopenclaw plugins install @agntdata/openclaw-agnt-data3
$0.01
JSON
2.0.0
Overview
The agntdata Web API gives agents reliable access to the live web through a single integration. Fetch the content of any public page as clean main-content markdown or structured JSON, run a web search and pull the full content of each result in one call, and discover every URL on a site before scraping it. JavaScript-rendered pages are handled for you. Instead of managing scraping infrastructure, proxies, and rate limits yourself, you call agntdata with one credential and consume agent-ready JSON with predictable, usage-based credit pricing.
Key features
Endpoints
3 endpoints across 3 categories. Click any row for detailed documentation.
Scrape
1Extract the content of a single web page as markdown, HTML, or structured JSON.
| Method | Endpoint |
|---|---|
| post | Scrape a web page Reading a specific page an agent already has the URL for |
Search
1Search the web and optionally return full page content for each result.
| Method | Endpoint |
|---|---|
| post | Search the web Answering questions that need fresh information from the web |
Map
1Discover the URLs on a website.
| Method | Endpoint |
|---|---|
| post | Map a website's URLs Discovering all pages on a site before deep scraping |
Use cases
Ready to integrate?
Generate your API key in seconds and start calling 3 endpoints with a single credential. Free tier available with transparent pricing.