Resident Advisor

Resident Advisor

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

OTHERApify

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:

1[{
2  "artistName": "KAVARI",
3  "artistId": "102436",
4  "followerCount": 716,
5  "firstName": "Cameron",
6  "lastName": "Winters",
7  "aliases": "EEL BLOOD",
8  "facebook": "https://www.facebook.com/KAVARIMUSIC",
9  "soundcloud": "https://www.soundcloud.com/kavarimusic",
10  "instagram": "https://www.instagram.com/kavari_____",
11  "twitter": "https://www.twitter.com/KAVARI_",
12  "bandcamp": "https://kavarimusic.bandcamp.com",
13  "discogs": null,
14  "website": null,
15  "urlSafeName": "kavari",
16  "pronouns": "She/Her",
17  "blurb": "Cameron Sofia Winters, known professionally as KAVARI...",
18  "artistVenues": [
19    {
20      "venueId": "2587",
21      "venueName": "Corsica Studios"
22    }
23  ],
24  "artistAreas": [
25    {
26      "areaId": "340",
27      "areaName": "Glasgow",
28      "areaUrl": "glasgow",
29      "countryId": "3",
30      "countryUrl": "UK"
31    }
32  ],
33  "relatedArtists": [
34    {
35      "artistId": "124891",
36      "artistName": "Blood of Aza",
37      "url": "/dj/bloodofaza",
38      "followerCount": 104
39    }
40  ],
41  "artistLabels": [
42    {
43      "labelId": "16961",
44      "labelName": "Meld",
45      "followerCount": 3
46    }
47  ],
48  "events": [
49    {
50      "eventId": "1631805",
51      "eventName": "minus one: Hosted by Nitetrax",
52      "attending": 19,
53      "start": "2023-03-09T21:00:00.000",
54      "artists": [
55        {
56          "artistId": "102436",
57          "artistName": "KAVARI",
58          "url": "/dj/kavari"
59        }
60      ],
61      "venueId": "2005",
62      "venueName": "ICA",
63      "areaId": "13",
64      "areaName": "London",
65      "areaUrl": "london",
66      "countryId": "3",
67      "countryUrl": "UK"
68    }
69  ]
70}]

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.

Frequently Asked Questions

Is it legal to scrape job listings or public data?

Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.

Do I need to code to use this scraper?

No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.

What data does it extract?

It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.

Can I scrape multiple pages or filter by location?

Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.

How do I get started?

You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!