# Brand Handle Squatting Watch, Social and Code

**Use case:** 

Watch social and coding platforms for accounts using your official brand handle. Helps trademark and brand protection teams find squatters early on.

## Input

```json
{
  "username": "acmecorp",
  "topSites": 1000,
  "tags": "social,coding,video",
  "excludeTags": "adult,dating",
  "idType": "username",
  "timeout": 45,
  "maxConnections": 120,
  "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.