Search the current web and return 5 ranked results with clean page content and c
Search the current web and return 5 ranked results with clean page content and content hashes.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
717 msmedian answer time
$0.025listed price per call
$0.025price it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
POST https://web-access-gateway.mattskowronis.workers.dev/v1/search-read
| Category | Search and research |
|---|---|
| Provider host | web-access-gateway.mattskowronis.workers.dev |
| Networks | eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp |
| Payment schemes | exact |
| Self-reported calls, 30 days | 1 from 1 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.025 | 717 ms |
Example input (from the provider)
{
"body": {
"query": "latest Federal Reserve interest rate decision"
},
"bodyType": "json",
"method": "POST",
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"properties": {
"query": {
"maxLength": 500,
"minLength": 1,
"type": "string"
}
},
"required": [
"query"
]
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"additionalProperties": false,
"properties": {
"operation": {
"enum": [
"search",
"read",
"search_and_read"
],
"type": "string"
},
"query": {
"type": [
"string",
"null"
]
},
"requested_url": {
"type": [
"string",
"null"
]
},
"result_count": {
"minimum": 0,
"type": "integer"
},
"results": {
"items": {
"additionalProperties": false,
"properties": {
"author": {
"type": [
"string",
"null"
]
},
"content": {
"type": [
"string",
"null"
]
},
"content_sha256": {
"pattern": "^[a-f0-9]{64}$",
"type": [
"string",
"null"
]
},
"published_at": {
"type": [
"string",
"null"
]
},
"rank": {
"minimum": 1,
"type": "integer"
},
"retrieval_status": {
"enum": [
"complete",
"metadata_only",
"failed"
],
"type": "string"
},
"score": {
"type": [
"number",
"null"
]
},
"snippet": {
"type": "string"
},
"title": {
"type": [
"string",
"null"
]
},
"url": {
"format": "uri",
"type": "string"
}
},
"required": [
"rank",
"title",
"url",
"published_at",
"author",
"score",
"snippet",
"content",
"content_sha256",
"retrieval_status"
],
"type": "object"
},
"type": "array"
},
"retrieved_at": {
"format": "date-time",
"type": "string"
},
"schema_version": {
"const": "1.0",
"type": "string"
},
"warnings": {
"items": {
"type": "string"
},
"type": "array"
}
},
"required": [
"schema_version",
"operation",
"query",
"requested_url",
"retrieved_at",
"result_count",
"results",
"warnings"
],
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}