# Verify Influencer Presence and Handle Consistency

**Use case:** 

Find all social media handles for a specific influencer to verify their reach and audience consistency. Streamline your influencer marketing research and outrea

## Input

```json
{
  "queries": [
    "mrbeast",
    "lexfridman",
    "hubermanlab"
  ],
  "platforms": [],
  "maxResults": 500
}
```

## 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.