# Brand Gmail Name Checker

**Use case:** 

Compare candidate Gmail address names for a brand or project using normalized addresses and definitive availability verdicts.

## Input

```json
{
  "targets": [
    "acmelaunch2026",
    "acmeteam2026",
    "acmeproject2026"
  ]
}
```

## 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.