GET
/v2/squid/{squid_id}/resultGet Results
Retrieve scraped Instagram profile data from your squidRetrieve Instagram profile data from your completed scraping tasks. The scraper extracts comprehensive profile information including bio, stats, business details, and latest posts.
Profile Information
profile_url
string
Example: https://www.instagram.com/leomessi/
username
string
Example: leomessi
full_name
string
Example: Leo Messi
biography
string
Example: Welcome to my official Instagram account
profile_pic_url
string
Example: https://scontent.cdninstagram.com/...
profile_id
bigint
Example: 427553890
fbid
bigint
Example: 123456789
Profile Statistics
followers_count
integer
Example: 500000000
follows_count
integer
Example: 500
posts_count
integer
Example: 1000
highlight_reel_count
integer
Example: 5
igtv_video_count
integer
Example: 12
Account Type Flags
is_private
boolean
Example: false
is_verified
boolean
Example: true
is_business_account
boolean
Example: true
is_professional_account
boolean
Example: true
joined_recently
boolean
Example: false
has_clips
boolean
Example: true
has_guides
boolean
Example: false
has_channel
boolean
Example: false
Business Information
category
string
Example: Athlete
business_email
string
Example: contact@example.com
business_phone_number
string
Example: +1234567890
business_contact_method
string
Example: CALL
External Links
external_url_1
object
Example: {url: https://example.com, link_type: external}
external_url_2
object
Example: {url: https://shop.example.com, link_type: external}
all_external_urls
array
Example: [{url: ..., link_type: external}]
Content Availability
latest_igtv_video_1
object
Example: {id: 123, title: My Video, ...}
latest_igtv_video_2
object
Example: {}
latest_igtv_video_3
object
Example: {}
latest_igtv_video_4
object
Example: {}
Latest Posts
latest_post_1.id
string
Example: 987654321
latest_post_1.shortcode
string
Example: XYZ789
latest_post_1.url
string
Example: https://www.instagram.com/p/XYZ789/
latest_post_1.type
string
Example: GraphImage
latest_post_1.caption
string
Example: Great day!
latest_post_1.likes
integer
Example: 15000
latest_post_1.comments
integer
Example: 500
latest_post_1.posted_at
integer
Example: 1640100000
latest_post_1.display_url
string
Example: https://...
latest_post_1.location
string
Example: Miami
latest_post_1.tagged_users
array
Example: [{username: friend1}]
Headers
| Key | Value | Required |
|---|---|---|
| Authorization | Token YOUR_API_KEY | Yes |
Parameters
limitinteger
OptionalExample:
10offsetinteger
OptionalExample:
0Pro Tip
Use `is_business_account` to filter for business profiles that have public contact information.
Note
Private accounts (`is_private: true`) return limited data - only basic profile info is available.
Pro Tip
Check `business_email` and `business_phone_number` for lead generation from professional accounts.