Skip to main content
GET
/
v1
/
results
Get Results
curl --request GET \
  --url https://api.lobstr.io/v1/results \
  --header 'Authorization: <authorization>'
{
  "comment_id": "<string>",
  "comment_url": "<string>",
  "post_url": "<string>",
  "text": "<string>",
  "giphy_media_info": "<any>",
  "owner_username": "<string>",
  "owner_full_name": "<string>",
  "owner_id": "<string>",
  "owner_profile_pic_url": "<string>",
  "owner_is_verified": true,
  "owner_is_private": true,
  "timestamp": {},
  "likes_count": 123,
  "replies_count": 123,
  "owner_profile_url": "<string>",
  "is_child_comment": true,
  "parent_comment_id": "<string>"
}
Retrieve scraped data from your Instagram Post Comments Scraper runs.

Headers

Authorization
string
required
Your API authentication token. Value: Token YOUR_API_KEY

Query Parameters

squid
string
required
Hash of the squid to get results from
run
string
Hash of a specific run (optional)
page
integer
Page number (default: 1). Example: 1

Result Fields

Each result object contains the following fields:
comment_id
string
Unique identifier for the Instagram comment. Example: 18397500988178795
comment_url
string
Direct URL to the comment on Instagram. Example: https://www.instagram.com/p/DDIJAfeyemG/c/18397500988178795
post_url
string
URL of the Instagram post this comment belongs to. Example: https://www.instagram.com/reel/DDIJAfeyemG
text
string
Full text content of the comment. Example: I LOVE INSTAGRAM #instagram
giphy_media_info
json
Details of a Giphy GIF or sticker attached to the comment
owner_username
string
Instagram username of the comment author. Example: mohsinjamindar07
owner_full_name
string
Display name of the comment author on Instagram. Example: Mohsin Jamindar
owner_id
string
Unique Instagram identifier of the comment author. Example: 40564582835
owner_profile_pic_url
string
URL of the comment author’s Instagram profile picture. Example: https://scontent-iad3-2.cdninstagram.com/v/t51.2885-19/455119162_509085271605404.jpg
owner_is_verified
boolean
Whether the comment author has a verified badge on Instagram. Example: false
owner_is_private
boolean
Whether the comment author’s Instagram account is set to private. Example: false
timestamp
datetime
Unix timestamp of when the comment was posted. Example: 2026-02-15T06:27:58.000Z
likes_count
integer
Number of likes the comment received. Example: 0
replies_count
integer
Number of replies to this comment. Example: 0
owner_profile_url
string
URL of the comment author’s Instagram profile. Example: https://instagram.com/sai_jonov
is_child_comment
boolean
Whether this is a reply to another comment (nested comment). Example: false
parent_comment_id
string
Unique identifier of the parent comment this is a reply to