VOOZH about

URL: https://apify.com/chalkandcheese/songkick-events-scraper

⇱ Songkick Events Scraper - No API Key Required Β· Apify


Pricing

$15.00/month + usage

Go to Apify Store

Songkick Events Scraper

Extract event data from Songkick without API key. Get dates, venues, lineups, and ticket links for events by location, venue, artist, or festival.

Pricing

$15.00/month + usage

Rating

2.0

(1)

Developer

πŸ‘ Chalk & Cheese

Chalk & Cheese

Maintained by Community

Actor stats

2

Bookmarked

25

Total users

4

Monthly active users

18 days ago

Last modified

Share

Extract event data from Songkick β€” a popular concert discovery platform. Get event details as structured JSON.

Features

Scrape events by:

  • LOCATION β€” Amsterdam, Berlin, London, or any Songkick-listed city
  • VENUE β€” Specific venue
  • ARTIST β€” Specific artist

Also supports festivals β€” returns one event with the full lineup.

Use cases

  • Event aggregator apps β€” Build a concert discovery platform with Songkick data
  • Artist tour tracking β€” Monitor when your favorite artists are playing near you
  • Concert analytics β€” Analyze music event trends by city or venue
  • Calendar integrations β€” Sync events to Google Calendar, Notion, or Airtable
  • Notification bots β€” Get alerts when artists announce new shows

Usage

Provide one or more Songkick URLs and the scraper extracts all upcoming events.

Finding URLs

Browse Songkick, choose what you want to scrape (location, artist, venue, festival, etc.). Apply filters if available. Once you have the view you want, copy the URL from your browser and use it as a start URL. The scraper will follow pagination automatically.

Examples:

  • Artist: https://www.songkick.com/artists/8678089-valentina-magaletti
  • Location: https://www.songkick.com/metro-areas/31366-netherlands-amsterdam
  • Venue: https://www.songkick.com/venues/30219-paradiso
  • Festival: https://www.songkick.com/festivals/284498-rewire/id/42909186-rewire-festival-2026

Input

ParameterDescriptionRequiredDefault
startUrlsSongkick URLs to scrape. Any Songkick page with events works.Yesβ€”
maxItemsMaximum events to scrape. Use for testing or limiting output.No0 (no limit)
enforceMaxItemsStrictly enforce maxItems by stopping request generation.Notrue
maxErrorsMaximum errors before stopping.No0 (no limit)
maxDurationMaximum run duration in seconds.No0 (no limit)
downloadDelayDelay between requests in milliseconds.No1500
proxyConfigurationApify proxy settings.Noβ€”

Example input

{
"startUrls":[
{"url":"https://www.songkick.com/metro-areas/31366-netherlands-amsterdam"}
],
"maxItems":50,
"downloadDelay":1500,
"proxyConfiguration":{
"useApifyProxy":true
}
}

Output

Returns structured JSON for each event.

Example output

{
"@context":"http://schema.org",
"@type":"MusicEvent",
"name":"Valentina Magaletti @ Le Guess Who? Festival",
"url":"https://www.songkick.com/festivals/32966-le-guess-who/id/42613296-le-guess-who-2025?utm_medium=organic\u0026utm_source=microformat",
"image":"https://images.sk-static.com/images/media/profile_images/events/42613296/huge_avatar?series_id=32966",
"eventAttendanceMode":"https://schema.org/OfflineEventAttendanceMode",
"location":{
"@type":"Place",
"address":{
"@type":"PostalAddress",
"addressLocality":"Utrecht",
"addressCountry":"Netherlands",
"streetAddress":"Various Locations",
"postalCode":"3523 CB"
},
"name":"Le Guess Who? Festival",
"sameAs":null,
"geo":{
"@type":"GeoCoordinates",
"latitude":52.07702,
"longitude":5.12186
}
},
"eventStatus":"https://schema.org/EventScheduled",
"startDate":"2025-11-06",
"endDate":"2025-11-09",
"performer":[
{
"@type":"MusicGroup",
"name":"Valentina Magaletti",
"genre":[
"folk_blues",
"indie_alternative",
"electronic",
"hip_hop",
"rock",
"metal",
"pop",
"jazz"
],
"sameAs":"https://www.songkick.com/artists/8678089-valentina-magaletti?utm_medium=organic\u0026utm_source=microformat"
}
],
"description":"Valentina Magaletti at Le Guess Who? Festival at 2025-11-06",
"organizer":{
"@type":"Organization",
"name":"Valentina Magaletti",
"url":"https://www.songkick.com/festivals/32966-le-guess-who/id/42613296-le-guess-who-2025?utm_medium=organic\u0026utm_source=microformat"
},
"offers":[
{
"@type":"Offer",
"url":"http://www.songkick.com/festivals/32966-le-guess-who/id/42613296-le-guess-who-2025?utm_medium=organic\u0026utm_source=microformat"
}
]
}

Integrations

Connect Songkick data to other apps using Apify integrations:

  • Google Sheets β€” Export events to spreadsheets
  • Slack/Discord β€” Send notifications for new events
  • Zapier/Make β€” Automate workflows with event data
  • Webhooks β€” Push data to your own API endpoints

Logging

The scraper logs information during execution:

  • INFO: Events found per page, pagination progress
  • WARNING: No events found for a URL
  • ERROR: Invalid URLs, parsing failures

All errors are non-blocking β€” the scraper continues processing remaining URLs.

Feedback

Found a bug or have a feature request? Open an issue or send a message β€” feedback is welcome.


This scraper is not affiliated with Songkick β€” please use responsibly.

You might also like

Dice.FM Events Scraper

chalkandcheese/dice-fm-events-scraper

Extract event data from Dice.FM. Get lineups, ticket links, dates, venues, and genres for events by city, venue, artist or promoter.

πŸ‘ User avatar

Chalk & Cheese

20

Resident Advisor Events Scraper

chalkandcheese/ra-events-scraper

Extract event data from Resident Advisor (RA.co). Get lineups, ticket links, dates, venues, and genres for events by city, venue, artist or ID.

πŸ‘ User avatar

Chalk & Cheese

158

Eventbrite Scraper

automation-lab/eventbrite-scraper

Search Eventbrite for events by keyword and location. Get event names, dates, times, venues, organizers, tags, and ticket links. Filter by online or in-person events in any city.

πŸ‘ User avatar

Stas Persiianenko

39

Google Events | Scrape Google Events for AI Agents

johnvc/google-events-api---access-google-events-data

Google Events API for Claude, ChatGPT, Cursor & other MCP-ready AI agents. Scrape Google Events search results β€” concerts, conferences, festivals, sports, theater, virtual events β€” with dates, venues, ticket links & locations. Filter by date, event type, country, language. Pay per page.

Bandsintown Scraper

hoholabs/bandsintown-scraper

Fetch artist info and upcoming concert events from Bandsintown. Search by artist name or Bandsintown artist ID.

Bandsintown Scraper

lexis-solutions/bandsintown-scraper

Scrape event and artist data from Bandsintown.comβ€”including event names, artists, dates, venues, and ticket links. Ideal for event aggregation, trend analysis, and marketing insights. Fast, structured, and customizable extraction from a leading live music platform.

πŸ‘ User avatar

Lexis Solutions

65

5.0

Bandsintown Concerts Scraper

parseforge/bandsintown-concerts-scraper

Scrape Bandsintown concert and tour dates. Pull upcoming events for any artist - venue, city, country, date, ticket URL. Export CSV, Excel, JSON, XML.

Eventbrite Events Scraper

crawlerbros/eventbrite-scraper

Extract events from Eventbrite like title, date, venue, organizer, ticket price, image, tags. Filter by location, category, or keyword. No proxy required.

39

Resident Advisor Events Scraper

whatsup/ra-events-scraper

Scrapes events from Resident Advisor by areas, returning event details, lineup, venue, tickets, and genres.

πŸ‘ User avatar

JosΓ© Victor S.

27

5.0

Facebook Events Scraper

scraper-engine/facebook-events-scraper

Scrape Facebook events effortlessly using this Apify actor. It collects event titles, dates, venues, organizers, and links from Facebook pages or search results. Ideal for market research, event aggregation, or trend analysis with structured, exportable data in JSON, CSV, or Excel formats.

πŸ‘ User avatar

Scraper Engine

107

5.0