DoStuff Media Scraper avatar

DoStuff Media Scraper

Pricing

Pay per usage

Go to Apify Store
DoStuff Media Scraper

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.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Hoho

Hoho

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Categories

Share

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 slugSite slugSiteCity
austindo512Do512Austin, TX
chicagodo312Do312Chicago, IL
seattledo206Do206Seattle, WA
dallasdo214Do214Dallas, TX
clevelanddo216Do216Cleveland, OH
denverdo303Do303Denver, CO
indianapolisdo317Do317Indianapolis, IN
new-orleansdo504Do504New Orleans, LA
nashvilledo615Do615Nashville, TN
charlottedo704Do704Charlotte, NC
charlestondo843Do843Charleston, 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

FieldTypeDescription
queryTypeselectevents (default), venues, artists, or cities
cityselectCity slug. Required for events, venues, artists. Use cities to see all options
categorystringFilter events by category slug (e.g. music, comedy, arts)
pageintegerPage number for pagination (default 1)

Output

Each run pushes one item per event, venue, or artist to the dataset.

FieldDescription
idDoStuff entity ID
titleEvent, venue, or artist name
begin_timeEvent start time (ISO 8601)
end_timeEvent end time (ISO 8601)
cityCity slug that was queried
venueVenue object (name, address, lat, lng)
artistsArray of artists on the bill
categoryEvent category
is_freeWhether the event is free
sold_outWhether the event is sold out
buy_urlTicket purchase URL
urlDoStuff event page URL
queryTypeQuery 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_free to 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.