# Analyze German Customer Feedback from Product Reviews

**Use case:** 

Scrape German video reviews and customer feedback to understand sentiment and common pain points about your products or services. Gain actionable insights for p

## Input

```json
{
  "videoUrls": [
    "https://www.youtube.com/watch?v=example-german-review1",
    "https://www.youtube.com/watch?v=example-german-review2"
  ],
  "language": "de",
  "includeAutoGenerated": true,
  "useWhisper": true,
  "whisperModel": "base",
  "proxyCountry": "US",
  "outputFormat": "full"
}
```

## Output

```json
{
  "video_id": {
    "label": "Video id"
  },
  "title": {
    "label": "Title"
  },
  "channel_name": {
    "label": "Channel name"
  },
  "transcript_language": {
    "label": "Transcript language"
  },
  "transcript_language_name": {
    "label": "Transcript language name"
  },
  "segment_count": {
    "label": "Segment count"
  },
  "success": {
    "label": "Success"
  },
  "transcript_available": {
    "label": "Transcript available"
  },
  "transcript_source": {
    "label": "Transcript source"
  },
  "views": {
    "label": "Views"
  },
  "duration_seconds": {
    "label": "Duration seconds"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

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