Created
June 19, 2022 20:56
-
-
Save brotoo25/79fdbe38f0ade0f0be2b42c2d1308746 to your computer and use it in GitHub Desktop.
Instagram Video Post Payload
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"postUrl":"", | |
"description":"", | |
"commentCount":1, | |
"likeCount":1, | |
"pubDate":"2022-04-20T16:20:00.000Z", | |
"likedByViewer":false, | |
"isSidecar":false, | |
"type":"Video", | |
"videoUrl":"", | |
"viewCount":1, | |
"playCount":1, | |
"videoDuration":4.20, | |
"caption":"", | |
"profileUrl":"https://i.pinimg.com/originals/e9/65/cf/e965cf24cf7c3aa56133ec0b0187defb.jpg", | |
"username":"", | |
"fullName":"", | |
"imgUrl":"", | |
"postId":"123", | |
"timestamp":"2022-04-20T16:20:00.000Z" | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment