Live events
Resident Advisor API
extractr scrapes Resident Advisor directly — the canonical source for electronic-music events. Search the RA catalogue, pull area listings per city, resolve event and ticket detail, and follow DJ, artist, club and promoter profiles, all as flat JSON behind one API key.
- Endpoints
- 10
- Price
- from 1 credit
- Billing
- charged on success only
What you can pull from Resident Advisor
Every endpoint is a single HTTP call with a fixed credit price, metered only on a successful response.
- GET
/ra/areasList areas (cities/regions)
1 credit - GET
/ra/countriesList countries
1 credit - GET
/ra/currenciesList ticketing currencies
1 credit - GET
/ra/event_listingsEvent listings for an area
2 credits - GET
/ra/event_ticketsGet ticket tiers for an event
2 credits - GET
/ra/get_artistGet artist (DJ) profile
2 credits - GET
/ra/get_eventGet event detail
2 credits - GET
/ra/get_venueGet venue (club) detail
2 credits - GET
/ra/popular_venuesPopular venues in an area
2 credits - GET
/ra/searchGlobal search
2 credits
Up and running in one call
Sign up, grab a key, and scrape Resident Advisor from anywhere that can make an HTTP request. Your first 1,000 credits are on us.
curl "https://api.extractr.dev/ra/event_tickets?event_id=1780850" \
-H "x-api-key: ext_live_YOUR_KEY"const res = await fetch("https://api.extractr.dev/ra/event_tickets?event_id=1780850", {
headers: { "x-api-key": process.env.EXTRACTR_API_KEY! },
});
const data = await res.json();What developers build with the Resident Advisor API
Nightlife discovery apps
Build city guides and what's-on feeds from RA area listings — the source clubbers already trust.
DJ & artist tracking
Follow artist profiles and their announced dates so fans and bookers never miss a show.
Event alert bots
Watch events and areas for new announcements, guest-list opens and sell-outs, and push alerts to Slack, Discord or email.
Scene analytics
Analyse programming across clubs and promoters — genres, lineups, price points — over time.
Resident Advisor API FAQ
Is this an official Resident Advisor API?
No. RA does not offer a public developer API — extractr scrapes the public Resident Advisor site and normalises events, venues, artists and ticketing into stable JSON schemas.
What Resident Advisor data can I scrape?
Event search, area (city) listings, full event and ticket detail, and venue, artist and promoter profiles — 10 endpoints in total.
How much does the Resident Advisor API cost?
Each endpoint has a fixed credit price (listed above) charged only on successful responses. New accounts get 1,000 free credits.
Which cities are covered?
Every area Resident Advisor lists — London, Berlin, Amsterdam, New York and the rest of RA's global coverage.
Start scraping Resident Advisor in the next minute
1,000 free credits on signup — no card required. One key works across every extractr provider.