# Compare National Geographic and NASA Instagram posts

**Use case:** 

Collect public profile and recent post rows from two high-signal public accounts.

## Input

```json
{
  "profileUrlsOrHandles": [
    "natgeo",
    "nasa"
  ],
  "maxPostsPerProfile": 4,
  "includeReels": true,
  "maxConcurrency": 1,
  "maxProfiles": 2,
  "includePosts": true,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "input": {
    "label": "Input",
    "format": "string"
  },
  "profileUrl": {
    "label": "Profile URL",
    "format": "string"
  },
  "username": {
    "label": "Username",
    "format": "string"
  },
  "fullName": {
    "label": "Full name",
    "format": "string"
  },
  "biography": {
    "label": "Bio",
    "format": "string"
  },
  "externalUrl": {
    "label": "External URL",
    "format": "string"
  },
  "isVerified": {
    "label": "Verified",
    "format": "boolean"
  },
  "isPrivate": {
    "label": "Private",
    "format": "boolean"
  },
  "followersCount": {
    "label": "Followers",
    "format": "integer"
  },
  "followingCount": {
    "label": "Following",
    "format": "integer"
  },
  "postsCount": {
    "label": "Posts",
    "format": "integer"
  },
  "profilePicUrl": {
    "label": "Profile picture",
    "format": "string"
  },
  "postId": {
    "label": "Post ID",
    "format": "string"
  },
  "shortCode": {
    "label": "Short code",
    "format": "string"
  },
  "postUrl": {
    "label": "Post URL",
    "format": "string"
  },
  "type": {
    "label": "Type",
    "format": "string"
  },
  "caption": {
    "label": "Caption",
    "format": "string"
  },
  "hashtags": {
    "label": "Hashtags",
    "format": "array"
  },
  "mentions": {
    "label": "Mentions",
    "format": "array"
  },
  "timestamp": {
    "label": "Posted at",
    "format": "string"
  },
  "likesCount": {
    "label": "Likes",
    "format": "integer"
  },
  "commentsCount": {
    "label": "Comments",
    "format": "integer"
  },
  "videoViewCount": {
    "label": "Video views",
    "format": "integer"
  },
  "thumbnailUrl": {
    "label": "Thumbnail",
    "format": "string"
  },
  "imageUrls": {
    "label": "Image URLs",
    "format": "array"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Instagram Profile & Posts Scraper](https://apify.com/fetch_cat/instagram-profile-posts-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/fetch_cat/instagram-profile-posts-scraper) to learn more, explore other use cases, and run it yourself.