x402 List

x402 Protocol Service Directory

Twitter/X Advanced Tweet Search

Data

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.

UPTIME 24H 100% 7D 100% 30D 100%
BASE URL https://twit.use.x402atlas.com ENDPOINTS 1 NETWORK Base / Solana ASSET USDC MEMBER SINCE 2026-07-20 MONITORED SINCE 2026-07-20

ASSESSMENT

updated 5h ago

Evidence-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
1381ms
avg response
711ms
total checks
24
compliance A (11/11)

11 of 11 x402 conformance checks pass. Full checklist below.

jump to compliance checklist

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.01 30d · 1 buyers
volume 30d
$0.01
buyers 30d
1
settlements 30d
3
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-derived

Searches 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
social-mediasearchtwittertweet-search

AI-generated summary. The measured data is never altered by it.

ENDPOINTS

Service endpoints with HTTP method, path, description, pricing, and network
METHOD PATH DESCRIPTION PRICE NETWORK ASSET
GET /search $0.005 Base/Solana USDC
1 endpoints

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.

// request
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

07-20 · uptime 100.0% · 751ms avg07-21 · uptime 100.0% · 416ms avg07-2007-21
RESPONSE TIME
07-20 · 751ms avg07-20 · 751ms avg07-21 · 416ms avg07-21 · 416ms avg07-2007-21
30d UPTIME 100%
UPTIME 30D 100%
AVG RESP 549ms
TOTAL CHECKS 44

RECENT CHECKS

TIME STATUS RESP
● OK 364ms
● OK 335ms
● OK 343ms
● OK 359ms
● OK 358ms
● OK 340ms
● OK 365ms
● OK 332ms
● OK 345ms
● OK 333ms
● OK 338ms
● OK 340ms
● OK 348ms
● OK 363ms
● OK 393ms
● OK 379ms
● OK 334ms
● OK 348ms

OVER TIME

All charts share the 30d 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).

PRICE (captured 402, USD)
07-20 · $0.00507-21 · $0.005$0.00507-2007-21
SUB-SCORES (uptime + x402 compliance)
07-20 compliance: 100% checks07-21 uptime: 100.0% compliance: 100% checksuptimecompliance07-2007-21
VOLUME (on-chain settlement, USD)
07-07 · $0.0107-15 · $0.0107-19 · $0.03peak $0.0307-0707-19

Shared payout address (2 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 3 services sharing it: a declared convention, not an individually observed measure.

DISTINCT BUYERS
07-07 · 1 buyer07-15 · 1 buyer07-19 · 2 buyerspeak 2 buyers07-0707-19

Shared payout address (2 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 3 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

Show that Twitter/X Advanced Tweet Search is monitored on x402-list. Paste this on your site or README, it links back to this live listing.

Twitter/X Advanced Tweet Search listed on x402-list
status
Twitter/X Advanced Tweet Search uptime on x402-list
live uptime
// HTML
<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>
// Markdown
[![Twitter/X Advanced Tweet Search on x402-list](https://x402-list.com/badge/twitter-x-advanced-tweet-search.svg)](https://x402-list.com/services/twitter-x-advanced-tweet-search?utm_source=badge&utm_medium=referral&utm_campaign=embed)
// HTML · live uptime variant
<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>

RUN THIS SERVICE?

Keep this listing accurate: propose changes to the name, description, website, category or add new endpoints to monitor. Ownership is verified with a domain proof and every change is reviewed manually; measured data stays read-only.

[ update this listing ]