Overview
Press Monitor Advanced Twitter/X Search API offers enterprise-grade access to Twitter/X data for Tweets, Users, Followers, and real-time conversations. Designed for AI agents, analytics platforms, and B2B applications, the API enables organizations to search, filter, and analyze millions of Tweets instantly while maintaining speed, accuracy, and compliance.
The API integrates seamlessly with MCP Servers, enabling businesses to build AI-powered workflows, social media dashboards, and marketing analytics tools without managing complex backend infrastructure. Features like advanced query parameters, pagination, and high-volume data handling make it ideal for media monitoring, sentiment analysis, influencer tracking, and compliance reporting.
Built for scalability, security, and performance, this API provides predictable latency, enterprise-level SLAs, and support for large datasets, ensuring it meets the demands of financial institutions, marketing firms, research organizations, and AI solution providers.
Highlights
- Real-Time Twitter/X Search API for Tweets, Users, and Followers. Advanced search capabilities with AI-ready MCP Server integration for analytics and automation.
- Enterprise-Grade Performance & Scalability. High-volume data access with robust security, compliance readiness, and predictable performance for B2B clients.
- AI & Social Media Analytics Integrations. Built for marketing teams, data scientists, and developers to power dashboards, sentiment analysis, and real-time insights.
Details
Unlock automation with AI agent solutions

Features and programs
Financing for AWS Marketplace purchases
Quick Launch
Pricing
Dimension | Description | Cost/month | Overage cost |
---|---|---|---|
Micro Tier | Designed for individual users, small teams, and early experiments with X API and MCP tools. Ideal for testing, prototyping, and light social media monitoring. Limited daily searches across Tweets, Users, and Followers. Access to core X API endpoints for basic analytics and insights. Perfect for freelancers, researchers, and small proof-of-concept projects. | $20.00 | |
Starter Tier | Built for startups and small organizations needing consistent X API access for Tweets, Users, and Followers data. Increased daily search volumes, AI-ready MCP Server integration, and basic analytics workflows. Includes scheduling for automated social insights. Perfect for startups building analytics dashboards, brand monitoring apps, or compliance tools. | $80.00 | |
Business Tier | Optimized for SMBs, agencies, and mid-sized enterprises needing continuous, high-volume access to X API and MCP Server data. Cross-market Tweet, User, and Follower searches with multi-language support. Advanced AI/LLM workflows, enriched data with sentiment analysis, influencer metrics, and real-time alerts. Ideal for marketing agencies, compliance teams, and research departments managing multiple clients or projects. | $200.00 | |
Enterprise Tier | Comprehensive package for large enterprises, institutions, and global organizations requiring advanced intelligence from X API with MCP Server integrations. Unlimited or custom query volumes, multi-tenant dashboards, role-based access, enterprise-grade security, SLA-backed support, dedicated success manager, and real-time streaming. Designed for financial institutions, compliance teams, global corporations, and government agencies with AI-driven analytics and regulatory monitoring needs. | $600.00 |
Vendor refund policy
All subscriptions are non-refundable for the billed period once payment has been processed. Customers may cancel future renewals at any time, but charges for the current billing cycle will not be refunded.
For questions or assistance regarding billing or cancellations, please contact: Email: support@pressmonitor.comÂ
How can we make this page better?
Legal
Vendor terms and conditions
Content disclaimer
Delivery details
Software as a Service (SaaS)
SaaS delivers cloud-based software applications directly to customers over the internet. You can access these applications through a subscription model. You will pay recurring monthly usage fees through your AWS bill, while AWS handles deployment and infrastructure management, ensuring scalability, reliability, and seamless integration with other AWS services.
Additional details
Usage instructions
Press Monitor X / Twitter Search API
Onboarding Instructions
The Press Monitor Advanced Twitter/X Search API provides programmatic access to search, tweet lookup, user profiles, and network graph endpoints (followers, followings), with pagination cursors and enterprise-ready JSON. Ideal for brand monitoring, influencer discovery, social listening, and AI/analytics pipelines.
Base URL & OpenAPI Schema
Base Endpoint:
<https://api.pressmonitor.com/x/v1>OpenAPI Schema: Download SchemaÂ
Authentication
All endpoints require Bearer Token authentication:
Authorization: Bearer YOUR_TOKENEach request deducts credits based on content type. Credits and request IDs are returned in responses for usage tracking.
Endpoints Overview
- GET /search — advanced search across Tweets, Photos/Media, People, Latest, and Lists
- GET /tweet — retrieve a Tweet by ID (rich engagement + media)
- GET /user — lookup a user by username
- GET /followers — followers of a user (paginated)
- GET /followings — accounts a user follows (paginated)
- GET /user-tweets — recent tweets by a user (paginated)
- GET /get-users — bulk lookup by user IDs (comma-separated)
- GET /verified-followers — only verified followers (paginated)
Parameters by Endpoint
/search
- query (required) — search term/keyword
- type (required) — Top | Photos | Media | People | Latest | Lists
- count (optional) — page size (endpoint max applies)
- cursor (optional) — pagination cursor from previous page
/tweet
- pid (required) — tweet ID
/user
- username (required) — screen name without @
/followers, /followings, /user-tweets, /verified-followers
- user (required) — target user ID (rest_id)
- count (optional) — page size
- cursor (optional) — pagination
/get-users
- users (required) — comma-separated user IDs
Response Shape (summary)
Most list endpoints return an array of objects. Pagination support is provided via a cursor parameter (request) and may be surfaced as next_cursor in responses.
Example Requests
Search (Latest)
curl -s "https://api.pressmonitor.com/x/v1/search?query=AI%20models&type=Top&count=20" -H "Authorization: Bearer YOUR_TOKEN"Tweet by ID
curl -s "https://api.pressmonitor.com/x/v1/tweet?pid=1964395588927000801" -H "Authorization: Bearer YOUR_TOKEN"Followers (paginated)
curl -s "https://api.pressmonitor.com/x/v1/followers?user=2455740283&count=50&cursor=NEXT_CURSOR" -H "Authorization: Bearer YOUR_TOKEN"Bulk Users
curl -s "<https://api.pressmonitor.com/x/v1/get-users?users=44196397>,2455740283" -H "Authorization: Bearer YOUR_TOKEN"Best Practices
- Use cursor to page large result sets efficiently.
- Respect endpoint count maximums to avoid throttling.
- Cache non-volatile lookups (e.g., user profile by ID).
- Log request_id (if present) for support/usage tracing.
Support
Docs & Guides: https://www.pressmonitor.com/en/docs/twitter-x-api Email: support@pressmonitor.comÂ
Press Monitor X / Twitter MCP Server
Onboarding Instructions
The Press Monitor X MCP Server exposes Twitter/X tools over JSON-RPC 2.0 for AI agents and automations. All tool names map 1:1 to the API operationIds, with structured output that includes a data envelope (items + pagination) and credits for metering.
Base URL
Base Endpoint:
<https://mcp.pressmonitor.com/x/v1>OpenAPI Schema: Download SchemaÂ
Authentication
All endpoints require Bearer Token authentication:
Authorization: Bearer YOUR_TOKENEach request deducts credits based on content type. Credits and request IDs are returned in responses for usage tracking.
Discover Tools
List the available tools via JSON-RPC:
curl -s -X POST "https://mcp.pressmonitor.com/x/v1" -H "Content-Type: application/json" -d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'Common tools (operationId = tool name): search, tweet, user, followers, followings, userTweets, getUsers, verifiedFollowers.
Example: Call search
Expected output envelope:
{ "jsonrpc": "2.0", "id": 1, "result": { "content": [{ "type": "json", "json": { "data": { "items": [ /* array of tweets/users/media depending on type */ ], "next_cursor": "string or null" }, "credits": { "rate": 1, "quantity": 1, "total": 1, "request_id": "..." } } }] } }Example: Followers
Client Config Snippet (mcp.json)
Tips
- Keep count reasonable (e.g., 25–100) and always reuse next_cursor for pagination.
- Tool outputs follow the declared outputSchema with data.items and data.next_cursor plus credits.
- For reproducible analytics, store request/response pairs with timestamps and request IDs.
Support
Docs & Guides: https://www.pressmonitor.com/en/docs/twitter-x-api Email: support@pressmonitor.comÂ
Support
Vendor support
Free support is available all working days. Please email support@pressmonitor.com . We usually reply within 1-2 working days.
AWS infrastructure support
AWS Support is a one-on-one, fast-response support channel that is staffed 24x7x365 with experienced and technical support engineers. The service helps customers of all sizes and technical abilities to successfully utilize the products and features provided by Amazon Web Services.