Resident Advisor avatar
Resident Advisor

Pricing

$5.00/month + usage

Go to Apify Store
Resident Advisor

Resident Advisor

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

Pricing

$5.00/month + usage

Rating

0.0

(0)

Developer

Giles Greenway

Giles Greenway

Maintained by Community

Actor stats

6

Bookmarked

86

Total users

5

Monthly active users

a year ago

Last modified

Categories

Share

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.