Gym & Fitness Location Finder - 5 Chains avatar

Gym & Fitness Location Finder - 5 Chains

Pricing

Pay per usage

Go to Apify Store
Gym & Fitness Location Finder - 5 Chains

Gym & Fitness Location Finder - 5 Chains

Find gym locations from Golds Gym, Anytime Fitness, 24 Hour Fitness, CrossFit affiliates & ClassPass. Get addresses, hours, amenities, classes & contact info. Filter by state, city, or zip.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Fortuitous Pirate

Fortuitous Pirate

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

1

Monthly active users

8 days ago

Last modified

Categories

Share

Gym & Fitness Location Finder - Gold's Gym, Anytime Fitness, CrossFit, 24 Hour Fitness, ClassPass

Overview

Find gym and fitness center locations across major chains. Scrapes addresses, hours, amenities, classes, and coordinates from Gold's Gym, Anytime Fitness, 24 Hour Fitness, CrossFit affiliates, and ClassPass studios. Filter by state, city, or ZIP code.

Features

  • Search by keywords to find specific results
  • Filter results by category or type
  • Export data in JSON, CSV, or Excel formats
  • Includes location and address data
  • Built-in proxy support for reliable data collection

Use Cases

  • Find - Find gym locations and compare amenities
  • Build - Build fitness facility databases for market analysis
  • Track - Track gym pricing and membership offerings
  • Research - Research fitness industry expansion and trends

Input Parameters

ParameterTypeDescriptionDefault
gymChainsarraySelect which gym chains to include in the search. Leave empty to scrape all c...[...]
stateFilterstringFilter locations by US state code (e.g., CA, TX, NY). Leave empty for all sta...``
cityFilterstringFilter locations by city name (case-insensitive partial match). Leave empty f...``
zipCodestringFilter locations by ZIP code (exact match). Works best with ClassPass. Leave ...``
maxLocationsPerChainintegerMaximum number of locations to scrape per gym chain (0 for unlimited)100
includeClassSchedulesbooleanFetch class/schedule information where available (ClassPass, CrossFit). May i...false
proxyConfigurationobjectProxy configuration for bypassing rate limits and geo-restrictions{...}

Output Example

Each result contains structured data like this:

{
"name": "Gym & Fitness Location Finder Sample Item",
"address": "123 Main St",
"city": "San Francisco",
"state": "CA",
"zip": "94105",
"country": 127,
"latitude": "Sample latitude",
"longitude": "Sample longitude",
"phone": "(555) 123-4567",
"hours": "Mon-Fri: 9AM-5PM",
"classes": "Sample classes"
}

Pricing

This actor uses pay-per-result pricing:

  • $0.001 per result
  • $1.00 per 1,000 results

No monthly fees. You only pay for what you scrape. Apify Free plan includes $5/month in platform credits.

How to Run

Apify Console

  1. Go to the Gym & Fitness Location Finder - Gold's Gym, Anytime Fitness, CrossFit, 24 Hour Fitness, ClassPass actor page
  2. Configure your input parameters
  3. Click Start and wait for the results
  4. Download data in JSON, CSV, or Excel format

API

curl -X POST "https://api.apify.com/v2/acts/fortuitous_pirate~gym-fitness-location-finder/runs?token=YOUR_API_TOKEN" \
-H "Content-Type: application/json" \
-d '{"maxItems": 10}'

Python SDK

from apify_client import ApifyClient
client = ApifyClient("YOUR_API_TOKEN")
run = client.actor("fortuitous_pirate/gym-fitness-location-finder").call(
run_input={"maxItems": 10}
)
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
print(item)

Integration

Connect Gym & Fitness Location Finder - Gold's Gym, Anytime Fitness, CrossFit, 24 Hour Fitness, ClassPass with your existing tools and workflows:

  • API access - Programmatic access via Apify API
  • Webhooks - Get notified when scraping completes
  • Scheduling - Set up recurring runs on any schedule
  • Zapier / Make - Connect with 5,000+ apps via Apify integrations
  • Python / Node.js SDKs - Native client libraries for easy integration