Get the Social Audience Analysis and Statistics for a specific artist.
Full API endpoint documentation at https://api.chartmetric.com/apidoc/#api-Artist-GetSocialAudienceStat
cm artists social-audience [flags]
cm artists social-audience --id=72449 --platform=instagram --audienceType=followers --statsType=demographic --since=2023-12-27
cm artists social-audience --id=231 --platform=youtube --audienceType=commenters --statsType=stat --since=2024-05-21
--id string Chartmetric artist id
--platform string Filter by social platform (aka "domain" in API). Allowed values: 'instagram', 'youtube', 'tiktok'
--audienceType string A specific audience type for a specific platform (refer to API documentation for more info).
--statsType string A specific statistic type for a specific platform (refer to API documentation for more info).
--since string Start date in ISO date format YYYY-MM-DD (default: 180 days ago)
--until string End date in ISO date format YYYY-MM-DD (defaults to today, maximum is 365 days from the since date)
--limit string Maximum number of results to be returned
--offset string Offset of entries to be returned
-h, --help help for social-audience
-d, --debug Display debug output in the console (default: false)
-r, --refresh_token string Chartmetric API Refresh Token to use (overrides config file token; does not save)
-V, --verbose Show additional details only when displaying debug info (default: false)