Resident Advisor (RA) Scraper avatar

Resident Advisor (RA) Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store
Resident Advisor (RA) Scraper

Resident Advisor (RA) Scraper

Scrape Resident Advisor (ra.co) with upcoming events by city, artist profiles, and venue/club profiles. No auth required.

Pricing

from $3.00 / 1,000 results

Rating

5.0

(4)

Developer

Crawler Bros

Crawler Bros

Maintained by Community

Actor stats

4

Bookmarked

2

Total users

1

Monthly active users

5 days ago

Last modified

Share

Scrape event listings, artist profiles, and venue/club profiles from Resident Advisor — the world's leading platform for electronic music events with 800K+ events across 130+ countries.

What it does

  • Events by city: Get upcoming events for any city worldwide with full details — artists, genres, tickets, venue
  • Artist profile: Get an artist's biography, social links, follower count, and recent/upcoming events
  • Venue profile: Get a club's full profile, address, description, capacity, and recent events

Input

FieldTypeDescriptionExample
modeSelectWhat to scrapeeventsByCity, artistProfile, venueProfile
countryCodeSelectCountry (for events by city)gb, de, us, nl
cityTextCity name sluglondon, berlin, new-york
dateFromTextFetch events from this date (YYYY-MM-DD)2026-06-01
dateToTextFetch events up to this date (YYYY-MM-DD)2026-06-30
artistNameTextArtist slug or nameaphex-twin, bicep, peggy-gou
venueSlugTextVenue name to searchfabric, berghain, xoyo
maxItemsIntegerMax records to return (1–200)20

Mode: eventsByCity

{
"mode": "eventsByCity",
"countryCode": "gb",
"city": "london",
"maxItems": 20
}

Mode: artistProfile

{
"mode": "artistProfile",
"artistName": "aphex-twin",
"maxItems": 10
}

Mode: venueProfile

{
"mode": "venueProfile",
"venueSlug": "fabric",
"maxItems": 20
}

Output

Events by city record

{
"eventId": "2182764",
"title": "GALA'26",
"eventUrl": "https://ra.co/events/2182764",
"date": "2026-05-22",
"startTime": "14:00",
"endTime": "22:30",
"venue": "Peckham Rye Park",
"venueUrl": "https://ra.co/clubs/143848",
"city": "London",
"country": "United Kingdom",
"artists": ["Objekt", "Or:la", "Pariah"],
"genres": ["Techno", "House"],
"isTicketed": true,
"ticketUrl": "https://tickets.ra.co/events/2182764",
"flyerUrl": "https://static.ra.co/images/events/flyers/...",
"recordType": "event",
"scrapedAt": "2026-05-23T10:00:00+00:00"
}

Artist profile record

{
"artistId": "828",
"name": "Aphex Twin",
"artistUrl": "https://ra.co/dj/aphextwin",
"imageUrl": "https://static.ra.co/images/profiles/aphextwin.jpg",
"biography": "Aphex Twin, aka Richard D. James...",
"country": "United Kingdom",
"region": "South + East",
"discogs": "https://www.discogs.com/artist/Aphex+Twin",
"followerCount": 108234,
"upcomingEventsCount": 0,
"upcomingEvents": [...],
"recordType": "artist",
"scrapedAt": "2026-05-23T10:00:00+00:00"
}

Venue profile record

{
"venueId": "237",
"name": "fabric",
"venueUrl": "https://ra.co/clubs/237",
"address": "77a Charterhouse St; Clerkenwell; London EC1M 6HJ; United Kingdom",
"phone": "020 7336 8898",
"website": "http://www.fabriclondon.com",
"description": "fabric is one of London's premier venues...",
"capacity": "1600",
"city": "London",
"country": "United Kingdom",
"followerCount": 38538,
"recentEvents": [...],
"recordType": "venue",
"scrapedAt": "2026-05-23T10:00:00+00:00"
}

Supported Countries

United Kingdom, Germany, United States, Netherlands, France, Australia, Japan, Belgium, Italy, Spain, Portugal, Sweden, Denmark, Norway, Finland, Brazil, Mexico, Canada, South Africa, India, Singapore, Austria, Switzerland, Ireland, Poland, Czech Republic, Hungary, Greece, Romania, Argentina, Colombia, Chile, New Zealand, South Korea, Thailand.

Frequently Asked Questions

Does this require login or cookies?
No. All data is publicly accessible from Resident Advisor's official API without authentication.

How do I find my city slug?
Go to https://ra.co/events and select your city. The URL will show the format: ra.co/events/gb/london. Use london as the city and gb as the country code.

What artist name format should I use?
Use the slug from the RA URL. For https://ra.co/artists/aphex-twin, use aphex-twin. You can also try the artist's full name.

Can I filter events by date range?
Yes. Use dateFrom and dateTo fields in YYYY-MM-DD format.

How many events can I get per run?
Up to 200 events per run. For larger volumes, consider multiple runs with different date ranges.

What if a city returns no results?
Make sure the city slug matches RA's format (e.g., new-york not newyork). Some smaller cities may have few or no upcoming events.

Does this work for all RA regions?
Yes. RA covers 130+ countries. This scraper supports 35 of the most active markets via the country code selector.

Data Source

Data is sourced directly from Resident Advisor's internal GraphQL API which powers their public website. All scraped data is publicly accessible without authentication.