📊 Data Explorer
Browse and export scraped Instagram data
[[ totalResults ]] result[[ totalResults !== 1 ? 's' : '' ]] found
⏳
Loading data...
| Username [[ sortIndicator('username') ]] | Full Name [[ sortIndicator('full_name') ]] | Followers [[ sortIndicator('followers_count') ]] | Following [[ sortIndicator('following_count') ]] | Posts [[ sortIndicator('posts_count') ]] | Bio | Actions |
|---|---|---|---|---|---|---|
| @[[ profile.username ]] | [[ profile.full_name || '—' ]] | [[ formatNumber(profile.followers_count) ]] | [[ formatNumber(profile.following_count) ]] | [[ formatNumber(profile.posts_count) ]] |
| Thumbnail | Username [[ sortIndicator('username') ]] | Type [[ sortIndicator('media_type') ]] | Likes [[ sortIndicator('likes_count') ]] | Comments [[ sortIndicator('comments_count') ]] | Caption | Posted [[ sortIndicator('posted_at') ]] | Actions |
|---|---|---|---|---|---|---|---|
|
📷
|
@[[ post.username ]] | [[ post.media_type ]] | ❤️ [[ formatNumber(post.likes_count) ]] | 💬 [[ formatNumber(post.comments_count) ]] | [[ formatDate(post.posted_at) ]] |
| Follower Username [[ sortIndicator('follower_username') ]] | Follower ID [[ sortIndicator('follower_id') ]] | Following Profile [[ sortIndicator('profile_id') ]] | Scraped [[ sortIndicator('scraped_at') ]] | Actions |
|---|---|---|---|---|
| @[[ follow.follower_username ]] | [[ follow.follower_id || '—' ]] | Profile ID: [[ follow.profile_id ]] | [[ formatDate(follow.scraped_at) ]] |
Showing [[ (currentPage - 1) * pageSize + 1 ]] - [[ Math.min(currentPage * pageSize, totalResults) ]] of [[ totalResults ]]
[[ modalTitle ]]
@[[ selectedItem.username ]]
[[ selectedItem.full_name || '—' ]]
[[ formatNumber(selectedItem.followers_count) ]]
[[ formatNumber(selectedItem.following_count) ]]
[[ formatNumber(selectedItem.post_count) ]]
[[ selectedItem.is_verified ? '✓ Yes' : '✕ No' ]]
[[ selectedItem.bio || '—' ]]
@[[ selectedItem.username ]]
[[ selectedItem.media_type ]]
❤️ [[ formatNumber(selectedItem.likes_count) ]]
💬 [[ formatNumber(selectedItem.comments_count) ]]
[[ formatDate(selectedItem.posted_at) ]]
[[ selectedItem.shortcode ]]
[[ selectedItem.caption || '—' ]]
@[[ selectedItem.follower_username ]]
[[ selectedItem.follower_id || '—' ]]
[[ selectedItem.profile_id ]]
[[ formatDate(selectedItem.scraped_at) ]]