WellbyteWellbyte

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…

Sign up for 500 credits and run with your own API key. Sign up free

Request

curl -s 'https://api.wellbyte.net/v1/instagram/v3/get_post_info?url=https%3A%2F%2Fwww.instagram.com%2Fp%2FDUajw4YkorV%2F&media_id=3850699893338385742' \
  -H "Authorization: Bearer dg_live_…"

Response

Sample captured 2026-08-27

data{
code:0
data{
_rid:"17c6539b7aaad"
items[ 1 item ]
status:"ok"
num_results:1
more_available:false
auto_load_more_enabled:false
}
meta{
endpoint:"instagram.v3.get_post_info"
cache_hit:false
elapsed_ms:0
request_id:"req_sample"
credits_charged:0
}
message:"ok"
}

No calls yet. Get one green run first, then switch to your own data.

    Request parameters

    NameTypeInRequiredDescriptionExample
    urlstringqueryno帖子URLhttps://www.instagram.com/p/DUajw4YkorV/
    media_idstringqueryno帖子媒体ID3850699893338385742

    Response fields

    Field dictionary coming soon — the executable panel shows the live shape.

    Errors

    codeHTTPMeaningBilled
    40001400Invalid parametersno
    40102401Invalid or revoked API Keyno
    40201402Insufficient creditsno
    40402404Resource not foundno
    42201422Quality gate failedno
    42901429Rate limit exceededno
    50401504Upstream timeoutno
    50201502Upstream errorno

    Billing

    Success costs 11 credits. Any failure — including a 200 from upstream that fails the quality gate — costs 0.

    Search

    Search endpoints and docs