# Get Full Details for Any Instagram Post

**Use case:** 

Extract complete Instagram post data from any URL — caption, hashtags, mentions, likes, comments, media and location. Verify influencer deliverables.

## Input

```json
{
  "scrapeType": "post",
  "directUrls": [
    "https://www.instagram.com/p/C8Q9m2yRZ0F/"
  ],
  "search": "nasa",
  "searchType": "all",
  "resultsLimit": 100,
  "maxRetries": 6
}
```

## Output

```json
{
  "shortCode": {
    "label": "Short code",
    "format": "array"
  },
  "url": {
    "label": "Url",
    "format": "array"
  },
  "mediaType": {
    "label": "Media type",
    "format": "array"
  },
  "caption": {
    "label": "Caption",
    "format": "array"
  },
  "hashtags": {
    "label": "Hashtags",
    "format": "array"
  },
  "likesCount": {
    "label": "Likes count",
    "format": "array"
  },
  "commentsCount": {
    "label": "Comments count",
    "format": "array"
  },
  "videoViewCount": {
    "label": "Video view count",
    "format": "array"
  },
  "ownerUsername": {
    "label": "Owner username",
    "format": "array"
  },
  "timestamp": {
    "label": "Timestamp",
    "format": "array"
  },
  "displayUrl": {
    "label": "Display url",
    "format": "array"
  },
  "videoUrl": {
    "label": "Video url",
    "format": "array"
  }
}
```

## About this Actor

This example demonstrates how to use [Instagram Scraper API — Profiles, Posts, Followers & Comments](https://apify.com/pro100chok/instagram-scraper-all-in-one) with a specific input configuration. Visit the [Actor detail page](https://apify.com/pro100chok/instagram-scraper-all-in-one) to learn more, explore other use cases, and run it yourself.