Unofficial third-party bridge to X (Twitter) advanced search. One GET /search endpoint takes structured filters or raw X search syntax and returns up to 20 tweets per page as JSON, with author profile, engagement metrics and a pagination cursor.
Pay from $0.005 per request in USDC on Base / Solana, settled onchain via the x402 protocol, no signup, no API key needed.
ASSESSMENT
updated 6h agoEvidence-backed signals, not a single score. Click any chip for the proof. Measured values stay read-only; unknown is honest.
reliability 100%
- uptime 24h
- 100%
- uptime 7d
- 100%
- uptime 30d
- 100%
- uptime 90d
- 100%
- response p95
- 1230ms
- avg response
- 536ms
- total checks
- 47
compliance A (11/11)
11 of 11 x402 conformance checks pass. Full checklist below.
price $0.005 (p44 in Data)
- price (min)
- $0.005
- category percentile (min)
- p44 in Data
- endpoints / prices
- 1 / 1
- model
- flat
- stability
- 100%
risk clean
No deterministic risk flag. Risk fires only on an exact blocklist match, or a reserved-brand name with a mismatched verified payTo. Never from low uptime, a high price, or a model guess.
traction $0.002 30d · 0 buyers
- volume 30d
- $0.002
- buyers 30d
- 0
- settlements 30d
- 0
- last settlement
- 2026-07-19
- top buyer share
- 63% of 30d volume
- trend 7d vs 30d
- 3.75x the 30d daily rate
- networks
- eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdpKuc147dw2N9d
Attributed pro-quota: this payout address is shared, so volume and buyers are the operator-level figure divided by the services sharing it. A declared convention, not an individually observed measure, and still a conservative undercount.
Top buyer share is a concentration signal, not part of the ranking score.
WHAT IT DOES
ai-derivedSearches Twitter/X with structured filters or raw advanced-search syntax, returning up to 20 normalized tweets
- category
- social-media-search
- in
- query params
- auth
- api key
AI-generated summary. The measured data is never altered by it.
ENDPOINTS
| METHOD | PATH | DESCRIPTION | PRICE | NETWORK | ASSET |
|---|---|---|---|---|---|
| GET | /search | $0.005 | Base/Solana | USDC |
REQUEST / RESPONSE EXAMPLE
An unpaid request to GET /search returns HTTP 402 with the payment terms. Settle onchain via your facilitator, then retry with the X-Payment header.
curl -i 'https://twit.use.x402atlas.com/search'
// 402 response (captured by monitor) · 1 payload · click to expand
[
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"tier": "standard",
"version": "2",
"merchant": "x402Atlas"
},
"payTo": "0x51D577C8CBB8b3fB1BA0CE31c7923cC27a07F78B",
"amount": "5000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
},
{
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"extra": {
"tier": "standard",
"feePayer": "D6ZhtNQ5nT9ZnTHUbqXZsTx5MH2rPFiBBggX4hY1WePM",
"merchant": "x402Atlas"
},
"payTo": "ASt6xvRyQ7ntERsmcYVMdLqZvz1GEN8Fzexzq62tXrNQ",
"amount": "5000",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://twit.use.x402atlas.com/search",
"mimeType": "application/json",
"description": "Search Twitter/X with structured filters or raw advanced-search syntax. Returns up to 20 normalized tweets with full text, author details, engagement metrics and a pagination cursor.",
"serviceName": "Twitter/X Advanced Tweet Search"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"words": "bitcoin"
}
},
"output": {
"type": "json",
"example": {
"type": "top",
"query": "from:@PancakeSwap filter:replies",
"cursor": "DAACCgACHMe1FCaAJxAKAAMcx7UU…",
"tweets": [
{
"id": "2071965671001608665",
"lang": "en",
"text": "Stack your tokenized assets ⬇️\nhttps://t.co/peohoKiMyQ",
"urls": [
"https://pancakeswap.finance/stocks"
],
"likes": 16,
"views": 3534,
"author": {
"id": "1305349277422477313",
"name": "PancakeSwap",
"avatar": "https://pbs.twimg.com/profile_images/2004910939959967744/wr7-zpVh_normal.jpg",
"verified": true,
"followers": 2132825,
"description": "Everyone's favorite DEX. Swap, trade, and earn across 10+ chains.",
"screen_name": "PancakeSwap"
},
"quotes": 0,
"replies": 1,
"is_quote": false,
"retweets": 2,
"bookmarks": 0,
"created_at": "2026-06-30T14:34:45Z",
"conversation_id": "2071965667491000381"
}
],
"queried_at": "2026-07-05T12:00:00Z",
"tweet_count": 1
}
}
},
"tags": [
"twitter",
"x",
"tweet-search",
"twitter-scraper",
"social-media",
"advanced-search",
"tweets",
"social-listening",
"twitter-api",
"x-search"
],
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"type": "object",
"properties": {
"words": {
"type": "string",
"description": "Tweets containing all these words"
}
}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"properties": {
"type": {
"enum": [
"top",
"latest"
],
"type": "string",
"description": "Result ranking used for this page"
},
"query": {
"type": "string",
"description": "The assembled X advanced-search query string sent upstream"
},
"cursor": {
"type": "string",
"description": "Pagination cursor for the next page, if any"
},
"tweets": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Tweet ID"
},
"lang": {
"type": "string",
"description": "BCP-47 language code"
},
"text": {
"type": "string"
},
"urls": {
"type": "array",
"items": {
"type": "string"
},
"description": "Expanded URLs linked in the tweet"
},
"likes": {
"type": "integer"
},
"views": {
"type": "integer"
},
"author": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"avatar": {
"type": "string"
},
"verified": {
"type": "boolean",
"description": "Blue-check verification status"
},
"followers": {
"type": "integer"
},
"description": {
"type": "string"
},
"screen_name": {
"type": "string"
}
}
},
"quotes": {
"type": "integer"
},
"replies": {
"type": "integer"
},
"is_quote": {
"type": "boolean"
},
"retweets": {
"type": "integer"
},
"bookmarks": {
"type": "integer"
},
"created_at": {
"type": "string",
"format": "date-time"
},
"in_reply_to_id": {
"type": "string",
"description": "Parent tweet ID, if this is a reply"
},
"conversation_id": {
"type": "string"
},
"in_reply_to_user": {
"type": "string",
"description": "Parent tweet's author screen name, if this is a reply"
}
}
}
},
"queried_at": {
"type": "string",
"format": "date-time",
"description": "UTC timestamp when this bridge ran the search"
},
"tweet_count": {
"type": "integer",
"description": "Number of tweets in this page"
}
}
}
}
}
}
},
"category": "search",
"routeTemplate": ":var1"
}
},
"x402Version": 2
}
] UPTIME
RECENT CHECKS
OVER TIME
All charts share the 24h window selected here. Every series is also served as JSON at /api/v1/services/twitter-x-advanced-tweet-search/price, /scores, /volume and /buyers. On-chain volume and distinct buyers are measured over the service's settlement address and are a conservative undercount (only settlements that reach a measured facilitator are counted).
Shared payout address (19 other services). These bars are the full shared address (operator-level), so do not sum them across the services that share it. Where a per-service figure is attributed, the assessment block and the ranking, it is the address total divided pro-quota by the 20 services sharing it: a declared convention, not an individually observed measure.
Shared payout address (19 other services). These bars are the full shared address (operator-level), so do not sum them across the services that share it. Where a per-service buyer count is attributed, the assessment block and the ranking, it is divided pro-quota by the 20 services sharing the address and can be fractional: a declared convention, not an individually observed measure.
COMPLIANCE
11/11 checks pass · grade A- 402 payload captured
- accepts[] array present
- payTo address recoverable
- payTo at accepts[0].payTo (conformant shape)
- payTo is a valid on-chain address
- atomic price declared
- atomic price in a sane range
- asset (token) address declared
- network resolves to CAIP-2
- payment scheme declared
- served over HTTPS
EMBED THIS BADGE
<a href="https://x402-list.com/services/twitter-x-advanced-tweet-search?utm_source=badge&utm_medium=referral&utm_campaign=embed"> <img src="https://x402-list.com/badge/twitter-x-advanced-tweet-search.svg" alt="Twitter/X Advanced Tweet Search listed on x402-list" height="28"> </a>
[](https://x402-list.com/services/twitter-x-advanced-tweet-search?utm_source=badge&utm_medium=referral&utm_campaign=embed)
<a href="https://x402-list.com/services/twitter-x-advanced-tweet-search?utm_source=badge&utm_medium=referral&utm_campaign=embed"> <img src="https://x402-list.com/badge/twitter-x-advanced-tweet-search.svg?data=uptime" alt="Twitter/X Advanced Tweet Search uptime on x402-list" height="28"> </a>