Manual review
- Open every post and scroll through engagement.
- Copy users, text and dates one by one.
- Hard to repeat across a campaign.
Turn visible engagement on public posts and Reels into a dataset of users, comments, timestamps and engagement signals without providing cookies or credentials.
Affiliate link: we may receive a commission if you later purchase a plan, at no extra cost to you.
JSONscraping_solutions/...No cookies
XLSXActor used
scraping_solutions/instagram-engagers-likes-and-comments-no-cookies
Send a list of public posts and receive up to 200 likes or comments per URL. It is useful for campaign research, conversation analysis and public audience samples.
Official listing checked August 20, 2026; figures can change.
Our test requested five comments from the developer's sample URL. It confirms the output shape, not identical speed or coverage for every post.
Problem and value
Instagram shows totals, but reviewing every visible user and comment manually does not scale. The Actor creates one row per engagement for filtering, comparison and export.
Exact configuration
Start small. Increase the limit or add more URLs only after the output and coverage fit your use case.
instagram-engagers-likes-and-comments-no-cookiesPostsdataToScraperesultsLimit{
"Posts": [
"https://www.instagram.com/p/DJHhRQzMLWD/"
],
"dataToScrape": "comments",
"resultsLimit": 50
}Use complete post or Reel links. Private, deleted or restricted content may fail.
comments includes comment text and author fields; likes focuses on visible profiles that liked the post.
resultsLimit accepts 1 to 200. It is a requested maximum, not a guarantee that Instagram exposes that many.
Check type, source URL, username and date, then export Excel, CSV, JSON, XML, RSS or JSONL.
| Field | Meaning | Example |
|---|---|---|
type | Engagement type | comments |
link_post | Source post | instagram.com/p/... |
user.username | Public username | sample_user |
text | Comment text | Very useful |
created_at_utc | Normalized UTC timestamp | 2026-08-20... |
comment_like_count | Visible comment likes | 3 |
hashtags / mentions | Tags and mentioned users | [] |
user.is_verified | Verification status | false |
Fields observed in a real comments run. Likes mode may return a different field set, and values depend on visible content.
Quick calculator
The published rate is $0.50 per 1,000 engagers. This assumes every requested result is returned.
Any applicable platform usage is not included.
Examples: 50 results ≈ $0.025; 200 ≈ $0.10; 1,000 ≈ $0.50.
Price checked August 20, 2026. Check current pricing.
When it helps
Compare words, questions and mentions across posts.
Join datasets and identify recurring public usernames.
Compare engagement signals with the context of each post.
Use public data for a legitimate purpose. Avoid bulk unsolicited outreach and follow applicable privacy rules and platform terms.
Frequently asked questions
No. The Actor is designed for public posts and does not request Instagram credentials.
Not in one run. Select one mode and repeat the input with the other mode when you need both.
No. It is the per-post maximum. Availability, privacy, deletion and platform restrictions may reduce output.
Our test returned both created_at and normalized created_at_utc. UTC is preferable for cross-market analysis.
Controlled test
Confirm fields and coverage before processing a full campaign.