Twitter X Latest Post Date Tracker avatar

Twitter X Latest Post Date Tracker

Pricing

$19.00/month + usage

Go to Apify Store
Twitter X Latest Post Date Tracker

Twitter X Latest Post Date Tracker

Track the latest public X/Twitter post time for one or more profiles. Accepts usernames and profile URLs, and exports profile metadata plus the newest post URL and timestamp.

Pricing

$19.00/month + usage

Rating

0.0

(0)

Developer

Newbs

Newbs

Maintained by Community

Actor stats

3

Bookmarked

121

Total users

0

Monthly active users

9 days ago

Last modified

Share

Track the latest public X/Twitter post time for one or more profiles. The actor accepts usernames and profile URLs, then exports the newest post timestamp, post URL, profile metadata, and status for each profile.

Input

{
"channel": ["NVIDIA", "https://x.com/OpenAI"],
"maxConcurrency": 4
}

Input Fields

  • channel: X/Twitter usernames or profile URLs.
  • maxConcurrency: Number of profiles to check in parallel, from 1 to 8.

Output

{
"channel": "nvidia",
"profileUrl": "https://x.com/NVIDIA",
"displayName": "NVIDIA",
"followersCount": 2558566,
"latestPostId": "2062834555854176649",
"latestPostUrl": "https://x.com/nvidia/status/2062834555854176649",
"latestPostText": "Post text...",
"latestPostType": "retweet",
"lastPostTime": "Fri Jun 05 09:50:58 +0000 2026",
"lastPostTimeISO": "2026-06-05T09:50:58.000Z",
"status": "ok",
"scrapedAt": "2026-06-05T14:00:00.000Z"
}

Notes

Only public profile data is available. Protected profiles or profiles with no visible posts return a row with a non-ok status.