Musixmatch Scraper

ENDPOINTS
GET/artists/details

Artist Details

Get an artist profile: photo, country, formed date, genres, aliases, socials, tour links and external IDs.

QUERY PARAMS

Musixmatch artist ID, artist name as it appears in musixmatch.com URLs, or any musixmatch.com artist URL.

Examples:

  • Name: Taylor-Swift
  • URL: https://www.musixmatch.com/artist/Taylor-Swift
  • ID: 259675
{
  "artist": {
    "id": 259675,
    "name": "Taylor Swift",
    "link": "https://www.musixmatch.com/artist/Taylor-Swift",
    "vanity_id": "Taylor-Swift",
    "image": "http://r.mxmcdn.net/static.musixmatch.com/images-storage/mxmimages/2/5/3/4/3/1/54134352_8.jpg?w=800&h=800&scale=both&mode=crop&anchor=center",
    "comment": null,
    "country": "US",
    "formed_date": "1989",
    "disbanded_date": null,
    "aliases": [
      "テイラー・スウィフト",
      "泰勒·史薇芙特",
      "Taylor Alison Swift",
      "fu ci",
      "da Z",
      "Taylor Swift",
      "Lew"
    ],
    "name_translations": [
      {
        "language": "ja",
        "name": "テイラー・スウィフト"
      }
    ],
    "genres": [
      {
        "id": 6,
        "name": "Country",
        "full_name": "Country",
        "is_primary": true
      },
      {
        "id": 14,
        "name": "Pop",
        "full_name": "Pop",
        "is_primary": true
      },
      {
        "id": 1042,
        "name": "Traditional Country",
        "full_name": "Country / Traditional Country",
        "is_primary": true
      }
    ],
    "is_verified": null,
    "is_restricted": false,
    "popularity": 23,
    "favorites_count": 0,
    "credited_artists": [],
    "external_links": {
      "website": "http://www.taylorswift.com",
      "twitter": "https://twitter.com/taylorswift13",
      "instagram": "https://instagram.com/taylorswift",
      "facebook": "https://facebook.com/taylorswift",
      "tiktok": "https://tiktok.com/@taylorswift",
      "youtube": "http://youtube.com/@taylorswift",
      "bandsintown": "https://www.bandsintown.com/a/157",
      "ticketmaster": null,
      "tour": null,
      "merchandise": null
    },
    "external_ids": {
      "spotify_ids": [
        "06HL4z0CvFAxyc27GXpf02",
        "3z2P5DW0J7Pceqe8miT2tT"
      ],
      "itunes_ids": [
        "159260351"
      ],
      "seven_digital_ids": [
        "1018559",
        "10288636",
        "10288649",
        "10288650",
        "11087787",
        "11274114",
        "11274126",
        "11274127",
        "11371388",
        "13411890",
        "15618524",
        "16017688",
        "16573557",
        "20947720",
        "21296940",
        "253545",
        "2895500"
      ],
      "musicbrainz_id": "20244d07-534f-4eff-b4d4-930878889970"
    },
    "updated_at": "2024-03-07T04:07:57Z"
  }
}