Resident Advisor Events Scraper — Lineups & Venues, No Key avatar

Resident Advisor Events Scraper — Lineups & Venues, No Key

Pricing

$4.00 / 1,000 events

Go to Apify Store
Resident Advisor Events Scraper — Lineups & Venues, No Key

Resident Advisor Events Scraper — Lineups & Venues, No Key

Scrape Resident Advisor (ra.co) electronic music events to JSON — no login, no API key. Filter by city/area and date range. Get title, date, venue, area, country, artist lineup, editor's pick & direct links. Pay per event.

Pricing

$4.00 / 1,000 events

Rating

0.0

(0)

Developer

Jaime Martinez

Jaime Martinez

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Categories

Share

Scrape Resident Advisor (ra.co) electronic music events into clean JSON — no login, no API key. Filter by city/area and date range and get structured rows with title, date, start time, venue, area, country, artist lineup, editor's pick, and a direct link.

Built for reliability: hits RA's public event feed directly and is health-monitored daily. Output is structured for event calendars, listings sites, and LLM/RAG pipelines.

⚡ Quick start

Paste this into the Actor's Input (JSON view) and hit Start:

{
"areaId": 13,
"maxEvents": 200
}

areaId 13 = London. Find your city's ID in the ra.co URL (e.g. New York = 8, Berlin = 34, Amsterdam = 20).

Each result row looks like:

{
"id": "2457440",
"title": "MOTION Every Monday",
"date": "2026-07-20",
"startTime": "2026-07-20T23:00:00.000",
"venue": "XOYO",
"venueUrl": "https://ra.co/clubs/33592",
"area": "London",
"country": "United Kingdom",
"artists": ["Fifi", "Aletha"],
"attending": 342,
"editorPick": null,
"url": "https://ra.co/events/2457440"
}

Or run it from the API:

POST https://api.apify.com/v2/acts/jamhimself~resident-advisor-events-scraper/run-sync-get-dataset-items?token=YOUR_APIFY_TOKEN

Input options

FieldTypeDescription
areaIdintegerRA area (city) ID — London 13, New York 8, Berlin 34, Amsterdam 20
dateFromstringEarliest date YYYY-MM-DD (default today)
dateTostringLatest date YYYY-MM-DD (optional)
maxEventsintegerMax events to return (default 200)

Output fields

Every row includes: id, title, date, startTime, endTime, venue, venueUrl, area, country, artists, attending, editorPick, flyer, url.

Use cases

  • Event calendars & listings — sync upcoming club/festival lineups for any city.
  • Artist & venue tracking — monitor where artists are playing and what venues are programming.
  • AI agents & RAG — feed structured event rows into agent pipelines (this Actor is agent-payable).

Cover mainstream events and tickets too: Ticketmaster Events and VividSeats Events.


Found an issue or need another field? Open an issue on this Actor — it's actively maintained and issues get fixed fast. If this Actor saves you time, a ⭐ review helps others find it.