Ready
Ready

Send the empty request. The task status and normalized results will appear here.

README

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.

  1. Prepare an empty JSON object.
  2. POST the request body to /v1/instagram/trending-reels.
  3. Poll /v1/tasks/{task_id} until the status is succeeded or failed.
  4. 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 true

Best 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.

Use these APIs when you need a different type of public Instagram data.

  • Instagram Followers Count APIRetrieve public profile identity and visible follower, following, and post counts.
  • Instagram Posts APICollect public posts, media, hashtags, mentions, timestamps, and engagement by username.
  • Instagram Reels APICollect public Reels, media, audio, hashtags, mentions, and engagement by username.
  • Instagram Search APISearch public profiles by keyword or handle with identity and visible account signals.
  • Instagram Comments APICollect public comments, authors, timestamps, likes, and replies from post URLs.
  • Instagram Profiles APIRetrieve public profile identity, biographies, links, account flags, categories, and visible counts by username.
  • Instagram Followers List APICollect public follower profile records with source-account and relationship context.
  • Instagram Following List APICollect public profiles followed by Instagram accounts with identity, relationship context, and visible account counts.
  • Instagram Hashtag Posts APIDiscover public posts by hashtag with source-tag context, media, creators, timestamps, and visible engagement.
  • Instagram Tagged Posts APICollect public posts that tag selected profiles with authors, media, mentions, tagged-user context, and engagement.
  • Instagram Transcript APIExtract transcript text, language, format, source URLs, and shortcodes from public post or Reel URLs.
  • Instagram Audio Reels APICollect public Reels by known numeric audio ID with captions, creators, media, timestamps, visible engagement, and source-audio context.
  • Instagram Highlight Items APIRetrieve saved public Story items from known highlight IDs with text, author identity, media, timestamps, visible metrics, and source context.
  • Instagram Post Info APILook up known public post, Reel, or legacy IGTV URLs with captions, author identity, media, timestamps, visible engagement, and input context.
  • Instagram Reels Search APISearch public Reels by text query with captions, creators, media, timestamps, visible engagement, and query context.
  • Instagram Story Highlights APIList public Story Highlight containers by username with titles, owner context, media counts, and reusable highlight IDs.

Instagram Trending Reels APIFAQ