# Gmail Handle Availability Monitor

**Use case:** 

Save a shortlist of Gmail handles as a task that can be scheduled for repeated availability checks over time.

## Input

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

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