VOOZH about

URL: https://apify.com/lead.gen.labs/mindbody-fitness-studio-scraper/api/python

⇱ Mindbody Fitness Studio Scraper API in Python Β· Apify


Pricing

from $13.00 / 1,000 profile scrapeds

Go to Apify Store

Mindbody Fitness Studio Scraper

Scrape fitness studios listed on Mindbody by location. Extract details such as studio name, address, contact info, and profile links. Ideal for lead generation, competitor research, and wellness market insights

Pricing

from $13.00 / 1,000 profile scrapeds

Rating

0.0

(0)

Developer

πŸ‘ LeadGen Labs

LeadGen Labs

Maintained by Community

Actor stats

0

Bookmarked

45

Total users

0

Monthly active users

3 months ago

Last modified

Share

You might also like

WhatsApp Fitness Studio Leads – Powered by Mindbody Scraper

lead.gen.labs/whatsapp-fitness-studio-leads---powered-by-mindbody-scraper

Scrape fitness studio contact details from Mindbody, validate phone numbers, and convert them into WhatsApp-ready leads for outreach or automation

MindBody Fitness Studio Scraper

jungle_synthesizer/mindbody-fitness-studio-scraper

Extract fitness, wellness, and beauty studios from MindBody's consumer marketplace β€” ~70k studios globally. Search by city/zip/coords. Filter by category (Yoga, Pilates, CrossFit, Spa, etc.). Returns name, address, phone, modalities, amenities, rating, intro pricing.

πŸ‘ User avatar

BowTiedRaccoon

5

Mindbody API Fitness & Wellness Business Data

alizarin_refrigerator-owner/mindbody-api-fitness-wellness-business-data

Access Mindbody data for fitness studios, gyms, yoga studios, salons, spas, and wellness businesses. Get classes, appointments, clients, staff, memberships, sales, and scheduling data. Perfect for fitness business analytics, client management, booking integrations, and marketing automation.

US Gym & Fitness Studio Lead Scraper β€” AI cold email

kloude/gym-fitness-us-lead-scraper

Scrape US gym, CrossFit box, yoga studio, and fitness studio owner contacts from Google Maps with verified emails + AI-personalized cold emails. Built for fitness SaaS, supplement brands, CRE brokers.

πŸ‘ User avatar

Nguyα»…n TuαΊ₯n ThΓ nh

1

Fitness Studio Leads - MindBody, Mariana Tek, Glofox Detection

seibs.co/fitness-studio-lead-finder

Enriched Google Maps leads for US independent fitness studios (yoga, pilates, barre, CrossFit, boxing, martial arts, recovery). Detects MindBody, Mariana Tek, Glofox, Zen Planner, ClubReady, WellnessLiving, ClassPass, Gympass. National chains pre-blocked. For fitness SaaS sales.

Fitness Spa Clubs Email Scraper

contacts-api/fitness-spa-clubs-email-scraper

Fitness spa clubs email scraper to extract verified emails from gyms, spas, and wellness centers πŸ“§πŸ’ͺ Perfect for marketing outreach, partnerships, and fitness industry lead generation.

Wellness Lead Generation Booking Engine Auditor

cosmic_country/wellness-lead-generation-booking-engine-auditor

Extract high-quality leads from wellness businesses (spas, yoga studios, gyms, and clinics) in any geographic area. This Actor doesn't just scrape contact infoβ€”it automatically identifies the booking platform used by the business (e.g., Mindbody, Vagaro, Acuity).

πŸ‘ User avatar

Dunica Robinson

3

Wellness Lead Gen & Booking Engine Auditor

cosmic_country/wellness-lead-gen-booking-engine-auditor

Extract high-quality leads from wellness businesses (spas, yoga studios, gyms, and clinics) in any geographic area. This Actor doesn't just scrape contact infoβ€”it automatically identifies the booking platform used by the business (e.g., Mindbody, Vagaro, Acuity).

πŸ‘ User avatar

Dunica Robinson

5

You can access the Mindbody Fitness Studio Scraper programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.

πŸ‘ Python

Python

πŸ‘ JavaScript

JavaScript

CLI

πŸ‘ OpenAPI

OpenAPI

HTTP

MCP

1from apify_client import ApifyClient
2
3# Initialize the ApifyClient with your Apify API token
4# Replace '<YOUR_API_TOKEN>' with your token.
5client = ApifyClient("<YOUR_API_TOKEN>")
6
7# Prepare the Actor input
8run_input ={"proxyConfiguration":{
9"useApifyProxy":True,
10"apifyProxyGroups":["RESIDENTIAL"],
11}}
12
13# Run the Actor and wait for it to finish
14run = client.actor("lead.gen.labs/mindbody-fitness-studio-scraper").call(run_input=run_input)
15
16# Fetch and print Actor results from the run's dataset (if there are any)
17print("πŸ’Ύ Check your data here: https://console.apify.com/storage/datasets/"+ run["defaultDatasetId"])
18for item in client.dataset(run["defaultDatasetId"]).iterate_items():
19print(item)
20
21# πŸ“š Want to learn more πŸ“–? Go to β†’ https://docs.apify.com/api/client/python/docs/quick-start

Mindbody Fitness Studio Scraper API in Python

The Apify API client for Python is the official library that allows you to use Mindbody Fitness Studio Scraper API in Python, providing convenience functions and automatic retries on errors.

Install the apify-client

$pip install apify-client

Other API clients include:

Mindbody Fitness Studio Scraper API in JavaScript

Mindbody Fitness Studio Scraper API through CLI

Mindbody Fitness Studio Scraper OpenAPI definition

Mindbody Fitness Studio Scraper API