Get social audience metrics for an artist on a specific music or social platform.
Name
get_artist_platform_social_audience
Schema
Properties
| Name |
Description |
Example |
|
artistId
|
Unique identifier of the artist
|
11e81bcc-9c1c-ce38-b96b-a0369fe50396
|
|
platform
|
Platform used to retrieve audience metrics for the artist. Use the list_artist_social_platforms tool to retrieve available platform.
|
spotify
|
|
startDate
|
Optional Start date (inclusive) in ISO format YYYY-MM-DD
|
2026-01-01
|
|
endDate
|
Optional end date (inclusive) in ISO format YYYY-MM-DD. Defaults to the current date when omitted.
|
2026-02-01
|
|
limit
|
Maximum number of artists to return (default 10, max 500)
|
|
|
offset
|
Number of artists to skip before starting to return results. Used for offset-based pagination.
|
|
Required