scraper-songkick
No API key. No URL hunting. Type an artist, city, or venue in plain English — fuzzy matching handles typos and punctuation automatically. Extracts upcoming concert data from Songkick: tour dates, venues, performers, ticket links, and geo coordinates in clean normalized JSON.
scraper-songkick endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
/venue /venue |
Returns all upcoming concerts at the given venue. Provide either `name` (resolved via Songkick search) or `id` (Songkick venue ID). **Tip**: Use `?id=` when you have the Songkick… |
| GET |
/event /event |
Returns full details for a single event — performers, venue, ticket availability. Provide either `input` (free-text search) or `id` (Songkick event ID). **Tip**: Use `?id=` when… |
| GET |
/health /health |
Returns 200 when the server is up. No authentication required. |
| GET |
/artist /artist |
Returns all upcoming concerts for the given artist. Provide either `name` (resolved via Songkick search) or `id` (Songkick artist ID). **Tip**: Use `?id=` when you have the… |
| GET |
/city /city |
Returns all upcoming concerts in the given city / metro area. Provide either `name` (resolved via Songkick search) or `id` (Songkick metro ID). Optionally filter by `state`… |