# Find Barbell Workouts in German for Training Programs

**Use case:** 

Extract a variety of barbell exercises with German descriptions, perfect for creating localized training programs or expanding your content for German-speaking 

## Input

```json
{
  "mode": "byEquipment",
  "searchQuery": "squat",
  "category": "Chest",
  "muscle": "Biceps brachii",
  "equipment": "Barbell",
  "exerciseIds": [],
  "language": "German",
  "includeImages": true,
  "maxItems": 75
}
```

## Output

```json
{
  "exerciseId": {
    "label": "Exercise id"
  },
  "name": {
    "label": "Name"
  },
  "category": {
    "label": "Category"
  },
  "primaryMuscles": {
    "label": "Primary muscles"
  },
  "equipment": {
    "label": "Equipment"
  },
  "sourceUrl": {
    "label": "Source url"
  }
}
```

## About this Actor

This example demonstrates how to use [Wger Exercise & Workout Scraper](https://apify.com/crawlerbros/wger-exercise-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/wger-exercise-scraper) to learn more, explore other use cases, and run it yourself.