# Samsung Phone Apps from Package IDs

**Use case:** 

Get Galaxy Store metadata for known Samsung phone apps by package ID. Choose the language, country, and locale fallback mode.

## Input

```json
{
  "target": "packageIds",
  "appTargets": [
    "com.sec.android.app.sbrowser",
    "com.samsung.android.app.notes",
    "com.sec.android.app.shealth"
  ],
  "languageCode": "en",
  "countryCode": "us",
  "fallbackMode": "strict"
}
```

## Output

```json
{
  "title": {
    "label": "App title",
    "format": "string"
  },
  "description": {
    "label": "App description",
    "format": "string"
  },
  "packageId": {
    "label": "Package ID",
    "format": "string"
  },
  "storeId": {
    "label": "Store ID",
    "format": "string"
  },
  "locale.requested.languageCode": {
    "label": "Requested language code",
    "format": "string"
  },
  "locale.requested.countryCode": {
    "label": "Requested country code",
    "format": "string"
  },
  "locale.resolved.languageCode": {
    "label": "Resolved language code",
    "format": "string"
  },
  "locale.resolved.countryCode": {
    "label": "Resolved country code",
    "format": "string"
  },
  "locale.requestedLocaleAvailable": {
    "label": "Requested locale available",
    "format": "boolean"
  },
  "locale.outcome": {
    "label": "Locale outcome",
    "format": "string"
  },
  "developerWebsite": {
    "label": "Developer website",
    "format": "string"
  },
  "iconUrl": {
    "label": "App icon URL",
    "format": "string"
  },
  "canonicalUrl": {
    "label": "Canonical page URL",
    "format": "string"
  },
  "sourceUrl": {
    "label": "Source page URL",
    "format": "string"
  },
  "fetchedUrl": {
    "label": "Fetched page URL",
    "format": "string"
  },
  "androidDeepLink": {
    "label": "Android deep link",
    "format": "string"
  },
  "alternateLocales": {
    "label": "Alternate locale pages",
    "format": "array"
  },
  "extractionTimestamp": {
    "label": "Extraction time",
    "format": "string"
  }
}
```

## About this Actor

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