Get comments on an Instagram post or Reel.
Endpoint
/v1/instagram/posts/comments
Query
Link to the Instagram post or reel whose comments should be listed.
Opaque cursor from a previous response to fetch the next page.
const response = await fetch( "https://api.socialfetch.dev/v1/instagram/posts/comments?url=https://www.instagram.com/p/DIdOKNpx66J", { headers: { "x-api-key": "YOUR_API_KEY" } } ); const data = await response.json(); console.log(data);