# Gulf Airline Instagram Profiles (UAE & Qatar)

**Use case:** 

Scrape Instagram profiles of leading Gulf airlines from the UAE and Qatar: followers, engagement, posts, and bios. Export to JSON, CSV, or Excel.

## Input

```json
{
  "urls": [
    "https://www.instagram.com/emirates/",
    "https://www.instagram.com/qatarairways/",
    "https://www.instagram.com/etihad/",
    "https://www.instagram.com/flydubai/",
    "https://www.instagram.com/saudia/"
  ]
}
```

## Output

```json
{
  "account": {
    "label": "Account",
    "format": "string"
  },
  "full_name": {
    "label": "Full Name",
    "format": "string"
  },
  "followers": {
    "label": "Followers",
    "format": "integer"
  },
  "following": {
    "label": "Following",
    "format": "integer"
  },
  "posts_count": {
    "label": "Posts Count",
    "format": "integer"
  },
  "avg_engagement": {
    "label": "Average Engagement",
    "format": "number"
  },
  "is_verified": {
    "label": "Verified",
    "format": "boolean"
  },
  "biography": {
    "label": "Biography",
    "format": "string"
  },
  "profile_url": {
    "label": "Profile URL",
    "format": "string"
  }
}
```

## About this Actor

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