Pricing
Pay per event
ACE 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.
Pricing
Pay per event
Rating
0.0
(0)
Developer
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
a month ago
Last modified
Share
Scrape the full American Council on Exercise (ACE) public exercise library โ professionally authored exercises with step-by-step instructions, target body parts, equipment, difficulty levels, images, and authoritative ACE attribution.
What It Does
This actor crawls acefitness.org/resources/everyone/exercise-library/ โ ACE's curated database of several hundred exercises, categorised by body part and equipment. For each exercise it extracts:
- Name โ exercise title as authored by ACE
- Body Part โ target body part(s) (e.g. "Abs, Back, Butt/Hips")
- Equipment โ required equipment (e.g. "No Equipment", "Dumbbells", "Resistance Band")
- Difficulty โ level (Beginner / Intermediate / Advanced)
- Steps โ full ordered step-by-step instructions
- Image URLs โ exercise photographs
- Source URL โ canonical page URL
- Author Attribution โ always "American Council on Exercise (ACE)"
Use Cases
- Fitness apps โ populate structured, professionally authored exercise databases
- RAG / LLM pipelines โ ingest provenance-verified exercise content (ACE is a named certification body; its content carries more credibility than crowd-sourced datasets)
- Health content platforms โ authoritative how-to descriptions authored by certified fitness professionals
- Personal trainer tools โ program-building databases with credible sourcing
Input
| Field | Type | Default | Description |
|---|---|---|---|
maxItems | integer | 10 | Maximum number of exercises to scrape. Leave unset to scrape all exercises (typically 400+). |
Output
Each item in the dataset contains:
{"exercise_id":"14","name":"Bird-dog","body_part":"Abs, Back, Butt/Hips","equipment":"No Equipment","difficulty":"Intermediate","steps":"Step 1 Starting Position: ... | Step 2 ... | Step 3 ...","image_urls":"https://ik.imagekit.io/02fmeo4exvw/exercise-library/large/14-1.jpg","source_url":"https://www.acefitness.org/resources/everyone/exercise-library/14/bird-dog/","author_attribution":"American Council on Exercise (ACE)"}
About ACE
The American Council on Exercise (ACE) is a non-profit fitness certification organisation. Its exercise library is authored by certified fitness professionals and reviewed for accuracy โ making it distinctively suited for applications where exercise content provenance matters.
For issues or feature requests, contact actor-support@orbtop.com
