Instagram Account Age Checker avatar

Instagram Account Age Checker

Pricing

$13.50 / 1,000 age estimates

Go to Apify Store
Instagram Account Age Checker

Instagram Account Age Checker

Check Instagram account age from usernames, @handles, or profile URLs. Get a month-level creation estimate, age in months, confidence, evidence, and public profile basics in a clean dataset. No Instagram login or cookies are needed.

Pricing

$13.50 / 1,000 age estimates

Rating

0.0

(0)

Developer

Maxime Dupré

Maxime Dupré

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

1

Monthly active users

4 days ago

Last modified

Share

🔎 See How Old an Instagram Account Is

Brand-safety reviewers, creator-vetting teams, and outreach analysts can check Instagram account age from a list of usernames, @handles, or profile URLs. Each successful account row includes a month-level creation estimate, age in whole months, confidence, evidence, account identity, and available public profile basics. Use these fields to sort and review accounts without an Instagram login or cookies.

📅 Get a Month-Level Account Age

Row contents

Each successful dataset row has an account object for the canonical username, stable user ID, and public profile URL. The ageEstimate object gives the estimated creation month in YYYY-MM format, the estimated age in whole months, a confidence level, and the source-backed evidence used. The optional profile object contains public display, verification, privacy, follower, following, and post details when Instagram exposes them.

The estimate is month-level. It does not promise an exact creation day or timestamp.

▶️ Check Usernames, Handles, or Profile URLs

  1. Add one Instagram username, @handle, or profile URL per item.
  2. Submit up to 200 items in one run.
  3. Start the Actor and open the default dataset to review the account age fields and public profile context.

The Actor uses public Instagram data and does not need a buyer-provided Instagram login or cookies.

⚙️ Input

Add 1 to 200 Instagram account identifiers. Use one bare username, @handle, or profile URL per item.

Input fields

FieldTypeWhat it does
accountIdentifiersarray of stringsRequired. Resolves each submitted username, @handle, or Instagram profile URL and returns one result for each unique account.

Example input

This is the smallest successful hosted input example:

{
"accountIdentifiers": [
"instagram"
]
}

🧾 Output

The Output tab opens the default dataset. The dataset uses one successful account-age result shape. The optional profile object can contain any available public profile fields.

Output link

FieldTypeWhat it does
datasetItemsstringOpens the account age rows in the default dataset through its API link.

Account age row

FieldTypeWhat it does
accountobjectThe resolved Instagram account and its public profile link.
account.usernamestringThe canonical Instagram username.
account.userIdstringThe stable Instagram user identifier.
account.profileUrlURLThe public URL of the Instagram profile.
ageEstimateobjectThe month-level account age estimate and the evidence behind it.
ageEstimate.estimatedCreationMonthstringThe estimated creation month in YYYY-MM format.
ageEstimate.estimatedAgeMonthsintegerThe estimated account age in whole months at the time of the run.
ageEstimate.confidencestringHow strongly the available evidence supports the age estimate: high, medium, or low.
ageEstimate.evidencearray of stringsThe source-backed signals used to estimate the account age.
profileobjectAvailable public profile details for the account.
profile.displayNamestringThe public display name shown on the profile.
profile.isVerifiedbooleanWhether Instagram marks the account as verified.
profile.isPrivatebooleanWhether Instagram marks the account as private.
profile.followersCountintegerThe number of followers shown by Instagram.
profile.followingCountintegerThe number of accounts followed shown by Instagram.
profile.postCountintegerThe number of posts shown by Instagram.

Genuine account age row

This complete row comes from a successful hosted run:

{
"account": {
"username": "nasa",
"userId": "528817151",
"profileUrl": "https://www.instagram.com/nasa/"
},
"ageEstimate": {
"estimatedCreationMonth": "2013-08",
"estimatedAgeMonths": 157,
"confidence": "medium",
"evidence": [
"Estimated from source Instagram user id 528817151 using public numeric-id/month calibration; Instagram did not expose an exact creation date."
]
},
"profile": {
"displayName": "NASA",
"isVerified": true,
"isPrivate": false,
"followersCount": 104346820,
"followingCount": 91,
"postCount": 4929
}
}

💳 Pricing

This Actor uses pay-per-event pricing. Only an account that returns a usable month-level age estimate matches the primary event.

Pricing event

EventPriceWhen it fires
Age estimate$0.0135Once for each Instagram account that returns a usable month-level age estimate.

🔌 Integrations

Open the default dataset in Apify or read its rows through the Apify API.

❓ FAQ

Is the creation date exact?

No. The public result uses a month-level estimate in YYYY-MM format. It does not promise an exact day or timestamp.

What does the confidence field mean?

It shows how strongly the available evidence supports the estimate. The evidence array lists the source-backed signals used for that account.

What can I submit?

Submit bare Instagram usernames, @handles, or full Instagram profile URLs. Add one value per item, with up to 200 items in one run.

What happens when I submit the same account more than once?

The first eligible occurrence is saved, and later occurrences of the same account are ignored. The saved row describes that first match only.

Does the Actor access private Instagram content?

No. It uses public Instagram data and does not access private content. Public profile fields are included when Instagram exposes them.

Do I need an Instagram login or cookies?

No. You do not need to provide an Instagram login or cookies.

📝 Changelog

v0.0 (22-09-2026)

  • Initial release.

🆘 Support

For issues, questions, or feature requests, file a ticket and I'll fix or implement it in less than 24h 🫡

Made with ❤️ by Maxime Dupré