VOOZH about

URL: https://apify.com/jungle_synthesizer/acefitness-find-ace-pro-trainer-scraper

⇱ ACE Fitness β€” Find ACE Pro Trainer Scraper Β· Apify


πŸ‘ ACE Fitness β€” Find ACE Pro Trainer Scraper avatar

ACE Fitness β€” Find ACE Pro Trainer Scraper

Pricing

Pay per event

Go to Apify Store

ACE Fitness β€” Find ACE Pro Trainer Scraper

Scrapes ACE-certified personal trainer and health coach profiles from the ACE Fitness "Find an ACE Pro" directory.

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

24 days ago

Last modified

Categories

Share

Scrapes ACE-certified personal trainer and health coach profiles from the ACE Fitness "Find an ACE Pro" directory. Returns structured data for each certified professional including name, location, certifications, specialties, bio, contact details, and years of experience.

What it does

ACE Fitness maintains a public directory of certified professionals searchable by ZIP code and radius. This actor uses ACE's internal search API to discover trainer profiles within specified ZIP codes, then scrapes each profile page to collect the full set of structured data.

Two-phase approach:

  1. Discovery β€” Calls the WCF JSON API (/webservices/FindACEPro.svc/GetACEPros) for each ZIP code to retrieve trainer stubs (name, city, state, profile URL).
  2. Profile scraping β€” Fetches each individual profile page to extract certifications, specialties, bio, phone, website, years of experience, and profile photo.

Input

FieldTypeDefaultDescription
maxItemsInteger10Maximum number of trainer profiles to scrape
zipCodesArray of strings[]US ZIP codes to search around. Leave empty to use the built-in set of 48 US metro ZIP codes
searchRadiusInteger50Radius in miles around each ZIP code

Example input:

{
"maxItems":100,
"zipCodes":["10001","90210","60601"],
"searchRadius":50
}

Output

Each record represents one ACE-certified professional:

FieldTypeDescription
pro_nameStringFull name
cityStringCity
stateStringState abbreviation (e.g. "CA")
countryStringCountry code (e.g. "US")
phoneStringContact phone if listed
websiteStringPersonal/business website if listed
bioStringProfessional bio/about text
certificationsStringACE certifications held
specialtiesStringAreas of specialty (pipe-separated)
years_as_ace_proStringNumber of years certified as ACE professional
years_in_industryStringYears of fitness industry experience (range, e.g. "6-10 years")
profile_urlStringURL of the ACE Fitness profile page
profile_image_urlStringURL of the profile photo

Example record:

{
"pro_name":"Victoria Tate",
"city":"DOWNERS GROVE",
"state":"IL",
"country":"US",
"phone":null,
"website":null,
"bio":null,
"certifications":"ACE Certified Group Fitness Instructor, ACE Certified Personal Trainer, ACE Certified Health Coach",
"specialties":"Active Aging | Group Fitness | Indoor Cycling | Strength Training | Yoga | Women's Health",
"years_as_ace_pro":"21",
"years_in_industry":"6-10 years",
"profile_url":"https://www.acefitness.org/resources/everyone/find-ace-pro/dxw87yv/victoria-tate/",
"profile_image_url":"https://acefitnessmediastorage.blob.core.windows.net/acepublicfiles/fcff944f-7c91-40c6-90da-7c02251dd009.jpg"
}

Coverage

Without custom ZIP codes, the actor defaults to a set of 48 major US metro ZIP codes covering NYC, Los Angeles, Chicago, Houston, Phoenix, Philadelphia, San Antonio, San Diego, Dallas, San Jose, Austin, Sacramento, Seattle, Denver, Atlanta, Boston, Baltimore, Charlotte, Jacksonville, Nashville, Birmingham, Minneapolis, Oklahoma City, and Indianapolis.

Results are deduplicated β€” a trainer appearing in multiple ZIP code searches is only scraped once.

Notes

  • No login or API key required
  • Requires no proxy (ACE Fitness does not block scraping)
  • Profile pages are Cheerio-scraped (no JavaScript rendering needed)
  • The internal ACE search API does not support pagination beyond what is returned β€” for maximum coverage, use many ZIP codes with moderate radius values

You might also like

Ace Hardware Product Scraper

sian.agency/ace-hardware-product-scraper

Scrape Ace Hardware products β€” price, ratings, images, specs & stock. Keyword or category search, full detail enrichment, clean JSON/CSV, no code.

2

ACE Exercise Library Scraper

jungle_synthesizer/acefitness-exercise-library-scraper

Scrapes the ACE public exercise library. Extracts professionally-authored exercises with step-by-step instructions, body parts, equipment, difficulty, images, and attribution. For fitness apps, RAG systems, and health pipelines that require provenance-verified exercise content.

πŸ‘ User avatar

BowTiedRaccoon

2

Ace Stainless Supply Blog Scraper

yourapiservice/acestainless-blog-scraper

Ace Stainless Supply Blog Scraper (acestainless.com) lets you extract blog content in HTML, JSON, and plaintext. Get authors, create/update date, images, read time, RSS, titles, SEO titles, featured images & videos, and keywords easily for content analysis and aggregation.

πŸ‘ User avatar

Your API Service

3

Acehardware Reviews Scraper

getdataforme/acehardware-reviews-scraper

Extract detailed product reviews from Ace Hardware's website using Playwright for robust scraping. Captures ratings, text, photos, and user metadata in clean JSON format....

Acehardware Category Scraper

getdataforme/acehardware-category-scraper

Efficiently scrape Ace Hardware's category pages for product data using keyword searches. Extract detailed info like names, prices, descriptions, and images in structured JSON. Ideal for e-commerce research, price monitoring, and competitive analysis....

15

Acehardware Profile Scraper

getdataforme/acehardware-profile-scraper

Extract detailed product data from Ace Hardware's website, including descriptions, pricing, specs, and images. Features scalable crawling, error-resilient performance, and structured JSON output with timestamps. Ideal for market research, price monitoring, and competitive analysis....

Ace Hardware Scraper

parseforge/ace-hardware-scraper

Scrape product listings from AceHardware.com. Extract prices, brands, specifications, inventory status, store availability, and fulfillment options. Filter by category or brand. Fast parallel page fetching with 100 items per page. Export as CSV or JSON.

Acehardware Store Product Scraper

getdataforme/acehardware-store-product-scraper

Extract detailed product data from Ace Hardware stores effortlessly. Search by keyword, filter by store ID, and capture prices, stock, specs, UPCs, brands, and images. Powered by reliable Playwright crawling for scalable, real-time insights....

Acehardware Store Profile Scraper

getdataforme/acehardware-store-profile-scraper

This Apify Actor extracts comprehensive Ace Hardware store profilesβ€”including address, contact details, operating hours, and capabilitiesβ€”using a simple store ID. Perfect for market research, mapping, and business automation. Delivers accurate, real-time JSON data with no API keys needed.