Resident Advisor avatar
Resident Advisor

Pricing

$5.00/month + usage

Go to Store
Resident Advisor

Resident Advisor

Developed by

Giles Greenway

Giles Greenway

Maintained by Community

Crawl Resident Advisor artists, and obtain details of their events, top venues and locations, followers and social media.

0.0 (0)

Pricing

$5.00/month + usage

5

Total users

35

Monthly users

6

Runs succeeded

>99%

Last modified

9 months ago

Resident Advisor

Crawl Resident Advisor artists, and obtain details of their events, top venues and locations, followers and social media.

Input Fields

  • startURLs: URLs in the form https://ra.co/dj/ARTIST_URL_NAME, eg: https://ra.co/dj/kavari
  • artistDepth: The maximum recursion depth when crawling related artists, defaults to 1, just the given URLs
  • maxArtists: The maximum number of artists to crawl, defaults to 1000

You get nested JSON output for each artist, eg:

[{
"artistName": "KAVARI",
"artistId": "102436",
"followerCount": 716,
"firstName": "Cameron",
"lastName": "Winters",
"aliases": "EEL BLOOD",
"facebook": "https://www.facebook.com/KAVARIMUSIC",
"soundcloud": "https://www.soundcloud.com/kavarimusic",
"instagram": "https://www.instagram.com/kavari_____",
"twitter": "https://www.twitter.com/KAVARI_",
"bandcamp": "https://kavarimusic.bandcamp.com",
"discogs": null,
"website": null,
"urlSafeName": "kavari",
"pronouns": "She/Her",
"blurb": "Cameron Sofia Winters, known professionally as KAVARI...",
"artistVenues": [
{
"venueId": "2587",
"venueName": "Corsica Studios"
}
],
"artistAreas": [
{
"areaId": "340",
"areaName": "Glasgow",
"areaUrl": "glasgow",
"countryId": "3",
"countryUrl": "UK"
}
],
"relatedArtists": [
{
"artistId": "124891",
"artistName": "Blood of Aza",
"url": "/dj/bloodofaza",
"followerCount": 104
}
],
"artistLabels": [
{
"labelId": "16961",
"labelName": "Meld",
"followerCount": 3
}
],
"events": [
{
"eventId": "1631805",
"eventName": "minus one: Hosted by Nitetrax",
"attending": 19,
"start": "2023-03-09T21:00:00.000",
"artists": [
{
"artistId": "102436",
"artistName": "KAVARI",
"url": "/dj/kavari"
}
],
"venueId": "2005",
"venueName": "ICA",
"areaId": "13",
"areaName": "London",
"areaUrl": "london",
"countryId": "3",
"countryUrl": "UK"
}
]
}]

Caveats

  • Some artists will have quite a few events, there will be several POST requests.
  • If you crawl related artists recursively, they may appear in the results in any order.