# Get Recent Instagram Posts From a Creator Account

**Use case:** 

Collect a profile's recent own-feed posts, including images, carousels and feed videos, with captions and counters for a content inventory. Covers the account's own feed only, not its Tagged tab. One-profile, one-page preset; unavailable profiles may return no rows while lookup charges still apply.

## Input

```json
{
  "profiles": [
    "natgeo"
  ],
  "mediaType": "posts",
  "resultsLimit": 20,
  "maxPages": 1
}
```

## Output

```json
{
  "display_url": {
    "label": "Preview",
    "format": "string"
  },
  "source_username": {
    "label": "Source profile",
    "format": "string"
  },
  "rank": {
    "label": "Rank",
    "format": "integer"
  },
  "media_type": {
    "label": "Media type",
    "format": "string"
  },
  "product_type": {
    "label": "Product type",
    "format": "string"
  },
  "shortcode": {
    "label": "Shortcode",
    "format": "string"
  },
  "url": {
    "label": "Instagram URL",
    "format": "string"
  },
  "caption": {
    "label": "Caption",
    "format": "string"
  },
  "taken_at": {
    "label": "Published at",
    "format": "string"
  },
  "owner_username": {
    "label": "Owner",
    "format": "string"
  },
  "owner_is_verified": {
    "label": "Verified owner",
    "format": "boolean"
  },
  "like_count": {
    "label": "Likes",
    "format": "integer"
  },
  "comment_count": {
    "label": "Comments",
    "format": "integer"
  },
  "play_count": {
    "label": "Plays",
    "format": "integer"
  },
  "view_count": {
    "label": "Views",
    "format": "integer"
  },
  "share_count": {
    "label": "Shares",
    "format": "integer"
  },
  "duration_seconds": {
    "label": "Duration",
    "format": "number"
  },
  "id": {
    "label": "Media ID",
    "format": "string"
  },
  "video_url": {
    "label": "Video URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Instagram Profile Posts/Reels | $0.5/1K + Page Fees on Starter](https://apify.com/publicsignallabs/instagram-profile-posts-reels.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/publicsignallabs/instagram-profile-posts-reels.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/publicsignallabs/instagram-profile-posts-reels.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`).
