# Uber App Version Information

**Use case:** 

Retrieve the latest version numbers and update dates for Uber apps including Uber Driver and Uber Eats. Get accurate app details quickly.

## Input

```json
{
  "packages": [
    "com.ubercab.driver",
    "com.ubercab",
    "com.ubercab.eats",
    "com.ubercab.fleet",
    "com.ubercab.freight"
  ],
  "debug": false
}
```

## Output

```json
{
  "package": {
    "label": "Package",
    "format": "text"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "version": {
    "label": "Version",
    "format": "text"
  },
  "last_updated": {
    "label": "Last Updated",
    "format": "text"
  },
  "created": {
    "label": "Created",
    "format": "text"
  },
  "script_index": {
    "label": "Script Index",
    "format": "number"
  },
  "script_score": {
    "label": "Script Score",
    "format": "number"
  },
  "warnings": {
    "label": "Warnings",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [PlayStoreVersioning](https://apify.com/playstorer/playstoreversioning) with a specific input configuration. Visit the [Actor detail page](https://apify.com/playstorer/playstoreversioning) to learn more, explore other use cases, and run it yourself.