Press Monitor
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 Endpoint:
https://api.pressmonitor.com/x/v1
OpenAPI Schema: Download Schema
All endpoints require Bearer Token authentication:
Authorization: Bearer YOUR_TOKEN
Each request deducts credits based on content type. Credits and request IDs are returned in responses for usage tracking.
/search
Top | Photos | Media | People | Latest | Lists
/tweet
/user
@
/followers
, /followings
, /user-tweets
, /verified-followers
rest_id
) /get-users
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.
curl -s "https://api.pressmonitor.com/x/v1/search?query=AI%20models&type=Top&count=20" -H "Authorization: Bearer YOUR_TOKEN"
curl -s "https://api.pressmonitor.com/x/v1/tweet?pid=1964395588927000801" -H "Authorization: Bearer YOUR_TOKEN"
curl -s "https://api.pressmonitor.com/x/v1/followers?user=2455740283&count=50&cursor=NEXT_CURSOR" -H "Authorization: Bearer YOUR_TOKEN"
curl -s "https://api.pressmonitor.com/x/v1/get-users?users=44196397,2455740283" -H "Authorization: Bearer YOUR_TOKEN"
request_id
(if present) for support/usage tracing.Docs & Guides: https://www.pressmonitor.com/en/docs/twitter-x-api Email: support@pressmonitor.com