Schema

{
    "type": "string",
    "object": {
        "top": {
            "mentions": [
                {
                    "code": "string",
                    "weight": 0
                }
            ],
            "hashtags": [
                {
                    "code": "string",
                    "weight": 0
                }
            ],
            "posts": [
                {
                    "likeCount": 0,
                    "commentCount": 0,
                    "date": "2024-05-18T09:21:08+00:00",
                    "imageUrl": "string",
                    "url": "string",
                    "text": "string",
                    "mentions": [
                        "string"
                    ]
                }
            ],
            "reels": [
                {
                    "date": "2024-05-18T09:21:08+00:00",
                    "url": "string",
                    "text": "string",
                    "likeCount": 0,
                    "commentCount": 0,
                    "playCount": 0,
                    "mentions": [
                        "string"
                    ]
                }
            ]
        },
        "audience": {
            "stats": {
                "followerCount": 0,
                "postCount": 0,
                "viewCount": 0,
                "engagementCount": 0,
                "averageLikesPerPost": 0,
                "averageCommentsPerPost": 0,
                "averageViewsPerPost": 0,
                "engagementRate": 0,
                "averageReelsPlays": 0
            },
            "audienceLike": {
                "genders": [
                    {
                        "code": "string",
                        "weight": 0
                    }
                ],
                "ages": [
                    {
                        "code": "string",
                        "weight": 0
                    }
                ],
                "gendersPerAge": [
                    {
                        "code": "string",
                        "maleWeight": 0,
                        "femaleWeight": 0
                    }
                ],
                "ethnicities": [
                    {
                        "code": "string",
                        "weight": 0
                    }
                ],
                "languages": [
                    {
                        "code": "string",
                        "weight": 0
                    }
                ],
                "countries": [
                    {
                        "weight": 0,
                        "countryName": "string",
                        "countryCode": "string"
                    }
                ],
                "cities": [
                    {
                        "weight": 0,
                        "countryName": "string",
                        "countryCode": "string",
                        "region": "string",
                        "cityName": "string"
                    }
                ],
                "notableUsers": [
                    {
                        "username": "string",
                        "fullName": "string",
                        "followerCount": 0,
                        "engagementCount": 0,
                        "url": "string",
                        "imageUrl": "string",
                        "countryCode": "string",
                        "countryName": "string"
                    }
                ],
                "types": [
                    {
                        "code": "string",
                        "weight": 0
                    }
                ],
                "credibility": 0,
                "credibilityClass": "string",
                "reachabilities": [
                    {
                        "code": "string",
                        "weight": 0
                    }
                ],
                "notableUsersRatio": 0,
                "lookalikes": [
                    {
                        "username": "string",
                        "fullName": "string",
                        "followerCount": 0,
                        "engagementCount": 0,
                        "url": "string",
                        "imageUrl": "string",
                        "countryCode": "string",
                        "countryName": "string",
                        "score": 0
                    }
                ],
                "interests": [
                    {
                        "name": "string",
                        "weight": 0,
                        "affinity": 0
                    }
                ],
                "brandAffinities": [
                    {
                        "name": "string",
                        "weight": 0,
                        "affinity": 0
                    }
                ]
            },
            "audienceFollower": {
                "genders": [
                    {
                        "code": "string",
                        "weight": 0
                    }
                ],
                "ages": [
                    {
                        "code": "string",
                        "weight": 0
                    }
                ],
                "gendersPerAge": [
                    {
                        "code": "string",
                        "maleWeight": 0,
                        "femaleWeight": 0
                    }
                ],
                "ethnicities": [
                    {
                        "code": "string",
                        "weight": 0
                    }
                ],
                "languages": [
                    {
                        "code": "string",
                        "weight": 0
                    }
                ],
                "countries": [
                    {
                        "weight": 0,
                        "countryName": "string",
                        "countryCode": "string"
                    }
                ],
                "cities": [
                    {
                        "weight": 0,
                        "countryName": "string",
                        "countryCode": "string",
                        "region": "string",
                        "cityName": "string"
                    }
                ],
                "notableUsers": [
                    {
                        "username": "string",
                        "fullName": "string",
                        "followerCount": 0,
                        "engagementCount": 0,
                        "url": "string",
                        "imageUrl": "string",
                        "countryCode": "string",
                        "countryName": "string"
                    }
                ],
                "types": [
                    {
                        "code": "string",
                        "weight": 0
                    }
                ],
                "credibility": 0,
                "credibilityClass": "string",
                "reachabilities": [
                    {
                        "code": "string",
                        "weight": 0
                    }
                ],
                "notableUsersRatio": 0,
                "lookalikes": [
                    {
                        "username": "string",
                        "fullName": "string",
                        "followerCount": 0,
                        "engagementCount": 0,
                        "url": "string",
                        "imageUrl": "string",
                        "countryCode": "string",
                        "countryName": "string",
                        "score": 0
                    }
                ],
                "interests": [
                    {
                        "name": "string",
                        "weight": 0,
                        "affinity": 0
                    }
                ],
                "brandAffinities": [
                    {
                        "name": "string",
                        "weight": 0,
                        "affinity": 0
                    }
                ]
            },
            "brandsAffinity": [
                "string"
            ],
            "interests": [
                "string"
            ],
            "relevantTags": [
                {
                    "name": "string",
                    "distance": 0,
                    "freq": 0
                }
            ]
        }
    },
    "errors": [
        {
            "key": "string",
            "code": 0,
            "message": "string"
        }
    ]
}