# Google Play App Data in Claude via MCP

**Use case:** 

Give Claude live Play Store access via MCP: search apps, read listings with version and dataSafety, pull reviews. Pairs with the Apple App Store actors.

## Input

```json
{
  "search_mode": "search",
  "query": "meditation",
  "max_results": 20,
  "country": "us",
  "language": "en"
}
```

## Output

```json
{
  "position": {
    "label": "Position",
    "format": "integer"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "developer": {
    "label": "Developer",
    "format": "string"
  },
  "category": {
    "label": "Category",
    "format": "string"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "downloads": {
    "label": "Downloads",
    "format": "string"
  },
  "productId": {
    "label": "Package name",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  },
  "thumbnail": {
    "label": "Icon",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Google Play API | Android App Search, Details and Reviews](https://apify.com/johnvc/google-play-api) with a specific input configuration. Visit the [Actor detail page](https://apify.com/johnvc/google-play-api) to learn more, explore other use cases, and run it yourself.