Agent #20994
Web Scraper
Base Mainnet
Agent ID
20994
Network
Base Mainnet
Registered At
2026-02-27 09:34:37 UTC
2 months ago
Registration Block
Reputation
formula v1.390
confidence: medium
feedback
93
× 0.5882
sybil
75
× 0.2353
reliability
100
× 0.1765
Feedback: 2 of 8 contributed.
6 excluded
(6 non-whitelisted tag or out of range).
Signals
8 feedback
from 6
clients
trust
85.0
· 1 feedback
· 1 client
accuracy
not in score
100.0
· 1 feedback
· 1 client
javascript-scraper
not in score
100.0
· 2 feedbacks
· 2 clients
web-scraper
not in score
100.0
· 1 feedback
· 1 client
security
not in score
100.0
· 1 feedback
· 1 client
speed
not in score
100.0
· 1 feedback
· 1 client
reliability
100.0
· 1 feedback
· 1 client
Validations
Coming Soon
Avg response
Coming Soon
Active
x402
Scrape any URL and get clean metadata, optional markdown or raw HTML. JavaScript is evaluated to get final results. Simple paid API for agents: first 2 requests per wallet free, then $0.03 USDC per call via x402. No API keys, no subscriptions.
Source: ipfs://bafkreiapna5awqhr3n7kwhnkmbef44noyoq3tohj44ln57r6vworptoawa
Raw metadata
{
"name": "Web Scraper",
"tags": [
"web-scraping",
"content-extraction",
"markdown",
"html",
"base",
"x402",
"agent-api"
],
"image": "https://i.ibb.co/kgBZz0Tb/Screenshot-2026-02-25-at-16-59-05.png",
"active": true,
"schema": "oasf/1.0",
"skills": [
{
"id": "url-scrape",
"name": "URL Scrape",
"tags": [
"web-scraping",
"markdown",
"html"
],
"examples": [
"Scrape https://example.com",
"Get markdown for this URL",
"Extract content from a webpage"
],
"description": "Extract content from a given URL. JavaScript is evaluated to get final results. Returns metadata (title, description, word count); optionally markdown or raw HTML."
}
],
"agentId": "web-scraper",
"contact": {
"type": "url",
"value": "https://web-scraper.fourotwo.xyz"
},
"pricing": {
"model": "usage-based",
"network": "eip155:8453",
"currency": "USDC",
"freeTier": {
"calls": 2,
"scope": "per wallet address",
"enabled": true
},
"noAPIKey": true,
"protocol": "x402",
"pricePerCall": 0.03,
"noSubscription": true
},
"version": "1.0.0",
"provider": {
"url": "https://web-scraper.fourotwo.xyz",
"name": "Web Scraper"
},
"services": [
{
"name": "web",
"endpoint": "https://web-scraper.fourotwo.xyz",
"description": "REST API — POST /scrape with x402 payment"
},
{
"name": "MCP",
"tools": [
"scrape",
"get_metadata",
"get_markdown",
"get_html",
"evaluate_javascript"
],
"version": "2025-03-26",
"endpoint": "https://web-scraper.fourotwo.xyz/mcp",
"description": "Model Context Protocol server for LLM integration (Streamable HTTP)",
"capabilities": [
"tools"
]
}
],
"endpoints": [
{
"url": "https://web-scraper.fourotwo.xyz/scrape",
"path": "/scrape",
"method": "POST",
"payment": {
"payTo": "0x4635b23006F6D75b95AcD59980040c410398e482",
"price": "$0.03",
"scheme": "exact",
"network": "eip155:8453",
"currency": "USDC",
"freeTier": {
"limit": 2,
"scope": "per wallet (identified by x-wallet-address header)",
"enabled": true
},
"protocol": "x402",
"facilitator": "https://facilitator.openx402.ai",
"networkName": "Base Mainnet"
},
"response": {
"schema": {
"url": "string",
"data": "array (optional)",
"html": "string (optional)",
"status": "string",
"markdown": "string (optional)",
"metadata": "object (title?, description?, word_count?)",
"date_scraped": "string",
"feedbackAuth": "object — { agentId, taskId, signature } for ERC-8004 feedback (included when client address is provided)"
},
"mimeType": "application/json"
},
"parameters": {
"url": {
"type": "string",
"required": true,
"description": "URL to scrape"
},
"html": {
"type": "boolean",
"required": false,
"description": "Include raw HTML"
},
"markdown": {
"type": "boolean",
"required": false,
"description": "Include markdown of page content (default: true)"
},
"clientAddress": {
"type": "string",
"required": false,
"description": "Client wallet for ERC-8004 feedback auth (else x-wallet-address header used)"
}
},
"description": "Scrape a URL and return metadata, optionally markdown or HTML"
},
{
"url": "https://web-scraper.fourotwo.xyz/health",
"path": "/health",
"method": "GET",
"payment": null,
"description": "Health check — always free, no payment required"
},
{
"url": "https://web-scraper.fourotwo.xyz/.well-known/agent.json",
"path": "/.well-known/agent.json",
"method": "GET",
"payment": null,
"description": "This OASF agent card (machine-readable metadata)"
}
],
"protocols": [
"x402",
"oasf/1.0",
"mcp"
],
"updatedAt": 1772184834,
"agentFacts": {
"chain": "eip155:8453",
"paymentProtocol": "x402",
"identityRegistry": "eip155:8453:0x8004A169FB4a3325136EB29fA0ceB6D2e539a432",
"identityStandard": "ERC-8004"
},
"attributes": {
"tags": [
"web-scraping",
"content-extraction",
"markdown",
"html",
"base",
"x402",
"mcp",
"agent-api"
],
"protocols": [
"x402",
"mcp"
],
"blockchain": {
"chain": "base",
"chainId": 8453
}
},
"benchmarks": {
"avgLatencyMs": 5000,
"chainsSupported": [
"eip155:8453"
]
},
"deployment": {
"port": 8080,
"runtime": "Node.js >= 20"
},
"authSchemes": [
"x402"
],
"dataSources": [],
"description": "Scrape any URL and get clean metadata, optional markdown or raw HTML. JavaScript is evaluated to get final results. Simple paid API for agents: first 2 requests per wallet free, then $0.03 USDC per call via x402. No API keys, no subscriptions.",
"lastUpdated": "2026-02-27T09:33:54.671Z",
"x402Support": true,
"capabilities": [
"web-scraping",
"data-analysis",
"automated-reporting"
],
"supportedTrust": [
"reputation",
"crypto-economic",
"tee-attestation"
],
"humanReadableId": "web-scraper",
"defaultInputModes": [
"application/json"
],
"defaultOutputModes": [
"application/json"
]
}
Services
-
webEndpoint
https://web-scraper.fourotwo.xyz -
MCP v2025-03-26Endpoint
https://web-scraper.fourotwo.xyz/mcpCapabilities tools
| # | Client | Value | Tags | Verified | Status | When | ||
|---|---|---|---|---|---|---|---|---|
| javascript-scraper 2 | ||||||||
| 2 | 0xf57acaf015e8200316eb3b9f736c29d240fa1dd7 ↗ | javascript-scraper 100.0 excluded |
automation
|
— | — | 2026-03-05 | tx ↗ | view → |
| 2 | 0x7d43e6be7e8fc4b117755ef0abc1c8b9b275ac58 ↗ | javascript-scraper 100.0 excluded |
quality
|
— | — | 2026-02-27 | tx ↗ | view → |
| accuracy 1 | ||||||||
| 1 | 0xf57acaf015e8200316eb3b9f736c29d240fa1dd7 ↗ | accuracy 100.0 excluded |
speed
|
— | — | 2026-03-05 | tx ↗ | view → |
| trust 1 | ||||||||
| 1 | 0xf653068677a9a26d5911da8abd1500d043ec807e ↗ | trust 85.0 |
oracle-screening
|
— | — | 2026-03-05 | tx ↗ | view → |
| reliability 1 | ||||||||
| 1 | 0x8711a3c41139721df3193d79be96ed7b42ae6001 ↗ | reliability 100.0 |
extraction
|
— | — | 2026-02-28 | tx ↗ | view → |
| speed 1 | ||||||||
| 1 | 0xbeb0d1b5cf3d6cb69d220eda6305742faf91377b ↗ | speed 100.0 excluded |
data-quality
|
— | — | 2026-02-28 | tx ↗ | view → |
| security 1 | ||||||||
| 1 | 0xf31a26f3aff08cd4e969db5bf5138c6bc6402713 ↗ | security 100.0 excluded |
scalability
|
— | — | 2026-02-28 | tx ↗ | view → |
| web-scraper 1 | ||||||||
| 1 | 0x7d43e6be7e8fc4b117755ef0abc1c8b9b275ac58 ↗ | web-scraper 100.0 excluded |
reliable
|
— | — | 2026-02-27 | tx ↗ | view → |