# Top Finance Apps Germany Reviews & Ratings

**Use case:** 

Identify and analyze leading finance applications in the German App Store, including their customer reviews. Gain crucial market intelligence for product develo

## Input

```json
{
  "searchTerms": [
    "banking app",
    "investment tracker",
    "budget planner"
  ],
  "country": "de",
  "maxResults": 50,
  "includeReviews": true,
  "reviewPages": 2
}
```

## Output

```json
{
  "appId": {
    "label": "App ID",
    "format": "text"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "developer": {
    "label": "Developer",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "formattedPrice": {
    "label": "Formatted Price",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "ratingCount": {
    "label": "Rating Count",
    "format": "number"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "version": {
    "label": "Version",
    "format": "text"
  },
  "contentRating": {
    "label": "Content Rating",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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