$0.4/1000 Clean & Simple Twitter / X.com API | 2025 avatar
$0.4/1000 Clean & Simple Twitter / X.com API | 2025

Pricing

Pay per event

Go to Store
$0.4/1000 Clean & Simple Twitter / X.com API | 2025

$0.4/1000 Clean & Simple Twitter / X.com API | 2025

Developed by

Ohad Aviv

Ohad Aviv

Maintained by Community

A robust, pay-per-event Apify actor, providing simplified, noise-free tweet and user objects. Designed for easy integration, strict field filtering, and reliable automation.

5.0 (1)

Pricing

Pay per event

1

Total users

8

Monthly users

8

Runs succeeded

>99%

Issues response

3.6 days

Last modified

13 days ago

Endpoint

endpointEnumRequired

The endpoint to call (see README for options)

Value options:

"user/info": string"user/last_tweets": string"user/followers": string"user/followings": string"user/mentions": string"tweet/by_ids": string"tweet/replies": string"tweet/quotes": string"tweet/retweeters": string"tweet/advanced_search": string"list/tweets": string

Default value of this property is "user/info"

Parameters

parametersobjectRequired

Parameters for the selected endpoint. Example values:

user/info: { "userName": "NASA" } user/last_tweets: { "userName": "NASA", "cursor": "NEXT_CURSOR" } user/followers: { "userName": "NASA", "cursor": "NEXT_CURSOR" } user/followings: { "userName": "NASA", "cursor": "NEXT_CURSOR" } user/mentions: { "userName": "NASA", "cursor": "NEXT_CURSOR" } tweet/by_ids: { "tweet_ids": "1920130001699062027" } tweet/replies: { "tweet_id": "1920130001699062027", "cursor": "NEXT_CURSOR" } tweet/quotes: { "tweet_id": "1920130001699062027", "cursor": "NEXT_CURSOR" } tweet/retweeters: { "tweetId": "1920130001699062027", "cursor": "NEXT_CURSOR" } tweet/advanced_search: { "query": "from:NASA", "queryType": "Latest", "cursor": "NEXT_CURSOR" } // queryType: enum

All endpoints that return a list accept an optional "cursor" parameter for pagination.

See README for full list.