ScavioScavio
ProductPricingDocs
Sign InGet Started
Quick StartAPI & SDKsEcosystem

Social Media

Instagram User Reels

List an Instagram user's reels by username or user_id — shortcode, caption, and play/like counts — with pagination, as JSON.

POST/api/v1/instagram/user/reels

Authorizations

Authorizationstringheaderrequired

Bearer authentication header of the form Bearer <token>, where <token> is your Scavio API key (e.g. Bearer sk_live_your_key).

Body

application/json
usernamestring

Instagram username. Provide this or user_id.

Example: nasa

user_idstring

Numeric user id. Provide this or username.

countnumber

Number of results per page.

cursorstring

Pagination cursor from a previous response.

Request

from scavio import ScavioClient

client = ScavioClient(api_key="sk_live_your_key")
results = client.instagram.user_reels(username="nasa")
print(results)

Response

"count": 5,
"next_max_id": null,
"_backend": "igrapi"
},
"response_time": 5317,
"credits_used": 2,
"credits_remaining": 4734
}
PreviousInstagram User PostsNextInstagram User Tagged
ScavioScavio

Real-time search API for AI agents. Search every platform, not just Google.

Product

  • Features
  • Pricing
  • Dashboard
  • Affiliates

Developers

  • Documentation
  • API Reference
  • Quickstart
  • MCP Integration
  • Python SDK

Alternatives

  • Tavily Alternative
  • SerpAPI Alternative
  • Firecrawl Alternative
  • Exa Alternative

Tools

  • JSON Formatter
  • cURL to Code
  • Token Counter
  • All Tools

© 2026 Scavio. All rights reserved.

Featured on TAAFT
Terms of ServicePrivacy Policy