Skip to main content
GET
/
v1
/
results
Get Results
curl --request GET \
  --url https://api.lobstr.io/v1/results \
  --header 'Authorization: <authorization>'
{
  "unique_id": "<string>",
  "nickname": "<string>",
  "text": "<string>",
  "has_image": true,
  "like_count": 123,
  "reply_count": 123,
  "liked_by_author": true,
  "is_author": true,
  "is_reply": true,
  "replied_by_author": true,
  "created_at": {},
  "comment_id": "<string>",
  "video_id": "<string>",
  "reply_to": "<string>",
  "thread_id": "<string>",
  "user_id": "<string>",
  "is_pinned": true,
  "image": "<string>",
  "avatar": "<string>",
  "input_video_url": "<string>",
  "scraping_time": {}
}

Documentation Index

Fetch the complete documentation index at: https://docs.lobstr.io/llms.txt

Use this file to discover all available pages before exploring further.

Retrieve scraped data from your TikTok 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:
unique_id
string
Unique identifier for the TikTok comment. Example: sinzels
nickname
string
TikTok display name of the comment author. Example: Sinzels
text
string
Full text content of the TikTok comment. Example: UPDATE 2025; Bella Poarch: 69.9M Leah halton: 64M
has_image
boolean
Whether the comment contains an image or sticker. Example: false
like_count
integer
Number of likes the comment received. Example: 7418
reply_count
integer
Number of replies to this comment. Example: 91
liked_by_author
boolean
Whether the video creator liked this comment. Example: false
is_author
boolean
Whether the commenter is the video creator. Example: false
is_reply
boolean
Whether this is a reply to another comment. Example: false
replied_by_author
boolean
Whether the video creator replied to this comment. Example: false
created_at
datetime
Date and time the comment was posted. Example: 2025-04-16T13:25:57Z
comment_id
string
Unique TikTok identifier for the comment. Example: 7493901624780276486
video_id
string
Unique identifier for the TikTok video this comment belongs to. Example: 6862153058223197445
reply_to
string
Username of the account this comment is replying to
thread_id
string
Identifier of the comment thread this reply belongs to
user_id
string
Unique TikTok identifier of the comment author. Example: 7257306630806356997
is_pinned
boolean
Whether the comment is pinned to the top of the video. Example: false
image
string
URL of the image or sticker attached to the comment
avatar
string
URL of the comment author’s TikTok profile picture. Example: https://p16-common-sign.tiktokcdn-eu.com/tos-alisg-avt-0068/6e61cfab75c399e7a58459442d607463~tplv-tiktokx-cropcenter:100:100.jpg?dr=10399&refresh_token=1aa12fef&x-expires=1774080000&x-signature=LM4Kos6ABLQMbiGzx6uR3FBKCPU%3D&t=4d5b0474&ps=13740610&shp=30310797&shcp=ff37627b&idc=no1a
input_video_url
string
URL of the TikTok video provided as scraper input. Example: https://www.tiktok.com/@bellapoarch/video/6862153058223197445
scraping_time
datetime
Timestamp when the comment was scraped. Example: 2026-03-20T16:47:36Z