# Track Competitor Social Media Expansion and New Channels

**Use case:** 

Discover which new platforms your competitors are joining to stay ahead of market trends. Monitor their handle reservations to identify their emerging social me

## Input

```json
{
  "queries": [
    "shopify",
    "revolutapp",
    "monzo"
  ],
  "platforms": [],
  "maxResults": 1000
}
```

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