Songkick Events
Pricing
from $3.00 / 1,000 results
Go to Apify Store

Songkick Events
Scrapes Songkick metro-area concert calendars. Parses schema.org MusicEvent JSON-LD from listing pages with residential proxies.
Pricing
from $3.00 / 1,000 results
Rating
0.0
(0)
Developer
Blaise Jordy
Maintained by CommunityActor stats
0
Bookmarked
3
Total users
2
Monthly active users
3 days ago
Last modified
Categories
Share
Songkick Events Actor
Scrapes Songkick metro-area concert calendars for feedirl event ingestion.
How it works
- Resolves a feedirl metro name (e.g.
New York) to a Songkick metro slug (7644-us-new-york-nyc). - Crawls
https://www.songkick.com/en/metro-areas/{slug}with pagination (?page=N). - Parses all
application/ld+jsonMusicEvent blocks on each page. - Filters events to the requested date window and pushes normalized records to the dataset.
Input
| Field | Required | Description |
|---|---|---|
city | One of city/metroSlug | Feedirl metro name |
metroSlug | One of city/metroSlug | Raw Songkick slug override |
startDate | No | YYYY-MM-DD (default: today UTC) |
endDate | No | YYYY-MM-DD (default: +7 days UTC) |
maxPages | No | Page cap (default 50, prefill 2) |
maxItems | No | Stop after N events |
proxyConfiguration | No | Residential recommended |
Local test
npm installnpx apify run
Local runs often fail without Apify residential proxies — deploy and run on the platform for reliable results.
Deploy
$apify push
Output shape
Each dataset item includes source: "songkick", songkick_event_id, schema.org MusicEvent fields, venue/location, performers, and event URL.