# Search by keyword Apple App Store Vision Standard Export

**Use case:** 

Standard Export of Apple App Store Vision for Search by keyword. Structured results ready to export for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 100,
  "mode": "search",
  "searchQuery": "craft",
  "country": "US"
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Icon",
    "format": "image"
  },
  "appName": {
    "label": "App Name",
    "format": "text"
  },
  "appUrl": {
    "label": "App URL",
    "format": "link"
  },
  "appId": {
    "label": "App ID",
    "format": "text"
  },
  "developer": {
    "label": "Developer",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "formattedPrice": {
    "label": "Formatted Price",
    "format": "text"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "ratingCount": {
    "label": "Rating Count",
    "format": "number"
  },
  "currentVersionRating": {
    "label": "Current Version Rating",
    "format": "number"
  },
  "currentVersionRatingCount": {
    "label": "Current Version Rating Count",
    "format": "number"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "genres": {
    "label": "Genres",
    "format": "array"
  },
  "minimumOsVersion": {
    "label": "Minimum OS Version",
    "format": "text"
  },
  "fileSizeBytes": {
    "label": "File Size",
    "format": "text"
  },
  "contentRating": {
    "label": "Content Rating",
    "format": "text"
  },
  "releaseDate": {
    "label": "Release Date",
    "format": "date"
  },
  "currentVersionReleaseDate": {
    "label": "Current Version Release Date",
    "format": "date"
  },
  "languages": {
    "label": "Languages",
    "format": "array"
  },
  "screenshotUrls": {
    "label": "Screenshot URLs",
    "format": "array"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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