Instagram Latest Post Date Tracker avatar

Instagram Latest Post Date Tracker

Pricing

$19.00/month + usage

Go to Apify Store
Instagram Latest Post Date Tracker

Instagram Latest Post Date Tracker

Track the latest public Instagram 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

4

Bookmarked

112

Total users

2

Monthly active users

9 days ago

Last modified

Share

Track the latest public Instagram 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": ["dior", "https://www.instagram.com/nike/"],
"maxConcurrency": 4
}

Input Fields

  • channel: Instagram usernames or profile URLs.
  • maxConcurrency: Number of profiles to check in parallel, from 1 to 8.
  • proxy: Optional Apify Proxy settings. On Apify, the actor can use the runtime proxy password directly while staying on limited permissions.

Output

{
"channel": "dior",
"profileUrl": "https://www.instagram.com/dior/",
"fullName": "Dior Official",
"followersCount": 47000000,
"latestPostShortcode": "DZLuyS1CPsc",
"latestPostUrl": "https://www.instagram.com/p/DZLuyS1CPsc/",
"latestPostType": "image",
"latestPostThumbnailUrl": "https://...",
"lastPostTime": 1780617602,
"lastPostTimeISO": "2026-06-04T16:00:02.000Z",
"status": "ok",
"scrapedAt": "2026-06-05T14:00:00.000Z"
}

Notes

Only public profile data is available. Private profiles or profiles with no public posts return a row with a non-ok status. Instagram may rate-limit direct cloud traffic, so the actor uses Apify Proxy from the runtime environment when available without requesting full actor permissions.