ig_get_children
Get individual items from a carousel post. Returns each child media with ID, type, and URL.
Remote node2flow/instagram
Other tools also called ig_get_children?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"media_id": {
"type": "string",
"description": "Carousel media ID (must be CAROUSEL_ALBUM type)"
}
}
}