CSV Export Fields
Understand the data included in your CSV exports
Free Basic Fields
Available in both Free and Premium tiers
id
Instagram's internal user ID (numeric). This is a unique identifier for each account.
userName
Instagram username (handle, e.g., @alex_travels). This is the unique @username displayed on profiles.
fullName
Display name as shown on the profile. This is the customizable name that appears at the top of a user's profile.
profilePicUrl
Direct URL to the user's profile picture. You can use this URL to download or display profile pictures.
isVerified
Boolean indicating if the account has a verified badge (blue checkmark). Returns true or false.
Premium Fast Relationship Fields
Available in Premium Fast Mode (recommended). These 6 additional fields provide relationship and privacy data.
isPrivate
Boolean indicating whether this account is set to private. Private accounts require approval to view their content.
followedByViewer
Boolean indicating whether you (the viewer) follow this account. Useful for identifying who you're following in your follower lists.
followsViewer
Boolean indicating whether this account follows you back. Perfect for finding accounts that don't follow you back.
requestedByViewer
Boolean indicating whether you've sent a follow request to this private account that hasn't been approved yet.
hasBlockedViewer
Boolean indicating whether this account has blocked you. Helps identify accounts you can't interact with.
mutualFollowers
Number indicating how many mutual followers you share with this account. Great for finding common connections.
Premium Detailed Extended Profile Fields
Available in Premium Detailed Mode. These 13 additional fields provide comprehensive profile data. ⚠️ Warning: Detailed mode is 50x slower (1 request per profile) and may trigger Instagram rate limits on large exports.
biography
The user's bio/description text. May contain emojis and special characters.
externalUrl
Website link from the user's bio. Empty if no link is set.
followerCount
Total number of followers this account has.
followingCount
Total number of accounts this user follows.
mediaCount
Total number of posts (photos/videos) on the account.
accountType
Account classification: "personal", "business", or "creator".
isBusinessAccount
Boolean indicating if this is a business account.
isProfessionalAccount
Boolean indicating if this is a professional (business/creator) account.
businessCategoryName
Business category name (only for business accounts).
categoryName
General category name for professional accounts.
businessPhoneNumber
Public business phone number (only if set and public).
businessAddressJson
Business address data in JSON format (only for local businesses).
Example CSV Output
Free Tier (5 Fields)
id,userName,fullName,profilePicUrl,isVerified 5847392016,alex_travels,Alex Morgan,https://instagram.com/...,false 8293746510,sophie_creates,Sophie Chen,https://instagram.com/...,true
Premium Fast Mode (11 Fields) - Recommended
id,userName,fullName,profilePicUrl,isVerified,isPrivate,followedByViewer,followsViewer,requestedByViewer,hasBlockedViewer,mutualFollowers 5847392016,alex_travels,Alex Morgan,https://...,false,false,true,false,false,false,23
Premium Detailed Mode (24 Fields) - 50x Slower
id,userName,fullName,profilePicUrl,isVerified,isPrivate,followedByViewer,followsViewer,requestedByViewer,hasBlockedViewer,mutualFollowers,biography,externalUrl,followerCount,followingCount,mediaCount,accountType,isBusinessAccount,isProfessionalAccount,businessCategoryName,categoryName,businessEmail,businessPhoneNumber,businessAddressJson 5847392016,alex_travels,Alex Morgan,https://...,false,false,true,false,false,false,23,Dog lover 🐕,https://example.com,15234,892,347,personal,false,false,,,,,
All CSV formats are compatible with Excel, Google Sheets, and all CSV readers.
⚠️ Detailed Mode Performance Warning
Detailed mode makes 1 API request per profile (vs 50 profiles per request in Fast mode). This makes it approximately 50 times slower. For example, exporting 100 profiles takes ~2 seconds in Fast mode but ~100 seconds in Detailed mode. Large exports may trigger Instagram's rate limits. Use Detailed mode only for small exports (<50 profiles) where you need comprehensive data.
Unlock Up To 24 Profile Fields
Premium plans include Fast Mode (11 fields) and Detailed Mode (24 fields) with comprehensive profile data including bio, follower counts, and business information.
View Premium Plans →