Instagram Trending Reels
Instagram Trending Reels are public short-form videos surfaced in a current discovery feed, with captions, creator identity, media, timestamps, and visible engagement signals. These snapshot records support creative review, discovery monitoring, content comparison, and follow-up Reel research.
Features
- No-selector feed snapshotCapture the current Reel set exposed by the trending feed without supplying a query, account, hashtag, region, or date filter.
- Normalized Reel recordsReceive Reel identity, public URLs, captions, author context, media metadata, timestamps, and visible like, comment, view, and play counts in one shape.
- Duplicate suppressionCollapse repeated feed rows by Reel ID, primary key, or shortcode before the normalized records are saved.
Parameters
Ready to send
This endpoint does not require request parameters. Send the empty JSON object as-is.
{}How to Use
Submit an empty JSON object as an asynchronous task, poll its task ID, then read the saved snapshot records with result cursor pagination.
- Prepare an empty JSON object.
- POST the request body to /v1/instagram/trending-reels.
- Poll /v1/tasks/{task_id} until the status is succeeded or failed.
- Read /v1/tasks/{task_id}?limit=50 and follow results.next_cursor while results.has_more is true.
curl -X POST "https://api.socq.ai/v1/instagram/trending-reels" \
-H "Authorization: Bearer $SOCQ_API_KEY" \
-H "Content-Type: application/json" \
-d '{}'
# Poll GET /v1/tasks/{task_id}
# Read data.results.items and follow next_cursor while has_more is trueBest Use Cases
- Current discovery inventory: Save Reel IDs, public URLs, captions, creator identity, and collection times as a reviewable record of the current feed snapshot.
- Short-form creative review: Inspect caption text, author context, thumbnails, video references, dimensions, and duration to review the creative examples present in one snapshot.
- Within-snapshot engagement comparison: Compare visible likes, comments, views, plays, and creation times across the Reels returned by the same collection task.
Pro Tips
- Send an empty object only; query, region, username, hashtag, date, and results_limit fields are rejected.
- Treat each response as the source-defined feed snapshot at collection time, not as an official ranking formula or a claim of global or regional coverage.
- Do not request an upstream next page; results.next_cursor only continues through records already saved for the completed task.
- When retaining repeated snapshots, de-duplicate across tasks with stable Reel IDs or URLs because duplicate suppression applies within each feed response.
- Store collected_at with each result when building your own time series because this endpoint does not provide historical snapshots or scheduling.
- Handle captions, author fields, counters, media, URLs, and creation times as nullable public fields.
Related APIs
Use these APIs when you need a different type of public Instagram data.
- Instagram Followers Count API — Retrieve public profile identity and visible follower, following, and post counts.
- Instagram Posts API — Collect public posts, media, hashtags, mentions, timestamps, and engagement by username.
- Instagram Reels API — Collect public Reels, media, audio, hashtags, mentions, and engagement by username.
- Instagram Search API — Search public profiles by keyword or handle with identity and visible account signals.
- Instagram Comments API — Collect public comments, authors, timestamps, likes, and replies from post URLs.
- Instagram Profiles API — Retrieve public profile identity, biographies, links, account flags, categories, and visible counts by username.
- Instagram Followers List API — Collect public follower profile records with source-account and relationship context.
- Instagram Following List API — Collect public profiles followed by Instagram accounts with identity, relationship context, and visible account counts.
- Instagram Hashtag Posts API — Discover public posts by hashtag with source-tag context, media, creators, timestamps, and visible engagement.
- Instagram Tagged Posts API — Collect public posts that tag selected profiles with authors, media, mentions, tagged-user context, and engagement.
- Instagram Transcript API — Extract transcript text, language, format, source URLs, and shortcodes from public post or Reel URLs.
- Instagram Audio Reels API — Collect public Reels by known numeric audio ID with captions, creators, media, timestamps, visible engagement, and source-audio context.
- Instagram Highlight Items API — Retrieve saved public Story items from known highlight IDs with text, author identity, media, timestamps, visible metrics, and source context.
- Instagram Post Info API — Look up known public post, Reel, or legacy IGTV URLs with captions, author identity, media, timestamps, visible engagement, and input context.
- Instagram Reels Search API — Search public Reels by text query with captions, creators, media, timestamps, visible engagement, and query context.
- Instagram Story Highlights API — List public Story Highlight containers by username with titles, owner context, media counts, and reusable highlight IDs.
Combine Instagram data with public data from other supported social platforms.