v1

latestOpenAPI 3.1.02026-07-266827131.9 KB

Instagram Video Metadata

Get Instagram video metadata.

post/instagram/video/metadata

Request body

video_urlstring required

The Instagram video URL

channel'apify' | 'rapid' | 'memories.ai' required

The channel name. Supported values: apify, rapid, memories.ai

Example request

{
  "video_url": "https://www.instagram.com/reels/DLlGZiCOBQ0/",
  "channel": "apify"
}

Response

Video metadata information with detailed Instagram data

codestring

Response code indicating the result status

msgstring

Response message describing the operation result

successboolean

Indicates whether the operation was successful

failedboolean

Indicates whether the operation failed

Example response

{
  "msg": "success",
  "data": {
    "data": {
      "xdt_shortcode_media": {
        "__typename": "XDTGraphVideo",
        "id": "3667365614373573684",
        "shortcode": "DLlGZiCOBQ0",
        "thumbnail_src": "https://scontent-jnb2-1.cdninstagram.com/v/t51.2885-15/...",
        "dimensions": {
          "height": 1136,
          "width": 640
        },
        "display_url": "https://scontent-jnb2-1.cdninstagram.com/v/t51.2885-15/...",
        "video_url": "https://scontent-jnb2-1.cdninstagram.com/o1/v/t2/f2/m86/...",
        "video_view_count": 27040,
        "video_play_count": 1799817,
        "video_duration": 41.125,
        "product_type": "clips",
        "has_audio": true,
        "owner": {
          "id": "242598499",
          "username": "humansofny",
          "full_name": "Humans of New York",
          "is_verified": true,
          "profile_pic_url": "https://scontent-jnb2-1.cdninstagram.com/v/t51.2885-19/...",
          "edge_followed_by": {
            "count": 12804266
          }
        },
        "edge_media_to_caption": {
          "edges": [
            {
              "node": {
                "text": "I have the moves that they're looking for.",
                "created_at": "1751404145"
              }
            }
          ]
        },
        "edge_media_to_parent_comment": {
          "count": 487,
          "edges": [
            {
              "node": {
                "id": "18094151056886709",
                "text": "Go for it sweetie!!!",
                "created_at": 1762011704,
                "owner": {
                  "username": "iam_carrongrazette"
                }
              }
            }
          ]
        },
        "edge_media_preview_like": {
          "count": 27791
        },
        "taken_at_timestamp": 1751404144,
        "dash_info": {
          "is_dash_eligible": true,
          "video_dash_manifest": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>...",
          "number_of_qualities": 1
        },
        "clips_music_attribution_info": {
          "artist_name": "humansofny",
          "song_name": "Original audio",
          "uses_original_audio": true,
          "audio_id": "24313369781619226"
        }
      }
    },
    "extensions": {
      "is_final": true
    },
    "status": "ok"
  },
  "success": true
}