# Instagram Fashion Brand Posts Scraper

**Use case:** 

Scrape an Instagram fashion brand's recent posts. Get captions, engagement, media URLs and dates for competitor and campaign monitoring.

## Input

```json
{
  "maxItems": 12,
  "usernames": [
    "zara"
  ],
  "resultsType": "posts",
  "postsLimit": 12,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "type": {
    "label": "Type",
    "format": "text"
  },
  "username": {
    "label": "Username",
    "format": "text"
  },
  "fullName": {
    "label": "Full Name",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "businessContactMethod": {
    "label": "Contact Method",
    "format": "text"
  },
  "businessAddress": {
    "label": "Business Address",
    "format": "text"
  },
  "followersCount": {
    "label": "Followers",
    "format": "number"
  },
  "postsCount": {
    "label": "Posts",
    "format": "number"
  },
  "isVerified": {
    "label": "Verified",
    "format": "boolean"
  },
  "caption": {
    "label": "Caption",
    "format": "text"
  },
  "likesCount": {
    "label": "Likes",
    "format": "number"
  },
  "commentsCount": {
    "label": "Comments",
    "format": "number"
  },
  "takenAt": {
    "label": "Taken At",
    "format": "date"
  },
  "observedAt": {
    "label": "Scraped",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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