Songkick Events Scraper
DeprecatedPricing
from $0.50 / 1,000 results
Go to Apify Store
Songkick Events Scraper
DeprecatedScrape concert and festival listings from Songkick by metro area, artist, or venue. No API key required.
Pricing
from $0.50 / 1,000 results
Rating
0.0
(0)
Developer
Brandon Hamm
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
a month ago
Last modified
Categories
Share
Scrape upcoming concerts, festivals, and live music events from Songkick by metro area, artist, or venue. No API key required.
Features
- Search by metro area, artist URL, or venue URL
- Returns event ID, event URL, event title, event type (concert/festival), date, and source URL
- Handles JavaScript-rendered content with Playwright
- Pagination support for large result sets
Input
| Field | Type | Description |
|---|---|---|
| metroAreas | array | Songkick metro area IDs (e.g., "17835-us-los-angeles") |
| artistUrls | array | Full Songkick artist URLs |
| venueUrls | array | Full Songkick venue URLs |
| maxEvents | integer | Maximum events to scrape (default 100) |
Output
Each result contains:
| Field | Type | Description |
|---|---|---|
| eventId | string | Unique Songkick event ID |
| eventType | string | "concerts" or "festivals" |
| eventUrl | string | Full URL to the event page |
| eventTitle | string | Event name |
| dateText | string | Date text from the page |
| sourceUrl | string | URL the event was scraped from |
Use Cases
- Track upcoming concerts in your city
- Monitor festival lineups
- Build event aggregators
- Research live music trends