Collect public Instagram Reels for one or more usernames, returning normalized captions, media, duration, audio, hashtags, mentions, and visible engagement.

Instagram Reels API

Reels
Public data
Media metadata
0.52 credits / result
Ready
Ready

Enter parameters and send a request. The task status and normalized results will appear here.

README

Instagram Reels

Instagram Reels are short-form video posts with captions, creator context, media, audio, duration, hashtags, mentions, play counts, and visible engagement. These creative and performance signals support format research, creator comparison, campaign review, and trend analysis.

Features

  • Profile Reel collectionCollect public Reels for one or more Instagram usernames through one normalized response shape.
  • Content, media, and engagement fieldsReturn captions, timestamps, play counts, likes, comments, shares, duration, thumbnails, video references, hashtags, mentions, and audio metadata.
  • Requested result capUse results_limit to cap the number of Reels requested for each request.
  • Public data boundaryKeep private, restricted, removed, and login-only Reels outside the result scope.

Parameters

ParametersRequiredDescription
usernamesRequiredPublic Instagram usernames without @, separated by commas or new lines.
results_limitOptionalMaximum number of records the collection task should request. Must be a positive integer.

How to Use

Submit public usernames as an asynchronous task, poll its task ID, then read normalized Reel records with cursor pagination.

  1. Prepare one or more public Instagram usernames without @.
  2. POST usernames and an optional results_limit to /v1/instagram/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 when more records exist.
curl -X POST "https://api.socq.ai/v1/instagram/reels" \
  -H "Authorization: Bearer $SOCQ_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"usernames":["natgeo"],"results_limit":25}'

# Poll GET /v1/tasks/{task_id}, then read /v1/tasks/{task_id}?limit=50 and use data.results.

Best Use Cases

  • Reels performance research: Collect public play counts, likes, comments, shares, captions, and timestamps to compare short-form video performance.
  • Creator discovery: Review public Reels from relevant profiles, then enrich selected creators with profile or post timeline APIs.
  • Campaign monitoring: Track public Reels connected to a launch, hashtag, music trend, creator brief, or recurring content format.
  • Media archive workflows: Store public Reel metadata, thumbnails, source URLs, duration, audio details, and collection times for review or reporting systems.
  • Audio analysis: Use public audio fields when available to support topic clustering, moderation review, or creative analysis.

Pro Tips

  • Store stable Reel IDs, shortcodes, URLs, and task IDs so collection jobs can be retried and audited.
  • Use conservative results_limit values and backoff logic when collecting large public profile Reel lists.
  • Expect some public Reels to omit counters, video references, or audio details depending on source availability.
  • Use the Search API for profile discovery and the Reels API for the selected usernames' public Reels.
  • Avoid designing workflows around private accounts, restricted Reels, or login-only fields.

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

Instagram Reels APIFAQ