GET /v1/instagram/v3/get_post_info
Get post info (media_id or URL)
stable · 11 credits per success
Get post details by media ID or post URL;Returns complete post info including images/videos, likes, comments, author info, etc.;media_id: Post media ID (numeric ID), can be obtained via `/shortcode_to_media_id` endpoint;url: Post URL, e.g. `https://www.instagram.com/p/DUajw4YkorV/`, supports `/p/`, `/reel/`, `/reels/`, `/tv/` paths;**At least one of media_id or url is required; media_id wins if b…
Request parameters
| Name | Type | In | Required | Description | Example |
|---|---|---|---|---|---|
| url | string | query | no | 帖子URL | https://www.instagram.com/p/DUajw4YkorV/ |
| media_id | string | query | no | 帖子媒体ID | 3850699893338385742 |
Response fields
Field dictionary coming soon — the executable panel shows the live shape.
Errors
| code | HTTP | Meaning | Billed |
|---|---|---|---|
| 40001 | 400 | Invalid parameters | no |
| 40102 | 401 | Invalid or revoked API Key | no |
| 40201 | 402 | Insufficient credits | no |
| 40402 | 404 | Resource not found | no |
| 42201 | 422 | Quality gate failed | no |
| 42901 | 429 | Rate limit exceeded | no |
| 50401 | 504 | Upstream timeout | no |
| 50201 | 502 | Upstream error | no |
Billing
Success costs 11 credits. Any failure — including a 200 from upstream that fails the quality gate — costs 0.