GET
/v2/squid/{squid_id}/resultGet Results
Retrieve scraped Instagram reels data from your squidRetrieve Instagram reels data from your completed scraping tasks. The scraper extracts comprehensive reel information including engagement metrics, media URLs, music info, and comments.
Reel Information Fields
reel_id
string
Example: 3456789012345678901
shortcode
string
Example: C7AbCdEfGhI
reel_url
string
Example: https://www.instagram.com/reel/C7AbCdEfGhI/
caption
string
Example: Building cool stuff with Python #coding
hashtags
string
Example: coding, devlife, python
mentions
string
Example: nike, adidas
tagged_users
array
Example: [user1, user2]
timestamp
datetime
Example: 2025-01-15T14:22:05+00:00
product_type
string
Example: clips
Owner/Creator Fields
owner_username
string
Example: leomessi
owner_full_name
string
Example: Leo Messi
owner_id
string
Example: 427553890
co_authors
array
Example: [@brandpartner, @creator2]
Engagement Metrics
likes_count
integer
Example: 125430
comments_count
integer
Example: 1523
views_count
integer
Example: 2456789
is_sponsored
boolean
Example: false
comments_disabled
boolean
Example: false
like_and_view_counts_disabled
boolean
Example: false
can_viewer_reshare
boolean
Example: true
Media Fields
video_url
string
Example: https://scontent.cdninstagram.com/v/...
display_url
string
Example: https://scontent.cdninstagram.com/v/...
video_duration_seconds
float
Example: 27.5
media_dimensions
string
Example: 1080x1920
location_id
string
Example: 123456789
location_name
string
Example: Miami, Florida
Music Information
music_info.artist_name
string
Example: Drake
music_info.song_name
string
Example: God's Plan
music_info.audio_id
string
Example: 1234567890
music_info.uses_original_audio
boolean
Example: false
music_info.is_trending
boolean
Example: true
music_info.is_explicit
boolean
Example: false
Top Comments
comment1.user
string
Example: username1
comment1.text
string
Example: Great video!
comment1.replies_count
integer
Example: 5
Headers
| Key | Value | Required |
|---|---|---|
| Authorization | Token YOUR_API_KEY | Yes |
Parameters
limitinteger
OptionalExample:
10offsetinteger
OptionalExample:
0Pro Tip
Use `video_url` to download the actual reel video for archival or analysis.
Note
Video URLs are temporary CDN links that may expire. Download media promptly after scraping.
Pro Tip
Filter trending content by checking `music_info.is_trending` to find reels using viral audio.