OrbTop

Anytime Fitness Club Locator Scraper

LEAD GENERATION

Anytime Fitness Club Locator Scraper

Scrapes all Anytime Fitness club locations from the official sitemap — covering 3,000+ clubs across the US, Australia, UAE, South Africa, UK, Ireland, and Saudi Arabia. Extracts contact details, GPS coordinates, staffed hours, and amenities for each location.

What you get

Each record contains:

Field Description
club_id Unique numeric club identifier
club_name Club name (e.g. "Anytime Fitness Abilene")
address Full street address
city City
state State or province
country Country code (US, AU, GB, AE, ZA, IE, SA)
postal_code ZIP / postcode
latitude Latitude coordinate
longitude Longitude coordinate
phone Phone number
email Club email address
club_url URL of the club's location page
hours Staffed office hours (front-desk), by day
access_24_7 Whether the club offers 24-hour member access
amenities Comma-separated amenity list
social_links Club-specific links (Facebook, Instagram, join-now portal, etc.)

Example output

{
  "club_id": "2009",
  "club_name": "Anytime Fitness Abilene",
  "address": "4310 Buffalo Gap Rd, Abilene, Texas, 79606",
  "city": "Abilene",
  "state": "Texas",
  "country": "US",
  "postal_code": "79606",
  "latitude": 32.41823,
  "longitude": -99.78234,
  "phone": "(325) 692-6454",
  "email": "abilene@anytimefitness.com",
  "club_url": "https://www.anytimefitness.com/locations/abilene-texas-2009",
  "hours": "Mo-Su 00:00-23:59",
  "amenities": "Open 24 Hours, Free fitness consultations, Personalised fitness plans, Free access to Apple Fitness+"
}

Coverage

3,370 clubs across 8 markets — United States (2,300), Australia (660), India (215), United Kingdom (~185), plus the UAE, Saudi Arabia, South Africa, and Ireland.

Usage

  • Country — pick which market to scrape. Defaults to United States (the largest by far). Anytime Fitness lists the US last in its sitemap, so choosing "All countries" with a small Max Items returns only the first market (Australia) — set the country you actually want. Selecting a single country also scopes each run to just that market.
  • State / Region — optional; scrape only clubs in one state. Enter the full name as it appears in the club URL (e.g. "Texas", "New York"). Only clubs in that state are fetched, so a state run stays cheap.
  • Max Items — set to 0 to scrape every club in the selected country (or state, if set), or enter a number to cap the run (useful for testing).

How it works

Club URLs are discovered from the official sitemap index at anytimefitness.com/sitemap-index.xml. Each club detail page is rendered with a browser to bypass the site's bot protection, and structured data (schema.org JSON-LD) is extracted along with supplementary DOM fields for any data not covered by structured markup.

Use cases

  • B2B lead generation — franchise owner contact data for equipment suppliers, SaaS vendors, and insurance providers
  • Market research — gym density analysis by region, competitive landscape
  • Consumer apps — finding the nearest Anytime Fitness club
  • Data enrichment — adding GPS coordinates and contact info to existing location lists