User Search
Search the user directory by keyword. Matches against display name, handle, and bio. Useful for discovery, lead lists, and resolving partial handles into full profiles. Cost: $0.0008 per call.
Authorization
bearerAuth Pass your API key as a bearer token on every request: Authorization: Bearer <API_KEY>.
In: header
Query Parameters
Keyword or partial handle to search for.
Pagination cursor from a previous response.
Response Body
application/json
curl -X GET "https://example.com/user/search?query=machine+learning"{ "users": [ { "id": "44196397", "username": "elonmusk", "name": "Elon Musk", "description": "", "followers_count": 211000000, "is_blue_verified": true } ], "has_next_page": true, "next_cursor": "DAABCgABF...", "status": "success"}Advanced Tweet Search GETHot
Run a full-text tweet search using the same operator syntax as Twitter/X advanced search. Combine free text with operators such as from:, to:, since:, until:, min_faves:, and lang: to filter precisely. Results are cursor-paginated at roughly 20 tweets per call. Cost: $0.0008 per call.
Tweet Detail GET
Resolve a tweet ID into its complete object, including author, engagement counts, attached media, and any quoted tweet. The starting point for any single-tweet workflow. Cost: $0.0008 per call.