Get the geographic breakdown of an artist's social audience by city and country on a specific platform.
Name
get_artist_local_audience
Schema
Properties
| Name |
Description |
Example |
|
artistId
|
Unique identifier of the artist
|
11e81bcc-9c1c-ce38-b96b-a0369fe50396
|
|
platform
|
Platform used to retrieve the local audience. Use the list_artist_social_platforms tool to retrieve available platforms.
|
instagram
|
|
startDate
|
Optional start date (inclusive) in ISO format YYYY-MM-DD. Defaults to 30 days before today if omitted.
|
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 results to return
|
|
|
offset
|
Number of results to skip before starting to return results. Used for offset-based pagination.
|
|
Required