Bandsintown Scraper avatar

Bandsintown Scraper

Pricing

from $1.00 / 1,000 results

Go to Apify Store
Bandsintown Scraper

Bandsintown Scraper

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

Pricing

from $1.00 / 1,000 results

Rating

0.0

(0)

Developer

Hoho

Hoho

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

0

Monthly active users

2 days ago

Last modified

Categories

Share

No API key. No account. Type an artist name — get their upcoming concerts anywhere in the world.

Fetches artist profiles and event data from the Bandsintown REST API: tour dates, venues, locations, ticket links, and lineup in clean JSON.

Why this scraper?

  • No Bandsintown account or API key required
  • Search by name or ID — use the artist's name for convenience, or their Bandsintown ID to skip lookup entirely
  • Flexible date filtering — upcoming shows, past shows, all shows, or a specific date range
  • Three query modes — artist profile only, events only, or both in one run

What you can fetch

  • Artist profile — name, image, tracker count, upcoming event count, social links
  • Upcoming events — full tour schedule with dates, venues, cities, and ticket links
  • Past events — historical show data
  • Date range — events within a specific window (e.g. 2026-06-01,2026-08-31)

Usage

Provide either an artist name or an artistId. Choose what to fetch with queryType.

Get upcoming events for an artist

{ "artist": "Radiohead" }

Get artist profile + events

{ "artist": "Metallica", "queryType": "both" }

Get past events

{ "artist": "LCD Soundsystem", "queryType": "events", "date": "past" }

Get events in a date range

{ "artist": "Phish", "queryType": "events", "date": "2026-06-01,2026-09-01" }

Use an artist ID to skip name lookup

{ "artistId": "25874", "queryType": "events" }

Input fields

FieldTypeDescription
artiststringArtist name (e.g. Radiohead, The National)
artistIdstringBandsintown numeric artist ID — skips name lookup
queryTypeselectevents (default), artist, or both
datestringupcoming (default), past, all, or YYYY-MM-DD,YYYY-MM-DD

Output

Each run pushes one or more items to the dataset. Items have a type field indicating what they are.

Artist item (type: "artist")

FieldDescription
typeAlways "artist"
nameArtist name
urlBandsintown artist page URL
image_urlFull artist image
thumb_urlThumbnail image
facebook_page_urlFacebook page if available
mbidMusicBrainz ID
tracker_countNumber of Bandsintown followers
upcoming_event_countNumber of upcoming events

Event item (type: "event")

FieldDescription
typeAlways "event"
idBandsintown event ID
urlEvent page URL
datetimeEvent date and time (ISO 8601)
descriptionEvent description if available
venue.nameVenue name
venue.cityCity
venue.regionState / region
venue.countryCountry
venue.latitudeLatitude
venue.longitudeLongitude
lineupArray of artist names on the bill
offersArray of ticket offers with type, url, and status
on_sale_datetimeWhen tickets go on sale (if available)

Use cases

  • Tour tracking — monitor when artists announce new dates
  • Concert discovery apps — build artist or location-based event feeds
  • Calendar integrations — sync shows to Google Calendar, Notion, or Airtable
  • Ticket monitoring — watch for on-sale dates and availability changes
  • Analytics — analyze touring patterns, venue popularity, regional event density

This scraper is not affiliated with Bandsintown. Please use responsibly and in accordance with Bandsintown's terms of service.