ActionInstagramUpdated September 2026

How do I fetch Instagram post details?

Short answer: You can get instagram media in Instagram by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the Instagram Get Instagram Media action to a workflow, map its 2 inputs from any upstream app, and it runs automatically every time the trigger fires. No code, and a free tier to start.

Get Instagram Media in Instagram — start free
Inputs

The fields this action accepts.

Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.

FieldTypeRequiredDescription
Media ID
media_id
stringRequired
Fields
fields
stringOptional
Sample request
{
"media_id": "{{trigger.media_id}}",
"fields": "{{trigger.fields}}"
}
Returns
{
"id": "abc",
"caption": "Hi",
"media_url": "https://...jpg",
"permalink": "https://instagram.com/p/abc",
"timestamp": "2026-05-11T00:00:00Z",
"like_count": 100,
"media_type": "IMAGE",
"comments_count": 5
}

Use these fields in downstream nodes for routing, logging, or error handling.

Triggered by

Apps that pair well as the trigger for Get Instagram Media.

Any of these apps can fire this action as part of a workflow.

FAQ

Questions about Get Instagram Media.

What does the Get Instagram Media action do in Instagram?
Returns a specific post by ID with engagement metrics (likes, comments, reach). For "best-performing posts this week" analysis workflows.
What inputs does Get Instagram Media require?
Required: Media ID. Every input accepts a static value or a variable from any upstream node in your workflow.
Can I use dynamic inputs from earlier workflow nodes?
Yes. Any field on this action can pull values from upstream nodes, whether that's a form response, a trigger payload, an AI output, or a lookup result.
What happens if Instagram returns an error?
The run history shows the failed step with its input and the error message Instagram returned, so you can fix the input and run the workflow again. Automatic retries are built into HTTP steps only, where you can also set your own retry count and delay.
Does Get Instagram Media support batch operations?
Run Get Instagram Media inside a loop to process each item in an array. TinyCommand does not throttle calls for you, so for large arrays add a Delay step if you need to stay within Instagram's rate limits.
More actions

Other Instagram actions.

Get Instagram Media in Instagram — start free