# Username Verification Audit on Approved Sites

**Use case:** 

Verify an authorized subject's username on a pre-approved site list and keep found and not-found results as an audit record. For due diligence teams.

## Input

```json
{
  "username": "johndoe",
  "topSites": 500,
  "sites": "GitHub,Twitter,Instagram,Reddit,LinkedIn",
  "idType": "username",
  "timeout": 60,
  "maxConnections": 50,
  "noRecursion": true,
  "printNotFound": true,
  "proxy": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "username": {
    "label": "Username",
    "format": "text"
  },
  "siteName": {
    "label": "Site",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "profileUrl": {
    "label": "Profile URL",
    "format": "link"
  },
  "siteMainUrl": {
    "label": "Site Main URL",
    "format": "link"
  },
  "httpStatus": {
    "label": "HTTP Status",
    "format": "number"
  },
  "isSimilar": {
    "label": "Is Similar",
    "format": "boolean"
  },
  "alexaRank": {
    "label": "Alexa Rank",
    "format": "number"
  },
  "tags": {
    "label": "Tags",
    "format": "array"
  },
  "fullName": {
    "label": "Full Name",
    "format": "text"
  },
  "bio": {
    "label": "Bio",
    "format": "text"
  },
  "image": {
    "label": "Image",
    "format": "image"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "gender": {
    "label": "Gender",
    "format": "text"
  },
  "extractedIds": {
    "label": "Extracted IDs",
    "format": "object"
  },
  "queryTime": {
    "label": "Query Time",
    "format": "number"
  },
  "idType": {
    "label": "ID Type",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Maigret Username OSINT Search](https://apify.com/datacach/maigret-username-osint) with a specific input configuration. Visit the [Actor detail page](https://apify.com/datacach/maigret-username-osint) to learn more, explore other use cases, and run it yourself.