# Top Budgeting App Reviews for Roundup Content

**Use case:** 

Search budgeting apps and pull their top iOS reviews, ratings, and quotes for a 'best apps' roundup. Made for affiliate and content writers.

## Input

```json
{
  "searchTerm": "budget money manager",
  "appIds": [],
  "includeReviews": true,
  "maxReviews": 100,
  "reviewsSort": "mosthelpful",
  "country": "us",
  "maxItems": 10,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "appName": {
    "label": "App",
    "format": "text"
  },
  "developer": {
    "label": "Developer",
    "format": "text"
  },
  "averageUserRating": {
    "label": "Rating",
    "format": "number"
  },
  "userRatingCount": {
    "label": "Ratings",
    "format": "number"
  },
  "formattedPrice": {
    "label": "Price",
    "format": "text"
  },
  "appStoreUrl": {
    "label": "App Store URL",
    "format": "link"
  }
}
```

## About this Actor

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