# Track Coachella Event Promotion Reach via Instagram Tags

**Use case:** 

Scrape posts where Coachella is tagged to measure the organic buzz and user-generated content surrounding the event. Understand audience engagement and identify

## Input

```json
{
  "username": "coachella",
  "maxPosts": 180,
  "cookies": "[{\"name\":\"sessionid\",\"value\":\"your_session_id\",\"domain\":\".instagram.com\",\"path\":\"/\",\"secure\":true,\"httpOnly\":true}]",
  "sessionName": "my_instagram_session",
  "minDelayBetweenRequests": 4,
  "maxDelayBetweenRequests": 8,
  "humanizeBehavior": true
}
```

## Output

```json
{
  "tagged_username": {
    "label": "Tagged username"
  },
  "post_url": {
    "label": "Post url"
  },
  "description": {
    "label": "Description"
  },
  "post_type": {
    "label": "Post type"
  },
  "like_count": {
    "label": "Like count"
  },
  "comment_count": {
    "label": "Comment count"
  },
  "view_count": {
    "label": "View count"
  },
  "pub_date": {
    "label": "Pub date"
  },
  "media_urls": {
    "label": "Media urls"
  },
  "scraped_at": {
    "label": "Scraped at"
  },
  "authorMeta.username": {
    "label": "Username"
  },
  "authorMeta.full_name": {
    "label": "Full name"
  },
  "authorMeta.profile_url": {
    "label": "Profile url"
  },
  "authorMeta.is_verified": {
    "label": "Is verified"
  }
}
```

## About this Actor

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