Retrieve recent public X/Twitter posts from one or more named public account han
Retrieve recent public X/Twitter posts from one or more named public account handles for monitoring, comparison, OSINT, social intelligence, and source-linked summaries. Returns an asynchronous task with scoped polling access; it does not search X-wide keywords, access private accounts, or control an X account.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
1176 msmedian answer time
$0.01listed price per call
$0.01price 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://xcatcher.top/api/v1/x402/crawl
| Category | Search and research |
|---|---|
| Provider host | xcatcher.top |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 3 from 3 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.01 | 1176 ms |
Example input (from the provider)
{
"body": {
"mode": "normal",
"users": [
"openai"
]
},
"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": {
"mode": {
"description": "normal is a recent snapshot; deep retrieves more posts per handle.",
"enum": [
"normal",
"deep"
],
"type": "string"
},
"users": {
"description": "X account handles or profile URLs to crawl.",
"items": {
"type": "string"
},
"maxItems": 500,
"minItems": 1,
"type": "array"
}
},
"required": [
"users",
"mode"
],
"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": {
"access_expires_at": {
"type": "string"
},
"poll_after_seconds": {
"minimum": 1,
"type": "integer"
},
"success": {
"const": true,
"type": "boolean"
},
"task": {
"properties": {
"results_url": {
"type": [
"string",
"null"
]
},
"status": {
"type": "string"
},
"status_url": {
"type": "string"
},
"task_id": {
"type": "integer"
}
},
"required": [
"task_id",
"status",
"status_url"
],
"type": "object"
},
"task_token": {
"description": "Task-scoped bearer credential. Keep it private and send it only to the returned Xcatcher status and results URLs.",
"type": "string"
},
"x402_version": {
"const": 2,
"type": "integer"
}
},
"required": [
"success",
"x402_version",
"task",
"task_token",
"access_expires_at",
"poll_after_seconds"
],
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}