Fast Instagram Profile Stats Checker avatar

Fast Instagram Profile Stats Checker

Pricing

from $2.00 / 1,000 results

Go to Apify Store
Fast Instagram Profile Stats Checker

Fast Instagram Profile Stats Checker

Scrape Statistics for Instagram accounts profiles for followers count and followings and numbers of posts fast and clean data. Ideal for monitoring and data analysis of accounts changes.

Pricing

from $2.00 / 1,000 results

Rating

5.0

(3)

Developer

karamelo

karamelo

Maintained by Community

Actor stats

22

Bookmarked

2.1K

Total users

116

Monthly active users

9.2 days

Issues response

a day ago

Last modified

Share

Check publicly available Instagram profile information in a fast, structured format. Provide profile URLs or usernames to receive one flat dataset record per distinct profile, including public account details, counts, profile image, and a lookup status.

Use it for creator research, profile directories, scheduled snapshots, and other workflows that need current public profile information.

Try our other Instagram actors:
Instagram Posts (0.3$/1K 🤑)
Instagram Comments (0.5$/1K 🤑)
Instagram Post & Reel Details Scraper)

Quick start

{
"startUrls": [
"https://www.instagram.com/instagram/",
"cristiano"
],
"maxConcurrency": 2,
"maxRequestRetries": 2
}

Each profile is normalized and duplicate usernames are skipped.

Input

InputTypeDefaultDescription
startUrlsarray of stringsRequiredInstagram profile URLs or usernames to check. Post, reel, and Instagram system URLs are ignored. Up to 250 distinct profiles are processed in one run.
proxyOptionsobjectPreconfiguredStandard connection configuration for profile checks.
maxConcurrencyinteger2Number of profile checks to process concurrently. The maximum is two.
maxRequestRetriesinteger2Retry rounds for a profile that is temporarily unavailable. The maximum is two.

Output

The default dataset contains flat profile records. status is Active, 404 Not Found, or Failed (Blocked). Information that is not publicly available at collection time is returned as null.

FieldTypeDescription
idstring or nullPublic profile identifier when available.
usernamestringChecked Instagram username.
statusstringResult of the profile check.
fullNamestring or nullDisplay name.
biographystring or nullPublic biography text.
is_privateboolean or nullWhether the profile is marked private.
is_verifiedboolean or nullWhether the profile is marked verified.
is_business_accountboolean or nullWhether the profile is marked as a business account.
is_professional_accountboolean or nullWhether the profile is marked as a professional account.
facebook_idstring or nullConnected Facebook identifier when available.
followersinteger or nullFollower count.
followinginteger or nullFollowing count.
postsinteger or nullFeed post count.
video_countinteger or nullVideo count when available.
highlight_reel_countinteger or nullStory-highlight count when available.
category_namestring or nullPublic business or creator category.
external_urlstring or nullPublic external profile link.
urlstringCanonical Instagram profile URL.
imagestring or nullProfile-image URL when available.
bio_linksarray or nullPublic links listed in the profile biography.
biography_with_entitiesobject or nullStructured public biography information when available.
errorstring or nullShort reason when the profile check did not succeed.

Example successful record:

{
"id": "1234567890",
"username": "example_profile",
"status": "Active",
"fullName": "Example Profile",
"biography": "Example public profile.",
"is_private": false,
"is_verified": false,
"is_business_account": false,
"is_professional_account": false,
"facebook_id": null,
"followers": 1200,
"following": 300,
"posts": 42,
"video_count": null,
"highlight_reel_count": null,
"category_name": null,
"external_url": "https://example.com",
"url": "https://www.instagram.com/example_profile/",
"image": "https://example.com/profile.jpg",
"bio_links": null,
"biography_with_entities": null,
"error": null
}

Troubleshooting

SituationWhat it meansWhat to do
No profiles are processedThe supplied values are not valid profile URLs or usernames.Use a public profile URL or a username with letters, numbers, periods, and underscores only.
A profile has 404 Not FoundThe profile was not available at the checked public URL.Confirm the username and try again later.
A profile has Failed (Blocked)The profile could not be checked during this run.Start with a small batch and retry the profile in a later run.
An optional field is nullThat information was not publicly available at collection time.Keep the null value; the actor does not invent replacements.
Two snapshots differProfile counts and text can change over time.Compare records by username and retain the run date in your own workflow.
A large batch is incompleteSome profiles may be unavailable or the 250-profile run limit may have been reached.Split larger collections into smaller batches and review each dataset.

Limits and responsible use

  • The actor checks profile-level public information only. It does not collect posts, reels, media, messages, or follower lists.
  • Public profile values are point-in-time observations and may change between runs.
  • Use the actor only for public data and in accordance with Instagram’s terms, applicable laws, and privacy obligations.