CSV Export Fields

Understand the data included in your CSV exports

Free: 5 Fields Premium Fast: 11 Fields Premium Detailed: 24 Fields

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.

Example: 5847392016

userName

Instagram username (handle, e.g., @alex_travels). This is the unique @username displayed on profiles.

Example: alex_travels

fullName

Display name as shown on the profile. This is the customizable name that appears at the top of a user's profile.

Example: Alex Morgan

profilePicUrl

Direct URL to the user's profile picture. You can use this URL to download or display profile pictures.

Example: https://instagram.com/profiles/...

isVerified

Boolean indicating if the account has a verified badge (blue checkmark). Returns true or false.

Example: true

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.

Example: false

followedByViewer

Boolean indicating whether you (the viewer) follow this account. Useful for identifying who you're following in your follower lists.

Example: true

followsViewer

Boolean indicating whether this account follows you back. Perfect for finding accounts that don't follow you back.

Example: false

requestedByViewer

Boolean indicating whether you've sent a follow request to this private account that hasn't been approved yet.

Example: false

hasBlockedViewer

Boolean indicating whether this account has blocked you. Helps identify accounts you can't interact with.

Example: false

mutualFollowers

Number indicating how many mutual followers you share with this account. Great for finding common connections.

Example: 23

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.

Example: Dog lover 🐕 | Travel enthusiast ✈️

externalUrl

Website link from the user's bio. Empty if no link is set.

Example: https://www.example.com

followerCount

Total number of followers this account has.

Example: 15234

followingCount

Total number of accounts this user follows.

Example: 892

mediaCount

Total number of posts (photos/videos) on the account.

Example: 347

accountType

Account classification: "personal", "business", or "creator".

Example: business

isBusinessAccount

Boolean indicating if this is a business account.

Example: true

isProfessionalAccount

Boolean indicating if this is a professional (business/creator) account.

Example: true

businessCategoryName

Business category name (only for business accounts).

Example: Sportswear Retailer

categoryName

General category name for professional accounts.

Example: Shopping & retail

businessEmail

Public business email (only if set and public).

businessPhoneNumber

Public business phone number (only if set and public).

Example: +1-800-123-4567

businessAddressJson

Business address data in JSON format (only for local businesses).

Example: {"city":"Amsterdam","state":"NH"}

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 →