Concert & Live Events Scraper - Tour Dates avatar

Concert & Live Events Scraper - Tour Dates

Pricing

from $4.00 / 1,000 results

Go to Apify Store
Concert & Live Events Scraper - Tour Dates

Concert & Live Events Scraper - Tour Dates

Track concerts & tour dates for any artist via Songkick — event name, ISO date/time, venue, city, country, coordinates, genres, festival flag, status & ticket link. Upcoming or past shows, date filters, dedup, clean flat rows. Build tour calendars. Export CSV/JSON/Excel.

Pricing

from $4.00 / 1,000 results

Rating

0.0

(0)

Developer

Flash Scrape

Flash Scrape

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

This concert scraper turns any artist into a clean list of tour dates — one flat row per show with the artist, event name, ISO date/time, venue, city, region, country, coordinates, genres, festival flag, status, and ticket + Songkick links. Give it one or more artist names; get their upcoming (or past) concerts. Export to CSV, JSON, or Excel.

Built for promoters, ticketing affiliates, fan-site and newsletter builders, and music researchers who want a spreadsheet of tour dates — not a nested scrape. Powered by crawlergang/songkick-scraper; public event data only, no login.


How to scrape concerts

  1. Enter one or more artist names (e.g. Coldplay, Taylor Swift) — or paste Songkick artist URLs.
  2. Choose upcoming shows or the full past gigography, and optionally a date range.
  3. The scraper fetches each artist's concerts, cleans them (ISO dates, composed venue address, coordinates), dedupes by event, and sorts soonest-first.
  4. You get a clean table to download as CSV, JSON, or Excel — or pull via API.

What data you get

Every row is one concert:

  • Artist and event name.
  • Date & timeeventDate, eventTime, and a combined startTime.
  • Venue, city, region, country — plus a composed address and latitude/longitude.
  • Genres — the artist's genre tags.
  • Festival flag and event statusisFestival, eventStatus (e.g. scheduled).
  • Ticket link and Songkick URL.

Input

FieldTypeDescription
artistNamesarrayArtist / band names, one per line.
concertTypestringcalendar (upcoming) or gigography (past).
dateFromstringOnly events on/after YYYY-MM-DD (optional).
dateTostringOnly events on/before YYYY-MM-DD (optional).
maxItemsintegerMax concerts per artist (1–1000). Default 100.
artistUrlsarraySongkick artist URLs (advanced).

Example input:

{
"artistNames": ["Coldplay", "Radiohead"],
"concertType": "calendar",
"dateFrom": "2026-07-01",
"maxItems": 100
}

JSON output sample

{
"artist": "Coldplay",
"eventName": "Coldplay @ Madison Center for the Arts",
"eventDate": "2026-09-25",
"eventTime": "20:45:00",
"startTime": "2026-09-25T20:45:00",
"venue": "Madison Center for the Arts",
"city": "Phoenix",
"region": "AZ",
"country": "US",
"address": "Phoenix, AZ, US",
"latitude": 33.45,
"longitude": -112.07,
"isFestival": false,
"eventStatus": "scheduled",
"attendanceMode": "in_person",
"genres": ["rock", "pop", "indie_alternative"],
"ticketUrl": "https://www.songkick.com/concerts/43285727-...",
"songkickUrl": "https://www.songkick.com/concerts/43285727-coldplay-at-madison-center-for-the-arts",
"eventId": "43285727"
}

Results render as a clean, sortable table on the Output tab and export to CSV, JSON, or Excel.


Use cases

  • Tour calendars — build a live tour-date page or newsletter for your favorite artists.
  • Ticketing affiliates — surface upcoming shows with ticket links.
  • Promoters & venues — see who's touring where and when.
  • Music research — analyze tour routing, venues, and festival appearances.

Use with AI agents & automation

Run from the Apify MCP server so AI agents can pull tour dates as a tool call, schedule runs via Make, n8n, or Zapier to keep a concert calendar fresh, or sync the dataset to Google Sheets. Clean flat JSON drops into pipelines with no glue code.


Pricing

Pay-per-result — you're charged only for the concerts delivered. Set maxItems to control cost. See the Apify Store page for the current price.


FAQ

How do I search by city instead of artist? This actor is artist-centric — give it artist names and it returns their tour dates. For city/category event discovery, see the Eventbrite scraper in the suite.

Upcoming or past shows? Set concertType to calendar for upcoming or gigography for the full past history.

Do I need a Songkick account? No — it reads public concert data with no login.

Is scraping legal? This collects public event data only. Follow Songkick's terms and local law; use for research/marketing.

Can I export to CSV or Google Sheets? Yes — CSV, JSON, or Excel from the Output tab, or sync to Google Sheets via Make, n8n, or Zapier.


Other Flash Scrape scrapers