Bandsintown Event Scraper avatar

Bandsintown Event Scraper

Pricing

from $1.00 / 1,000 results

Go to Apify Store
Bandsintown Event Scraper

Bandsintown Event Scraper

Collects concert and tour listings from Bandsintown by artist or city, returning structured event details including artist, venue, date, location, ticket links, status, and RSVP information.

Pricing

from $1.00 / 1,000 results

Rating

0.0

(0)

Developer

Jamshaid Arif

Jamshaid Arif

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

2

Monthly active users

2 days ago

Last modified

Share

Collects concert and tour listings from Bandsintown and returns one flat record per event. Search by artist name for a band's tour dates, or by city for a local concert calendar.

Input

FieldDefaultDescription
search_modeartistartist for a band's tour dates, location for a city's concert calendar.
queryMetallicaArtist name, or a free-form city such as Austin, TX / Berlin.
event_typeupcomingupcoming, past, or all — artist mode only.
limit25Maximum event records to return (1–1000).
proxyConfigurationOptionalEnable a US-based proxy for the most reliable results.

Output

Each result is one event:

{
"source": "bandsintown",
"mode": "artist",
"event_id": 108007093,
"event_url": "https://www.bandsintown.com/e/108007093-metallica-at-sphere",
"title": null,
"artist_name": "Metallica",
"artist_id": 128,
"artist_url": "https://www.bandsintown.com/a/128-metallica",
"starts_at": "2026-10-01T20:30:00",
"ends_at": null,
"timezone": "America/Los_Angeles",
"venue_name": "Sphere",
"location": "Las Vegas, NV",
"city": "Las Vegas",
"region": "NV",
"country": "United States",
"has_tickets": true,
"is_free": false,
"event_status": "upcoming",
"call_to_action": "Get tickets",
"ticket_url": "https://www.bandsintown.com/e/108007093-metallica-at-sphere",
"raw": { ... }
}

Location-mode records additionally carry artist_image, rsvp_count and search_city.

Notes

  • Runs with empty input (defaults to Metallica's upcoming tour dates).
  • Enable a US-based proxy for the most reliable results.
  • Intended for research and personal use; please respect Bandsintown's terms of service.