Resident Advisor Scraper - Events & Lineups
Pricing
from $2.50 / 1,000 results
Resident Advisor Scraper - Events & Lineups
RA.co events scraper & API alternative: export Resident Advisor DJ lineups, venues, promoters & dates to CSV/JSON. Scrape ra.co without login or API key.
Pricing
from $2.50 / 1,000 results
Rating
5.0
(1)
Developer
Logiover
Maintained by CommunityActor stats
1
Bookmarked
6
Total users
2
Monthly active users
3.6 hours
Issues response
22 minutes ago
Last modified
Categories
Share
Resident Advisor Scraper — RA.co Electronic Music Events, Lineups & Promoters (No API / No login)
Scrape electronic-music events and club nights from Resident Advisor (ra.co) — the world's go-to listing for techno, house and underground dance events across 100+ cities. Pick your cities (by name or RA area ID) and a date range, and get one clean row per event with event title, date & set times, venue, full DJ lineup, promoter, attending count, ticket flag and flyer image. The Actor talks to RA's own public events feed the same way the ra.co site does — fast, no browser, no API key, no login.
🏆 Why this Resident Advisor scraper?
20+ fields per event · thousands of events per city · direct HTTP + JSON (no browser, no Selenium) · residential-proxy ready · export to JSON / CSV / Excel. The unofficial Resident Advisor API alternative for event discovery, nightlife research, artist tour tracking and promoter lead generation.
✨ What this Actor does / Key features
- 🎧 Scrape ra.co by city — London, Berlin, Amsterdam, Paris, New York, Tokyo, Sydney and 100+ more, resolved live against RA's own area index.
- 🌍 City name OR area ID — pass a plain name (
"berlin"), a"City, Country"hint for ambiguous names ("valencia, spain"), or a raw RA numeric area ID ("8","13"). - 📅 Any date window — tonight, this weekend, the next 90 days or a custom range via
dateFrom/dateTo. - 🎚️ Full DJ line-ups — every artist on the bill, delivered as both a
lineupstring and anartistsarray. - 📣 Promoter lead data — the promoter(s) behind each party as
promoter(string) andpromoters(array) — booking & sponsorship gold. - 🏛️ Venue + location — venue name, RA venue page URL,
venueLivestatus, city, country and RAareaId. - 📊 Audience signal —
attendingandinterestedCountper event to gauge demand and hype. - 🎟️ Tickets & artwork — ticketed flag plus the full-resolution flyer
imageURL. - ⚡ Direct HTTP + JSON extraction — reads RA's public events feed; no headless browser, no DOM walking, no login token.
- 🛡️ Proxy support — Apify Proxy integration; Residential is recommended and is the default for the highest success rate.
🚀 Quick start (3 steps)
- Configure — add one or more cities to
areas(e.g.berlin,london) and, if you like, set adateFrom/dateTowindow. Everything else has sensible defaults. - Run — click Start. The Actor paginates each city's listing and streams events into your dataset.
- Get your data — open the Output tab and export to JSON, CSV, Excel, HTML or XML, or pull it via the Apify API.
📥 Input
Give the Actor at least one city in areas (or one URL in searchUrls). Everything else is optional.
Example — this month's events in Berlin, London & Amsterdam
{"areas": ["berlin", "london", "amsterdam"],"dateFrom": "2026-07-01","dateTo": "2026-07-31","maxResults": 500,"sortOrder": "ASCENDING","proxyConfiguration": { "useApifyProxy": true, "apifyProxyGroups": ["RESIDENTIAL"] }}
Example — promoter lead list for a single city (by area ID)
{"areas": ["13"],"dateFrom": "2026-07-06","dateTo": "2026-09-30","maxResultsPerArea": 1000,"sortOrder": "ASCENDING"}
Example — scrape a city not recognized by name (via URL)
{"searchUrls": ["https://ra.co/events/it/milan"],"maxResults": 300}
| Field | Type | Description |
|---|---|---|
areas | array | Cities by name ("london", "berlin", "new york"), a "City, Country" hint for ambiguous names ("valencia, spain"), or a raw RA area ID ("8" = New York City, "13" = London). Resolved live against RA's area index. |
searchUrls | array | RA event-listing URLs copied from the site (e.g. https://ra.co/events/uk/london, https://ra.co/events/de/berlin). City is resolved from the URL automatically — use this if your city isn't recognized by name. |
dateFrom | string | YYYY-MM-DD — only include events on or after this date. Empty = today. |
dateTo | string | YYYY-MM-DD — only include events on or before this date. Empty = the next 90 days. |
maxResults | integer | Total event cap across all cities. 0 = no limit (a busy city over a wide window can return thousands). |
maxResultsPerArea | integer | Per-city event cap. 0 = no per-city cap. |
sortOrder | string | ASCENDING (soonest first) or DESCENDING (latest first). |
useProxy | boolean | Route requests through Apify Proxy. Residential recommended and default. |
proxyConfiguration | object | Apify Proxy settings. Residential gives the highest success rate against ra.co. |
maxConcurrency | integer | How many cities/areas to process in parallel (1–10). |
Finding a city's area ID: not sure of the numeric ID? Just paste the city's events URL into
searchUrls, e.g.https://ra.co/events/it/milan— the Actor reads the area straight from the page. Common IDs include8(New York City) and13(London).
📤 Output
One row per event — 20+ fields, exportable to JSON, CSV, Excel, HTML or XML. Here is a trimmed sample record:
{"id": "2457415","title": "Half Fridays Sunset Party","url": "https://ra.co/events/2457415","date": "2026-07-11","startTime": "2026-07-11T16:00:00.000","endTime": "2026-07-11T22:00:00.000","venueName": "Mr. Purple","venueUrl": "https://ra.co/clubs/112143","venueLive": "true","city": "New York City","areaId": "8","country": "United States of America","countryCode": "US","lineup": "DJ One, DJ Two","artists": ["DJ One", "DJ Two"],"promoter": "alibi, Congregation","promoters": ["alibi", "Congregation"],"attending": 8,"interestedCount": 8,"isTicketed": true,"image": "https://images.ra.co/47b27fd461153046356d5b4c1e8c91c2166b90d7.jpg","scrapedAt": "2026-07-06T12:00:00.000Z"}
💡 Use cases
- Event discovery & gig-finder apps — power a "what's on tonight" feed with live electronic-music events by city and date.
- Nightlife & music-industry research — analyse event volume, ticketed share and audience interest across markets.
- Artist & DJ tour tracking — follow where artists appear in line-ups and which bills are trending across cities.
- Promoter & venue lead generation — build a list of active promoters and clubs in any market for booking and sponsorship outreach.
- Ticketing & demand monitoring — re-run on a schedule and watch
attending/interestedCountclimb toward each date. - Music journalism & newsletters — auto-build weekly city round-ups of the best parties straight from scraped ra.co events.
👥 Who uses it
Event aggregators & ticketing platforms · DJ booking & talent agencies · promoters, clubs & festival teams · music journalists & newsletter writers · nightlife market researchers & data analysts · lead-gen agencies building promoter/venue contact lists.
💰 Pricing
This Actor runs on a simple pay-per-result model — you pay for the events you extract, with no separate Apify platform fees to calculate. Try it on the free tier first, then scale up. See the Pricing tab on this page for the current rate.
❓ Frequently Asked Questions
Is it legal to scrape Resident Advisor? The Actor collects only publicly available event information from ra.co. You are responsible for using the data in compliance with Resident Advisor's terms and applicable laws such as GDPR.
Does Resident Advisor have a public API? RA does not offer an open public API key for events, so this Actor reads RA's own public events feed instead — the same data the ra.co website loads — giving you structured electronic-music events data with no API key.
Do I need an API key or a login? No. There is no Resident Advisor account, login or API key required — only an Apify account.
Do I need a proxy? Residential Apify Proxy gives the highest success rate and lets you scale across many cities without rate-limit hiccups. It is recommended and is the default. Datacenter proxies are more likely to be throttled.
How much data can I get?
Thousands of events per city — pagination is fully handled. A busy city over a wide date range returns a lot, so use maxResults and maxResultsPerArea to cap volume and cost, and dateFrom / dateTo to focus the window.
Which cities are supported?
Every city Resident Advisor lists. 100+ major cities are recognized by name out of the box (London, Berlin, Amsterdam, Paris, New York, LA, Tokyo, Sydney and many more). For any other city, add a "City, Country" hint, paste its ra.co/events/... URL into searchUrls, or pass its numeric area ID.
Is this a Resident Advisor / ra.co API alternative?
Yes. RA has no open public events API, so this Actor works as an unofficial Resident Advisor API alternative — it reads RA's public events feed the same way the ra.co site does and returns structured event data with no API key.
Can I scrape ra.co without an API or login?
Yes. No Resident Advisor account, login or API key is needed — only an Apify account. The Actor pulls publicly available event listings over direct HTTP, no headless browser.
How do I export Resident Advisor events to CSV or JSON?
Run the Actor for your cities and date range, then export the resulting dataset as CSV, JSON, Excel, HTML or XML from the Apify console or via the Apify API.
How do I get this weekend's electronic music events in a city?
Add the city to areas and set dateFrom / dateTo to your weekend dates. The Actor returns every ra.co event with venue, full DJ lineup and promoter, ready to export to CSV.
How do I build a promoter lead list from Resident Advisor?
Every event row includes the promoter(s) behind the party in promoter / promoters, so scraping a city and date range gives you a ready list of active promoters and venues for booking and sponsorship outreach.
🔗 More data scrapers by logiover
Building an events, music or entertainment dataset? Pair Resident Advisor with the rest of the logiover suite:
| Category | Actor |
|---|---|
| 🎟️ Events | Meetup Scraper · Luma Event Scraper · Luma Scraper · Eventbrite Scraper |
| 🎵 Music | Discogs Scraper · Apple Podcasts Episode Scraper |
| 🎬 Entertainment | IMDb Scraper · TVmaze Scraper · Letterboxd Film Review Scraper · Twitch Scraper |
| 📺 Video & social | YouTube Channel Scraper · Reddit Search Scraper |
👉 Browse all logiover scrapers on Apify Store — 180+ actors across real estate, jobs, crypto, social media & B2B data.
⏰ Scheduling & integration
Schedule this Actor on Apify to keep an events feed fresh — run nightly or weekly to track what's on across your cities. Export results to JSON, CSV or Excel, sync to Google Sheets, or push to your database, BI tools and webhooks through the Apify API. Connect it to Make, n8n or Zapier to build automated event-discovery and lead-gen pipelines.
⭐ Support & feedback
Found a bug or need an extra field? Open an issue on the Issues tab — response is usually fast. If this Actor saves you time, a ★★★★★ review on the Store page genuinely helps and is hugely appreciated. 🙏
⚖️ Legal
This Actor extracts only publicly available data and is intended for legitimate research, analytics and lead-generation use. You are responsible for complying with Resident Advisor's terms of service, GDPR and any applicable local laws.
📝 Changelog
2026-07-06
- ✨ README overhaul: richer output sample, ready-to-run example scenarios, cross-suite links, and clearer quick-start.
2026-07-01
- Maintenance pass: re-verified end-to-end on live data and confirmed successful runs within the 5-minute quality window on the default input.
- Sharpened Store metadata (SEO title & description) and expanded the FAQ with high-intent, long-tail questions for easier discovery in Google and Apify Store search.
- Added ready-to-run example tasks that cover common real-world use cases.
2026-06-15
- Reliability pass: re-verified end-to-end on live data with real-world inputs. Routine maintenance build.
2026-06-07
- Docs: added coverage for ra.co API alternative, Resident Advisor data export to CSV/JSON, and scraping ra.co without login for DJ line-ups.