# Redis Official Docker Image Repo Details

**Use case:** 

Access detailed information for the official Redis Docker image. Get image name, pull count, tags, and more from Docker Hub.

## Input

```json
{
  "mode": "repoDetail",
  "namespace": "library",
  "repos": [
    "redis"
  ],
  "maxResults": 500,
  "proxy": {
    "useApifyProxy": true,
    "apifyProxyGroups": []
  }
}
```

## Output

```json
{
  "fullName": {
    "label": "Full Name",
    "format": "string"
  },
  "namespace": {
    "label": "Namespace",
    "format": "string"
  },
  "name": {
    "label": "Name",
    "format": "string"
  },
  "description": {
    "label": "Description",
    "format": "string"
  },
  "isOfficial": {
    "label": "Official",
    "format": "string"
  },
  "starCount": {
    "label": "Stars",
    "format": "string"
  },
  "pullCount": {
    "label": "Pulls",
    "format": "string"
  },
  "lastUpdated": {
    "label": "Last Updated",
    "format": "string"
  },
  "repoUrl": {
    "label": "URL",
    "format": "string"
  },
  "tagName": {
    "label": "Tag",
    "format": "string"
  },
  "tagLastUpdated": {
    "label": "Tag Updated",
    "format": "string"
  },
  "architectures": {
    "label": "Architectures",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Docker Hub Scraper — Search, Repos & Tags](https://apify.com/logiover/docker-hub-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/docker-hub-scraper) to learn more, explore other use cases, and run it yourself.