# Bulk Gmail Username Checker

**Use case:** 

Check a submitted list of Gmail username ideas in one run and receive one definitive availability result per valid candidate.

## Input

```json
{
  "targets": [
    "brandname2026",
    "launchteam2026",
    "projectdesk2026"
  ]
}
```

## Output

```json
{
  "input": {
    "label": "Submitted value",
    "format": "string"
  },
  "username": {
    "label": "Username",
    "format": "string"
  },
  "email": {
    "label": "Gmail address",
    "format": "string"
  },
  "availabilityStatus": {
    "label": "Availability status",
    "format": "string"
  },
  "checkedAt": {
    "label": "Checked at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Gmail Username Availability Checker](https://apify.com/maximedupre/gmail-username-checker) with a specific input configuration. Visit the [Actor detail page](https://apify.com/maximedupre/gmail-username-checker) to learn more, explore other use cases, and run it yourself.