Playground

Retrieve Instagram Reels for a user API playground

Returns a feed of Instagram Reels for the specified user ID. Supports pagination via `max_id`.

GETapiKey8 credits/requestinstagram.reelsResponseDoc

Selected endpoint

GET /instagram/reels/{id}

Returns a feed of Instagram Reels for the specified user ID. Supports pagination via `max_id`.

Group
Instagram
Authentication
apiKey
Credit cost
8 credits/request
Path parameters
1
Query parameters
1
Body parameters
0
GETapiKey8 credits/requestreelsResponseDoc

Retrieve Instagram Reels for a user

Returns a feed of Instagram Reels for the specified user ID. Supports pagination via `max_id`.

API key required. Paste a full key or rotate one from the API Keys page.

Set up API key

Path parameters

Query parameters

Request URL will appear here.

Request headers will appear here.

Request body preview will appear here when applicable.

Status, latency, response headers, and response body will appear after a request.

{
  "code": 200,
  "msg": "OK",
  "data": {
    "items": [
      {
        "media": {
          "id": "3679713463091712273_1067259270",
          "code": "DMQ9-YSzdER",
          "media_type": 2,
          "caption": {
            "text": "Find out which WNBA fan you are based on your searches 🏀🔎 Hit the link in bio for the full quiz.",
            "user": {
              "id": "1067259270",
              "username": "google",
              "full_name": "Google"
            }
          },
          "image_versions2": {
            "candidates": [
              {
                "url": "https://scontent-mia5-1.cdninstagram.com/v/t51.71878-15/520326096_601943249304059_3355842298425776816_n.jpg?stp=dst-jpg_e15_tt6&_nc_cat=1...",
                "width": 640,
                "height": 1136
              }
            ]
          },
          "play_count": 5734199
        }
      }
    ],
    "paging_info": {
      "max_id": "QVFCNFFnOGo1Q1J4T2lhMi1HSzRZQ1hqZDgyUjdyNUZTbnFxajZYXzhpUFFkOERZRjlIZHMtMVBTemYyX2tzWHhOa1VWRWRpaTBGM2prMDlqTnp5VlE2ag==",
      "more_available": true
    }
  }
}