# Check social handles before your product launch

**Use case:** 

Check GitHub, Bluesky, YouTube, and X handle availability before you launch. One call, all platforms, no manual checking.

## Input

```json
{
  "usernames": [
    "yourhandle"
  ],
  "platforms": [
    "github",
    "bluesky",
    "youtube",
    "twitter"
  ],
  "monitorMode": false,
  "monitorName": "default"
}
```

## Output

```json
{
  "username": {
    "label": "Username"
  },
  "checked_at": {
    "label": "Checked at"
  },
  "platforms": {
    "label": "Platform results"
  },
  "changed_since_last_run": {
    "label": "Changed"
  }
}
```

## About this Actor

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