ResearchPi
ResearchPi: Extract readable text, title and links from one public HTTPS HTML page. Source URL and retrieval time included. No JavaScript, PDF, login or private network access. Maximum 2 MB HTML / 60,000 text characters.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
471 msmedian answer time
$0.005listed price per call
$0.005price 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://agent-research-api.onrender.com/v1/read
| Category | Code and developer |
|---|---|
| Provider host | agent-research-api.onrender.com |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 2 from 2 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.005 | 471 ms |
Example input (from the provider)
{
"body": {
"url": "https://example.com/"
},
"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": {
"additionalProperties": false,
"properties": {
"url": {
"format": "uri",
"maxLength": 2048,
"type": "string"
}
},
"required": [
"url"
],
"type": "object"
},
"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": {
"properties": {
"billing": {
"properties": {
"amount_usdc": {
"minimum": 0,
"type": "number"
},
"mode": {
"enum": [
"local",
"staging",
"production"
]
},
"status": {
"enum": [
"settled",
"not_charged"
]
}
},
"required": [
"mode",
"status",
"amount_usdc"
],
"type": "object"
},
"cache_age_seconds": {
"minimum": 0,
"type": "integer"
},
"conflicts": {
"items": {
"properties": {
"evidence": {
"items": {
"properties": {
"evidence_type": {
"enum": [
"official_site_json_ld",
"official_site_meta_description",
"official_site_brand_metadata"
],
"type": "string"
},
"retrieved_at": {
"format": "date-time",
"type": "string"
},
"source_url": {
"format": "uri",
"pattern": "^https://",
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"value",
"source_url",
"evidence_type",
"retrieved_at"
],
"type": "object"
},
"type": "array"
},
"field": {
"type": "string"
}
},
"required": [
"field",
"evidence"
],
"type": "object"
},
"type": "array"
},
"data": {
"properties": {
"description": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"links": {
"items": {
"properties": {
"title": {
"type": "string"
},
"url": {
"format": "uri",
"pattern": "^https://",
"type": "string"
}
},
"required": [
"url",
"title"
],
"type": "object"
},
"maxItems": 100,
"type": "array"
},
"published_at": {
"anyOf": [
{
"format": "date-time",
"type": "string"
},
{
"type": "null"
}
]
},
"retrieved_at": {
"format": "date-time",
"type": "string"
},
"text": {
"maxLength": 60000,
"type": "string"
},
"title": {
"type": "string"
},
"truncated": {
"type": "boolean"
},
"url": {
"format": "uri",
"pattern": "^https://",
"type": "string"
}
},
"required": [
"url",
"title",
"description",
"text",
"truncated",
"links",
"retrieved_at",
"published_at"
],
"type": "object"
},
"missing_fields": {
"items": {
"type": "string"
},
"type": "array"
},
"request_id": {
"type": "string"
},
"retrieved_at": {
"format": "d