Twitter Profile Tweets Export avatar

Twitter Profile Tweets Export

Under maintenance

Pricing

from $1.70 / 1,000 result items

Go to Apify Store
Twitter Profile Tweets Export

Twitter Profile Tweets Export

Under maintenance

Export tweets from a Twitter/X profile using an authenticated session.

Pricing

from $1.70 / 1,000 result items

Rating

0.0

(0)

Developer

Alex Jordan

Alex Jordan

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

10 days ago

Last modified

Categories

Share

Twitter Profile Tweets Export extracts recent tweets from a Twitter/X profile using an authenticated session. It returns structured tweet-level records together with profile-level metadata, including tweet text, media, engagement signals, profile identifiers, follower metrics, and account context, making it useful for monitoring, content analysis, and account-level enrichment workflows.

Built on the Apify platform, this Actor supports scheduling, webhooks, and dataset exports.

Use cases

  • Export recent tweets from a target Twitter/X profile for analysis
  • Track profile activity, media output, and engagement signals over time
  • Enrich account records with tweet and profile metadata
  • Build repeatable monitoring workflows around profile-level content exports

How to use Twitter Profile Tweets Export

  1. Open the Actor on Apify
  2. Enter the target profile URL, extraction limit, and authenticated session fields
  3. Start the run
  4. Review the dataset output for returned tweet records

Input

This Actor accepts the fields required to export tweets through an authenticated Twitter/X session.

Proxy object

Use the proxy object to define how requests should be routed. Common fields are:

  • ip - Proxy host or endpoint URL
  • port - Proxy port
  • username - Proxy username
  • password - Proxy password

Example input

{
"twProfileUrl": "https://x.com/example_profile",
"maxProfileTweetCount": 10,
"connectedAccountId": "example_connected_account_id",
"auth_token": "example_auth_token",
"ct0": "example_ct0",
"kdt": "example_kdt",
"twid": "u%3D1234567890",
"user-agent": "Mozilla/5.0 ...",
"bearerToken": "Bearer example",
"guest_token": "1234567890",
"sec-ch-ua-platform": "macOS",
"authorization": "Bearer example",
"User-Agent": "Mozilla/5.0 ...",
"x-csrf-token": "example_x-csrf-token",
"txSmSelfProfileUrl": "https://twitter.com/example_self",
"proxy": {
"ip": "http://proxy.example.com",
"port": "1080",
"username": "example_username",
"password": "example_password"
}
}

Output

The Actor writes the action result to the default dataset.

Example output

{
"success": true,
"response": [
{
"name": "Example Account",
"screenName": "example",
"tweetType": "video + text",
"twImageUrl": "",
"twVideoUrl": "https://video.twimg.com/example.mp4",
"twProfileUrl": "https://twitter.com/example",
"twProfileId": "1234567890123456789",
"isDefaultProfile": true,
"description": "Example profile description.",
"websiteUrl": "https://example.com/",
"twProfileImageUrl": "https://pbs.twimg.com/profile_images/example_normal.jpg",
"twProfileBannerUrl": "https://pbs.twimg.com/profile_banners/123456789012345678/example",
"isBlueVerified": false,
"isVerified": false,
"followersCount": 28241076,
"friendsCount": 2,
"tweetsCount": 18144,
"twPostUrl": "https://twitter.com/example/status/1234567890123456789",
"postDate": "2026-06-30T05:02:45.000Z",
"postContent": "Example exported tweet content from a validated Twitter/X profile tweet export response.",
"mediaUrl": "https://pbs.twimg.com/amplify_video_thumb/example.jpg",
"mediaType": "video",
"quotesCount": 12,
"repliesCount": 8,
"retweetsCount": 50,
"favoritesCount": 211,
"language": "en",
"location": "New Delhi, India",
"timestamp": "2026-06-30T06:46:08.942Z"
}
]
}

Pricing / Cost estimation

$0.0017 per result item.

Support

If you need adjustments for your workflow, use the Actor Issues tab or your internal support channel.