Get a single Instagram post or Reel.
Endpoint
/v1/instagram/posts
Query
Link to the post or reel.
Optional ISO 3166-1 country code for request routing.
When true, returns a smaller response with fewer fields.
When true, returns permanent CDN URLs for media in `downloads`. Adds 10 credits (11 total including the base lookup).
const response = await fetch( "https://api.socialfetch.dev/v1/instagram/posts?url=https://www.instagram.com/p/DIdOKNpx66J", { headers: { "x-api-key": "YOUR_API_KEY" } } ); const data = await response.json(); console.log(data);