# Gmail Username Deduplication

**Use case:** 

Check equivalent Gmail username forms once per run while normalizing case, dots, and full @gmail.com addresses.

## Input

```json
{
  "targets": [
    "launch.team@gmail.com",
    "launchteam",
    "LAUNCH.TEAM"
  ]
}
```

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