Fast Instagram Profile Stats Checker
Pricing
from $2.00 / 1,000 results
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
Maintained by CommunityActor stats
22
Bookmarked
2.1K
Total users
116
Monthly active users
9.2 days
Issues response
a day ago
Last modified
Categories
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
| Input | Type | Default | Description |
|---|---|---|---|
startUrls | array of strings | Required | Instagram profile URLs or usernames to check. Post, reel, and Instagram system URLs are ignored. Up to 250 distinct profiles are processed in one run. |
proxyOptions | object | Preconfigured | Standard connection configuration for profile checks. |
maxConcurrency | integer | 2 | Number of profile checks to process concurrently. The maximum is two. |
maxRequestRetries | integer | 2 | Retry 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.
| Field | Type | Description |
|---|---|---|
id | string or null | Public profile identifier when available. |
username | string | Checked Instagram username. |
status | string | Result of the profile check. |
fullName | string or null | Display name. |
biography | string or null | Public biography text. |
is_private | boolean or null | Whether the profile is marked private. |
is_verified | boolean or null | Whether the profile is marked verified. |
is_business_account | boolean or null | Whether the profile is marked as a business account. |
is_professional_account | boolean or null | Whether the profile is marked as a professional account. |
facebook_id | string or null | Connected Facebook identifier when available. |
followers | integer or null | Follower count. |
following | integer or null | Following count. |
posts | integer or null | Feed post count. |
video_count | integer or null | Video count when available. |
highlight_reel_count | integer or null | Story-highlight count when available. |
category_name | string or null | Public business or creator category. |
external_url | string or null | Public external profile link. |
url | string | Canonical Instagram profile URL. |
image | string or null | Profile-image URL when available. |
bio_links | array or null | Public links listed in the profile biography. |
biography_with_entities | object or null | Structured public biography information when available. |
error | string or null | Short 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
| Situation | What it means | What to do |
|---|---|---|
| No profiles are processed | The 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 Found | The 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 null | That information was not publicly available at collection time. | Keep the null value; the actor does not invent replacements. |
| Two snapshots differ | Profile counts and text can change over time. | Compare records by username and retain the run date in your own workflow. |
| A large batch is incomplete | Some 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.