Scrape Instagram Reels
Get reels from an Instagram profile in a MindStudio workflow
Sample Output
[{
"id": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
"type": "ReelVideo",
"shortCode": "xxxxxxxxxx",
"caption": "Example caption.",
"hashtags": [],
"mentions": [],
"url": "https://www.example.com/reel/sample",
"commentsCount": 333,
"dimensionsHeight": 3000,
"dimensionsWidth": 1690,
"images": [
"https://example.com/sample-image.jpg"
],
"videoUrl": "https://example.com/sample-video.mp4",
"likesCount": 22110,
"videoViewCount": 93699,
"timestamp": "2022-11-22T21:42:42.000Z",
"ownerFullName": "John Doe",
"ownerUsername": "example_user",
"ownerId": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
"productType": "clips",
"isSponsored": false,
"videoDuration": 380.459
}]
Last updated