# Bulk check 100 Instagram handles for agency clients

**Use case:** 

Check 100 usernames at once — available/taken + suggestions. Export CSV for client reporting. No login or Instagram account needed.

## Input

```json
{
  "handles": [
    "agencyclient",
    "agencyclient_",
    "agencyclient.official",
    "agencyclient2025",
    "by.agencyclient",
    "heyagencyclient",
    "its.agencyclient",
    "agencyclientapp",
    "theagencyclient",
    "agencyclient.co"
  ]
}
```

## Output

```json
{
  "handle": {
    "label": "Handle",
    "format": "string"
  },
  "available": {
    "label": "Available",
    "format": "string"
  },
  "suggestions": {
    "label": "Suggestions",
    "format": "string"
  },
  "error": {
    "label": "Error",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Instagram Username Availability Checker · Bulk · No Login](https://apify.com/corent1robert/instagram-handle-checker) with a specific input configuration. Visit the [Actor detail page](https://apify.com/corent1robert/instagram-handle-checker) to learn more, explore other use cases, and run it yourself.