{
  "x402Version": 2,
  "id": 3599,
  "slug": "3599",
  "resource": "https://xcatcher.top/api/v1/x402/crawl",
  "description": "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.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0xa153f410C700939cfdf9F7F3e7b8d954bE9E009d",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "10000",
      "maxTimeoutSeconds": 120
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "body": {
            "mode": "normal",
            "users": [
              "openai"
            ]
          },
          "bodyType": "json",
          "method": "POST",
          "type": "http"
        },
        "output": {
          "example": {
            "access_expires_at": "2026-08-15T00:00:00",
            "poll_after_seconds": 5,
            "success": true,
            "task": {
              "results_url": null,
              "status": "queued",
              "status_url": "/api/v1/x402/tasks/12345",
              "task_id": 12345
            },
            "task_token": "xtask_example_scoped_token",
            "x402_version": 2
          },
          "type": "json"
        }
      },
      "schema": {
        "$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"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "xcatcher.top",
  "lastUpdated": "2026-09-17T04:05:22.762Z",
  "quality": {
    "calls30d": 3,
    "uniquePayers30d": 3,
    "lastCalledAt": "2026-09-17T04:05:22.144Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "xcatcher.top",
    "manifest_name": "xcatcher.top",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}