Overview
AI-powered X/Twitter search agent - Get real-time trends, news, and social media insights
Protocol
x402
Price
$0.05
Payment Asset
USD Coin
Payment Network
Base
Category
real-time-data/news
Provider
agents
Source
bazaar
Indexed
2026-03-02 01:01:14
Health
Status
down
Latency (p50)
35ms
Uptime (30d)
13.9%
Reliability Score
42/100
Last Checked
2026-03-21 01:12:42
Last Healthy
Never
Consecutive Failures
69
Input Schema
{
"bodyFields": {
"message": {
"description": "Search query or prompt for the X/Twitter searcher agent",
"required": true,
"type": "string"
}
},
"bodyType": "json",
"discoverable": true,
"method": "POST",
"type": "http"
}
Output Schema
{
"properties": {
"data": {
"description": "Agent invocation response",
"properties": {
"agent_id": {
"description": "ID of the agent that processed the request",
"type": "string"
},
"agent_name": {
"description": "Human-readable name of the agent",
"type": "string"
},
"execution_mode": {
"description": "Execution mode (serverless or persistent)",
"enum": [
"serverless",
"persistent"
],
"type": "string"
},
"invocation_id": {
"description": "Unique identifier for this invocation",
"type": "string"
},
"response": {
"description": "Formatted markdown response with X/Twitter search results and trends",
"type": "string"
},
"usage": {
"description": "Detailed usage metrics for the invocation",
"properties": {
"cost": {
"description": "Cost breakdown in USDC",
"properties": {
"compute_usdc": {
"description": "Compute cost in USDC",
"type": "number"
},
"llm_usdc": {
"description": "LLM cost in USDC",
"type": "number"
},
"total_usdc": {
"description": "Total cost in USDC",
"type": "number"
}
},
"type": "object"
},
"execution_time_ms": {
"description": "Total execution time in milliseconds",
"type": "number"
},
"iterations": {
"description": "Number of agent iterations",
"type": "number"
},
"tokens_input": {
"description": "Number of input tokens used",
"type": "number"
},
"tokens_output": {
"description": "Number of output tokens generated",
"type": "number"
},
"tool_calls": {
"description": "Number of tool calls made",
"type": "number"
}
},
"type": "object"
}
},
"type": "object"
},
"success": {
"description": "Whether the request was successful",
"type": "boolean"
},
"timestamp": {
"description": "ISO 8601 timestamp of the response",
"type": "string"
}
},
"type": "object"
}