# Username Exposure Review Across 400+ Sites

**Use case:** 

Review every platform where your own username exists, with long timeouts so slow niche sites are covered. For a thorough personal footprint review.

## Input

```json
{
  "usernames": [
    "benjaminfloresv"
  ],
  "includeNsfw": false,
  "siteList": [],
  "timeout": 120,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "username": {
    "label": "Username",
    "format": "string"
  },
  "site": {
    "label": "Site",
    "format": "string"
  },
  "site_domain": {
    "label": "Domain",
    "format": "string"
  },
  "url": {
    "label": "Profile URL",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "categories": {
    "label": "Categories",
    "format": "array"
  },
  "is_nsfw": {
    "label": "NSFW",
    "format": "boolean"
  },
  "response_time_s": {
    "label": "Response Time (s)",
    "format": "number"
  },
  "extraction_date": {
    "label": "Date",
    "format": "string"
  },
  "extraction_datetime": {
    "label": "Datetime (UTC)",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Sherlock Username Recon](https://apify.com/datacach/userrecon) with a specific input configuration. Visit the [Actor detail page](https://apify.com/datacach/userrecon) to learn more, explore other use cases, and run it yourself.