# Check Instagram username for startup name consistency

**Use case:** 

Verify your startup name is free on Instagram before launch. Check 20–30 variations in one run — export-ready, no login needed.

## Input

```json
{
  "handles": [
    "nextstep",
    "nextstep_",
    "nextstep.io",
    "nextstepapp",
    "nextstep.official",
    "by.nextstep",
    "hey.nextstep",
    "its.nextstep",
    "nextstep.hq",
    "nextstepteam",
    "nextstep.co",
    "nextstep2025",
    "thenextstep",
    "nextstepworld",
    "getnextstep"
  ]
}
```

## Output

```json
{
  "handle": {
    "label": "Handle",
    "format": "string"
  },
  "available": {
    "label": "Available",
    "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.