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_TOKEN

Each request deducts credits based on content type. Credits and request IDs are returned in responses for usage tracking.

Endpoints Overview


Parameters by Endpoint

/search

/tweet

/user

/followers, /followings, /user-tweets, /verified-followers

/get-users


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


Support

Docs & Guides: https://www.pressmonitor.com/en/docs/twitter-x-api Email: support@pressmonitor.com