# Real Estate Influencers On TikTok With Real Audiences

**Use case:** 

Which house tour creators get real buyer inquiries in comments? Spot real estate influencers on TikTok with authentic human audiences.

## Input

```json
{
  "queries": [
    "real estate",
    "property",
    "realtor"
  ],
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  },
  "requestsPerMinute": 60,
  "maxUnits": 50
}
```

## Output

```json
{
  "whatIFound": {
    "label": "whatIFound",
    "format": "string"
  },
  "uniqueId": {
    "label": "TikTok Handle",
    "format": "string"
  },
  "nickname": {
    "label": "Nickname",
    "format": "string"
  },
  "followerCount": {
    "label": "Follower Count",
    "format": "integer"
  },
  "heartCount": {
    "label": "Total Likes Count",
    "format": "integer"
  },
  "videoCount": {
    "label": "Video Count",
    "format": "integer"
  },
  "scrapedAt": {
    "label": "Scraped Timestamp",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Find TikTok Influencers For Your Brand](https://apify.com/reapx/tiktok-creator-discovery) with a specific input configuration. Visit the [Actor detail page](https://apify.com/reapx/tiktok-creator-discovery) to learn more, explore other use cases, and run it yourself.