{
  "x402Version": 2,
  "id": 551,
  "slug": "551",
  "resource": "https://api.oblique.markets/api/v1/paid/tweets-search",
  "description": "Use when an agent needs tweets search. Returns Search publicly indexed social posts by words, phrases, hashtags, account and date filters, returning bounded tweet-like results and source links. $0.005.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x970007590aCC5C938cd51345B17AF51B1B40D3Ab",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "5000",
      "maxTimeoutSeconds": 60
    },
    {
      "scheme": "exact",
      "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
      "payTo": "GYyTRmt317JafPHXPnM54Fsvsma5GnS9wm6qGMqaykdS",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "amount": "5000",
      "maxTimeoutSeconds": 60
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {
            "from": "example",
            "hashtags": "example",
            "phrase": "example",
            "since": "example",
            "to": "example",
            "until": "example",
            "words": "example"
          },
          "type": "http"
        },
        "output": {
          "example": {
            "count": 1,
            "next_cursor": null,
            "query": "words=x402",
            "source": "google-news-rss-x.com-index",
            "tweets": [
              {
                "author": null,
                "created_at": "Mon, 17 Aug 2026 19:59:41 GMT",
                "id": "example-guid",
                "source": "x.com (Google News index)",
                "text": "AI agents can pay APIs per request with x402.",
                "url": "https://news.google.com/rss/articles/example"
              }
            ]
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "method": {
                "enum": [
                  "GET",
                  "HEAD",
                  "DELETE"
                ],
                "type": "string"
              },
              "queryParams": {
                "properties": {
                  "from": {
                    "type": "string"
                  },
                  "hashtags": {
                    "type": "string"
                  },
                  "phrase": {
                    "type": "string"
                  },
                  "since": {
                    "type": "string"
                  },
                  "to": {
                    "type": "string"
                  },
                  "until": {
                    "type": "string"
                  },
                  "words": {
                    "type": "string"
                  }
                },
                "type": "object"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "count": {
                "type": "integer"
              },
              "next_cursor": {
                "type": "null"
              },
              "query": {
                "type": "string"
              },
              "source": {
                "type": "string"
              },
              "tweets": {
                "items": {
                  "properties": {
                    "author": {
                      "type": "null"
                    },
                    "created_at": {
                      "type": "string"
                    },
                    "id": {
                      "type": "string"
                    },
                    "source": {
                      "type": "string"
                    },
                    "text": {
                      "type": "string"
                    },
                    "url": {
                      "type": "string"
                    }
                  },
                  "type": "object"
                },
                "type": "array"
              }
            },
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "api.oblique.markets",
  "lastUpdated": "2026-09-14T06:48:29.613Z",
  "quality": {
    "calls30d": 6,
    "uniquePayers30d": 2,
    "lastCalledAt": "2026-09-14T06:48:29.497Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "api.oblique.markets",
    "manifest_name": "api.oblique.markets",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}