DanceUS.org Studio & School Directory Scraper avatar

DanceUS.org Studio & School Directory Scraper

Pricing

Pay per event

Go to Apify Store
DanceUS.org Studio & School Directory Scraper

DanceUS.org Studio & School Directory Scraper

Scrapes the DanceUS.org directory for US dance studios and schools. Extracts name, address, city, state, ZIP, phone, website, dance styles, and more — up to 10k+ listings.

Pricing

Pay per event

Rating

0.0

(0)

Developer

BowTiedRaccoon

BowTiedRaccoon

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

17 days ago

Last modified

Share

Extract structured data for US dance studios and schools from DanceUS.org — the largest dedicated US dance-studio directory. Get name, address, phone, website, dance styles, and community rating for every listed studio, ready for export to CSV or JSON.

What it does

This actor crawls the paginated studio directory on DanceUS.org and visits each studio detail page to collect:

  • Studio name and unique identifier
  • Full street address, city, state, and ZIP code
  • Phone number and website
  • Dance styles offered (Ballet, Jazz, Hip Hop, Salsa, Ballroom, and dozens more)
  • Community upvote rating
  • Direct link to the DanceUS.org listing

The directory contains over 5,000 active US studios across all 50 states. A full run captures all available listings.

Use cases

  • B2B lead generation for dance-studio software (scheduling, billing, marketing platforms)
  • Insurance prospecting targeting fitness and performing-arts businesses
  • Music licensing outreach to venues that teach licensed repertoire
  • Wholesale and uniform sales to dance costume and apparel suppliers
  • Market research on dance-style geographic distribution across the US

Input

FieldTypeDefaultDescription
maxItemsinteger15Maximum number of studio records to return. Leave at a high value (or set to the full expected count) to capture all listings.

Output

Each record in the dataset contains:

FieldTypeDescription
studio_idstringUnique slug from the DanceUS.org URL
studio_namestringStudio or school name
addressstringStreet address
citystringCity
statestringUS state abbreviation
zipstringZIP/postal code
phonestringStudio phone number
websitestringStudio website domain or URL
styles_offeredstringComma-separated dance styles (e.g. Ballet, Jazz, Hip Hop)
ratingintegerCommunity upvote count from DanceUS.org
source_urlstringFull URL of the studio's DanceUS.org listing page
scrapedAtstringISO-8601 scrape timestamp

Example output

{
"studio_id": "rock-star-dance-fitness-burbank-ca-5013",
"studio_name": "Rock Star Dance Fitness",
"address": "517 N Glenoaks Blvd",
"city": "Burbank",
"state": "CA",
"zip": "",
"phone": "(818)492-4729",
"website": "rockstardancefitness.com/",
"styles_offered": "Hip Hop, Ballet, Zumba, Jazz, Modern dance",
"rating": 0,
"source_url": "https://www.danceus.org/studio/rock-star-dance-fitness-burbank-ca-5013/",
"scrapedAt": "2026-05-30T15:35:20.771Z"
}

Notes

  • The directory is publicly accessible — no account or login required.
  • Some listings may be international studios that appear in the US directory. Address parsing defaults to blank state/ZIP for non-US address formats.
  • Phone and website fields are present in the page source even when displayed behind a login prompt in the browser UI.
  • Run time scales with maxItems — 5,000 records takes roughly 30–60 minutes at the default concurrency setting.