DoStuff Media Scraper
Pricing
Pay per usage
DoStuff Media Scraper
Fetch local events, venues, and artists from 11 US cities via the DoStuff Media platform (Do512, Do312, and more). No API key required.
No API key. No account. Browse local events, venues, and artists across 11 US cities — get clean JSON back.
Fetches data from the DoStuff Media platform: Do512 (Austin), Do312 (Chicago), Do206 (Seattle), Do214 (Dallas), Do216 (Cleveland), Do303 (Denver), Do317 (Indianapolis), Do504 (New Orleans), Do615 (Nashville), Do704 (Charlotte), and Do843 (Charleston).
Why this scraper?
- No API key or account required
- 11 US cities — all on the same platform with identical API structure
- Rich local event data — venue details, artists, ticket info, free/sold-out flags, imagery
- Four query modes — events, venues, artists, or list of supported cities
What you can fetch
- Events — upcoming local events with venue, artists, ticket info, and more
- Venues — venue directory for a city
- Artists — artist directory for a city
- Cities — list of all supported city slugs
Supported cities
The city field accepts either the city name slug or the site slug (e.g. austin and do512 both work).
| City slug | Site slug | Site | City |
|---|---|---|---|
austin | do512 | Do512 | Austin, TX |
chicago | do312 | Do312 | Chicago, IL |
seattle | do206 | Do206 | Seattle, WA |
dallas | do214 | Do214 | Dallas, TX |
cleveland | do216 | Do216 | Cleveland, OH |
denver | do303 | Do303 | Denver, CO |
indianapolis | do317 | Do317 | Indianapolis, IN |
new-orleans | do504 | Do504 | New Orleans, LA |
nashville | do615 | Do615 | Nashville, TN |
charlotte | do704 | Do704 | Charlotte, NC |
charleston | do843 | Do843 | Charleston, SC |
Usage
Get upcoming events in Austin
{ "queryType": "events", "city": "austin" }
Get music events in Chicago
{ "queryType": "events", "city": "chicago", "category": "music" }
Browse venues in Nashville
{ "queryType": "venues", "city": "nashville" }
Browse artists in Denver
{ "queryType": "artists", "city": "denver" }
List all supported cities
{ "queryType": "cities" }
Input fields
| Field | Type | Description |
|---|---|---|
queryType | select | events (default), venues, artists, or cities |
city | select | City slug. Required for events, venues, artists. Use cities to see all options |
category | string | Filter events by category slug (e.g. music, comedy, arts) |
page | integer | Page number for pagination (default 1) |
Output
Each run pushes one item per event, venue, or artist to the dataset.
| Field | Description |
|---|---|
id | DoStuff entity ID |
title | Event, venue, or artist name |
begin_time | Event start time (ISO 8601) |
end_time | Event end time (ISO 8601) |
city | City slug that was queried |
venue | Venue object (name, address, lat, lng) |
artists | Array of artists on the bill |
category | Event category |
is_free | Whether the event is free |
sold_out | Whether the event is sold out |
buy_url | Ticket purchase URL |
url | DoStuff event page URL |
queryType | Query type that produced this item |
Use cases
- Local event discovery — power city-specific event feeds without a Ticketmaster account
- Free event finder — filter on
is_freeto surface free local events - Multi-city aggregation — run across all 11 cities for a national local-events dataset
- Venue intelligence — extract venue directories for specific cities
This scraper is not affiliated with DoStuff Media. Please use responsibly and in accordance with each site's terms of service.
