Search tweets, X-API-style raw shape
Search tweets, X-API-style raw shape. Body: {"q":"x402","sort":"Latest","limit":20} - the param is q, not query
Answeringour last check, 2026-09-24
1 of 1checks answered this week
897 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://glim.sh/api/v1/twitter/tweets/search
| Category | Search and research |
|---|---|
| Provider host | glim.sh |
| Networks | eip155:143, eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp |
| Payment schemes | exact |
| Self-reported calls, 30 days | 3 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.005 | 897 ms |
Example input (from the provider)
{
"body": {
"limit": 20,
"q": "x402",
"sort": "Latest"
},
"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": {
"cursor": {
"description": "Pagination cursor. Ranking is strongest on page 1 - paged results under sort=Top trend toward recency (upstream behavior).",
"type": "string"
},
"limit": {
"default": 20,
"description": "Maximum tweets to return",
"maximum": 200,
"minimum": 1,
"type": "integer"
},
"q": {
"description": "Twitter search query with operators",
"minLength": 1,
"type": "string"
},
"sort": {
"default": "Top",
"description": "Sort order",
"enum": [
"Latest",
"Top"
],
"type": "string"
}
},
"required": [
"q"
],
"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": {
"data": {
"items": {
"additionalProperties": {},
"propertyNames": {
"type": "string"
},
"type": "object"
},
"type": "array"
},
"meta": {
"properties": {
"has_next_page": {
"type": "boolean"
},
"next_cursor": {
"type": "string"
},
"result_count": {
"maximum": 9007199254740991,
"minimum": -9007199254740991,
"type": "integer"
}
},
"required": [
"result_count"
],
"type": "object"
},
"summary": {
"additionalProperties": {},
"propertyNames": {
"type": "string"
},
"type": "object"
}
},
"required": [
"data",
"meta"
],
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}