# Username Footprint Check on Top 500 Sites

**Use case:** 

Check where your own username exists across the 500 most popular sites. Built for personal digital hygiene: spot forgotten accounts and impersonation.

## Input

```json
{
  "username": "benjaminfloresv",
  "topSites": 500,
  "idType": "username",
  "timeout": 30,
  "maxConnections": 100,
  "noRecursion": false,
  "printNotFound": false,
  "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.