# Export Instagram creator economy search data

**Use case:** 

Export public Instagram creator economy search data with topic rows, URLs, usernames, hashtags, mentions, and status fields.

## Input

```json
{
  "keywords": [
    "creator economy"
  ],
  "maxItems": 25,
  "maxItemsPerKeyword": 25,
  "maxRetries": 3,
  "locale": "en-US,en;q=0.9",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "SHADER"
    ]
  }
}
```

## Output

```json
{
  "sourceKeyword": {
    "label": "Source keyword",
    "format": "string"
  },
  "queryStatus": {
    "label": "Query status",
    "format": "string"
  },
  "rank": {
    "label": "Rank",
    "format": "integer"
  },
  "resultType": {
    "label": "Result type",
    "format": "string"
  },
  "topicTitle": {
    "label": "Topic title",
    "format": "string"
  },
  "topicSlug": {
    "label": "Topic slug",
    "format": "string"
  },
  "url": {
    "label": "Result URL",
    "format": "string"
  },
  "shortcode": {
    "label": "Shortcode",
    "format": "string"
  },
  "username": {
    "label": "Username",
    "format": "string"
  },
  "captionText": {
    "label": "Caption text",
    "format": "string"
  },
  "hashtags": {
    "label": "Hashtags",
    "format": "array"
  },
  "mentions": {
    "label": "Mentions",
    "format": "array"
  },
  "viewCount": {
    "label": "View count",
    "format": "integer"
  },
  "playCount": {
    "label": "Play count",
    "format": "integer"
  },
  "likeCount": {
    "label": "Like count",
    "format": "integer"
  },
  "commentCount": {
    "label": "Comment count",
    "format": "integer"
  },
  "thumbnailUrls": {
    "label": "Thumbnail URLs",
    "format": "array"
  },
  "sourcePage": {
    "label": "Source page",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

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