Instagram Account Age & Country Checker avatar

Instagram Account Age & Country Checker

Pricing

from $15.00 / 1,000 account checkeds

Go to Apify Store
Instagram Account Age & Country Checker

Instagram Account Age & Country Checker

Check when any Instagram account was created, its country of registration, former usernames, and verification status - just enter usernames.

Pricing

from $15.00 / 1,000 account checkeds

Rating

0.0

(0)

Developer

Andrew

Andrew

Maintained by Community

Actor stats

0

Bookmarked

7

Total users

1

Monthly active users

14 days ago

Last modified

Share

Find out when any public Instagram account was created, which country it was registered in, and whether it has changed its username — the same "About this account" transparency data Instagram shows in the app, in bulk.

What you get

For every username you enter, one clean record with:

  • Account creation date (accountCreated, e.g. "November 2010") plus parsed createdYear, createdMonth, and computed accountAgeYears
  • Country of registration — where the account is based according to Instagram
  • Former usernames and a hasChangedUsername flag — spot rebranded or recycled accounts instantly
  • Verification status, account type (personal / creator / business), and category
  • Full profile context: follower count, following count, post count, bio, external link, public email, and profile picture URL
  • Export everything to JSON, CSV, Excel, or Google Sheets directly from the Apify console

Use cases

  • Bot and fake account detection — brand-new accounts with high activity are a classic bot signal
  • Influencer vetting — verify an account's age, origin country, and name-change history before signing a deal
  • Account purchase due diligence — confirm the real creation date and past usernames before buying an account
  • Fraud and impersonation investigations — check whether a "official" account was really registered where and when it claims
  • Community moderation — screen new members' account age at scale

How to use

  1. Enter one or more Instagram usernames (with or without @) or full profile URLs
  2. Run the actor — one result per account appears in the Dataset tab
  3. Export or connect the dataset to your own tools via the API

Output format

Each dataset record:

{
"username": "natgeo",
"userId": "787132",
"fullName": "National Geographic",
"accountCreated": "November 2010",
"createdYear": 2010,
"createdMonth": 11,
"accountAgeYears": 15.7,
"countryOfRegistration": "United States",
"isVerified": true,
"formerUsernames": [],
"hasChangedUsername": false,
"accountType": "business",
"isPrivate": false,
"isBusiness": true,
"category": "",
"followerCount": 269040872,
"followingCount": 193,
"mediaCount": 31801,
"biography": "Step into wonder and find your inner explorer with National Geographic 🌎",
"externalUrl": "http://visitstore.bio/natgeo",
"publicEmail": "",
"profilePicUrl": "https://...",
"profileUrl": "https://www.instagram.com/natgeo/",
"checkedAt": "2026-07-15T00:00:00.000Z"
}

FAQ

Does this work on private accounts? Yes — the About panel data (creation date, country, former usernames) is public transparency information, so private accounts return results too.

Do I need to log in or provide cookies? No. No login, no cookies, no risk to your own account.