# API Instagram unggahan untuk Indonesia

**Use case:** 

Contoh siap jalan yang mengambil unggahan dari Instagram untuk Indonesia dan mengembalikan bidang ternormalisasi di setiap baris.

## Input

```json
{
  "max_results": 50,
  "country": "Indonesia"
}
```

## Output

```json
{
  "platform": {
    "label": "Platform",
    "format": "string"
  },
  "requested_country": {
    "label": "Requested Country",
    "format": "string"
  },
  "requested_accept_language": {
    "label": "Requested Accept Language",
    "format": "string"
  },
  "explore_section": {
    "label": "Explore Section",
    "format": "string"
  },
  "explore_topic": {
    "label": "Explore Topic",
    "format": "string"
  },
  "post_id": {
    "label": "Post Id",
    "format": "string"
  },
  "shortcode": {
    "label": "Shortcode",
    "format": "string"
  },
  "post_url": {
    "label": "Post Url",
    "format": "string"
  },
  "post_type": {
    "label": "Post Type",
    "format": "string"
  },
  "product_type": {
    "label": "Product Type",
    "format": "string"
  },
  "media_type": {
    "label": "Media Type",
    "format": "integer"
  },
  "owner_id": {
    "label": "Owner Id",
    "format": "string"
  },
  "owner_username": {
    "label": "Owner Username",
    "format": "string"
  },
  "owner_name": {
    "label": "Owner Name",
    "format": "string"
  },
  "owner_url": {
    "label": "Owner Url",
    "format": "string"
  },
  "owner_verified": {
    "label": "Owner Verified",
    "format": "boolean"
  },
  "owner_avatar": {
    "label": "Owner Avatar",
    "format": "string"
  },
  "caption": {
    "label": "Caption",
    "format": "string"
  },
  "caption_translation": {
    "label": "Caption Translation",
    "format": "string"
  },
  "caption_created_at": {
    "label": "Caption Created At",
    "format": "string"
  },
  "caption_edited": {
    "label": "Caption Edited",
    "format": "boolean"
  },
  "alt_text": {
    "label": "Alt Text",
    "format": "string"
  },
  "hashtags": {
    "label": "Hashtags",
    "format": "array"
  },
  "mentions": {
    "label": "Mentions",
    "format": "array"
  },
  "published_at": {
    "label": "Published At",
    "format": "string"
  },
  "like_count": {
    "label": "Like Count",
    "format": "integer"
  },
  "comment_count": {
    "label": "Comment Count",
    "format": "integer"
  },
  "view_count": {
    "label": "View Count",
    "format": "integer"
  },
  "counts_hidden": {
    "label": "Counts Hidden",
    "format": "boolean"
  },
  "width": {
    "label": "Width",
    "format": "integer"
  },
  "height": {
    "label": "Height",
    "format": "integer"
  },
  "cover_url": {
    "label": "Cover Url",
    "format": "string"
  },
  "media_count": {
    "label": "Media Count",
    "format": "integer"
  },
  "image_count": {
    "label": "Image Count",
    "format": "integer"
  },
  "video_count": {
    "label": "Video Count",
    "format": "integer"
  },
  "is_carousel": {
    "label": "Is Carousel",
    "format": "boolean"
  },
  "has_video": {
    "label": "Has Video",
    "format": "boolean"
  },
  "has_audio": {
    "label": "Has Audio",
    "format": "boolean"
  },
  "location_id": {
    "label": "Location Id",
    "format": "string"
  },
  "location_name": {
    "label": "Location Name",
    "format": "string"
  },
  "location_lat": {
    "label": "Location Lat",
    "format": "number"
  },
  "location_lng": {
    "label": "Location Lng",
    "format": "number"
  },
  "location_address": {
    "label": "Location Address",
    "format": "string"
  },
  "location_city": {
    "label": "Location City",
    "format": "string"
  },
  "tagged_users": {
    "label": "Tagged Users",
    "format": "array"
  },
  "coauthors": {
    "label": "Coauthors",
    "format": "array"
  },
  "is_pinned": {
    "label": "Is Pinned",
    "format": "boolean"
  },
  "is_branded": {
    "label": "Is Branded",
    "format": "boolean"
  },
  "audio_type": {
    "label": "Audio Type",
    "format": "string"
  },
  "audio_title": {
    "label": "Audio Title",
    "format": "string"
  },
  "artist_name": {
    "label": "Artist Name",
    "format": "string"
  },
  "audio_id": {
    "label": "Audio Id",
    "format": "string"
  },
  "canonical_id": {
    "label": "Canonical Id",
    "format": "string"
  },
  "audio_ms": {
    "label": "Audio Ms",
    "format": "integer"
  },
  "artwork_url": {
    "label": "Artwork Url",
    "format": "string"
  },
  "sound_owner": {
    "label": "Sound Owner",
    "format": "string"
  },
  "audio_reusable": {
    "label": "Audio Reusable",
    "format": "boolean"
  },
  "audio_trending": {
    "label": "Audio Trending",
    "format": "boolean"
  },
  "mashup_count": {
    "label": "Mashup Count",
    "format": "integer"
  },
  "media_items": {
    "label": "Media Items",
    "format": "array"
  },
  "processor": {
    "label": "Processor",
    "format": "string"
  },
  "processed_at": {
    "label": "Processed At",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Instagram Explore Post](https://apify.com/truefetch/instagram-explore-post.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/truefetch/instagram-explore-post.md) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

This Task's input is already configured above. Use it as-is rather than inventing a new one.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/truefetch/instagram-explore-post.md

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).
