Instagram Profile Analyzer
Pricing
from $5.00 / 1,000 profile analysis rows
Instagram Profile Analyzer
Run Instagram Profile Analyzer to collect structured public web data with source URLs, clean dataset rows, and guarded execution controls.
Pricing
from $5.00 / 1,000 profile analysis rows
Rating
0.0
(0)
Developer
Techionik
Maintained by CommunityActor stats
0
Bookmarked
3
Total users
1
Monthly active users
14 days ago
Last modified
Categories
Share
Instagram Profile Snapshot Analyzer
Instagram Profile Snapshot Analyzer collects lightweight public profile metrics for creator discovery, brand monitoring, influencer research, and competitive social media analysis.
Use it when you need a fast profile-level snapshot from a list of Instagram handles or profile URLs. The Actor focuses on useful account signals instead of noisy post-level data: username, follower count, following count, post count, display name, biography, linked website, verification status, private/public status, profile URL, extraction source, and capture time.
What This Actor Does
This Actor turns Instagram usernames and profile URLs into structured profile records. It first tries Instagram's public profile endpoint and then falls back to public profile HTML metadata when the endpoint is unavailable.
It is designed for:
- Creator and influencer shortlisting
- Brand and competitor profile monitoring
- Audience-size comparisons
- Social prospect research
- Lightweight creator CRM enrichment
- Periodic profile snapshots for reporting
- Detecting profile status changes such as verification or privacy state
Input
You can provide either usernames, profile URLs, or both.
{"usernames": ["zuck", "instagram"],"startUrls": [{ "url": "https://www.instagram.com/natgeo/" }]}
Input Fields
| Field | Type | Description |
|---|---|---|
| usernames | array | Instagram handles with or without the @ prefix |
| startUrls | array | Instagram profile URLs to analyze |
The Actor normalizes handles automatically, removes duplicates, and processes each unique profile once.
Output
Each saved row is one public Instagram profile snapshot.
| Field | Description |
|---|---|
| username | Instagram handle returned by the profile |
| followerCount | Public follower count, exact or compact depending on the source |
| followingCount | Public following count |
| postsCount | Public post count |
| fullName | Public display name when available |
| biography | Public bio text when available |
| externalUrl | Website linked from the profile when available |
| profilePicUrl | Public profile image URL when available |
| isVerified | Whether the profile is verified |
| isPrivate | Whether Instagram reports the profile as private |
| url | Direct Instagram profile URL |
| source | Extraction path used, such as instagram_api or profile_html |
| scrapedAt | ISO timestamp when the profile was captured |
Example Output
{"username": "instagram","followerCount": 690000000,"followingCount": 100,"postsCount": 7900,"fullName": "Instagram","biography": "Discover what's next on Instagram","externalUrl": "https://about.instagram.com/","isVerified": true,"isPrivate": false,"url": "https://www.instagram.com/instagram/","source": "instagram_api","scrapedAt": "2026-08-09T09:20:00.000Z"}
How It Works
- The Actor reads usernames and profile URLs from the input.
- It extracts a clean username from each value.
- Duplicate usernames are removed.
- For each profile, the Actor requests public profile data.
- If the primary public endpoint is blocked or unavailable, it tries public profile HTML metadata.
- Successful profile snapshots are saved to the Apify dataset.
Best Practices
- Use a short list of profiles for quick research runs.
- Schedule small recurring runs when you need trend snapshots over time.
- Export results to CSV or Google Sheets for comparison and reporting.
- Combine this Actor with downstream scoring logic to prioritize creator outreach.
Notes And Limitations
- This Actor only extracts public profile-level data.
- It does not log in, bypass private accounts, or extract private data.
- Availability depends on Instagram's public responses at run time.
- Some profiles may return limited metadata when Instagram rate-limits or blocks anonymous requests.
- Results are intended for research, monitoring, and enrichment workflows, not for intrusive collection.
Why Use It
Instagram profile research often starts with a simple question: which accounts are worth watching, comparing, or contacting? This Actor gives you a clean profile snapshot without pulling unnecessary comments, posts, or media. The result is a compact dataset that is easy to review, export, and plug into creator discovery or social intelligence workflows.