# Travel Planning Apps — Germany Category Sweep

**Use case:** 

German storefront reviews for the top-ranking travel, flight and hotel apps, resolved live from App Store search.

## Input

```json
{
  "appIds": [],
  "searchTerms": [
    "reise app",
    "flug buchen",
    "hotel buchen"
  ],
  "appsPerSearchTerm": 3,
  "countries": [
    "de"
  ],
  "sortBy": "mostrecent",
  "maxReviewsPerApp": 40,
  "maxTotalReviews": 360,
  "minRating": 1,
  "maxRating": 5,
  "reviewedAfter": "",
  "keywords": [],
  "onlyReviewsWithText": false,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "reviewId": {
    "label": "Review ID",
    "format": "string"
  },
  "appName": {
    "label": "App name",
    "format": "string"
  },
  "country": {
    "label": "Storefront code",
    "format": "string"
  },
  "rating": {
    "label": "Star rating",
    "format": "integer"
  },
  "reviewTitle": {
    "label": "Review title",
    "format": "string"
  },
  "reviewBody": {
    "label": "Review text",
    "format": "string"
  },
  "reviewAppVersion": {
    "label": "App version reviewed",
    "format": "string"
  },
  "reviewedAt": {
    "label": "Reviewed at (UTC)",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [App Store Reviews Scraper · Ratings, Reviews & Version History](https://apify.com/reapx/app-store-reviews-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/reapx/app-store-reviews-scraper) to learn more, explore other use cases, and run it yourself.