# Find Influencer Social Media Profiles by Username

**Use case:** 

Quickly locate all social media profiles for a list of potential influencers or public figures. This helps marketers verify presence, assess reach, and streamli

## Input

```json
{
  "queries": [
    "chiaraferragni",
    "mrbeast",
    "khabib_nurmagomedov",
    "gracebeverley"
  ],
  "maxResults": 100
}
```

## Output

```json
{
  "username": {
    "label": "Username",
    "format": "text"
  },
  "platform": {
    "label": "Platform",
    "format": "text"
  },
  "url": {
    "label": "Profile URL",
    "format": "link"
  },
  "status": {
    "label": "Status",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Social Media Finder](https://apify.com/crawlerbros/social-media-finder) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/social-media-finder) to learn more, explore other use cases, and run it yourself.