# Most downloaded AI models

**Use case:** 

Top models by download count, with likes, task, library and tags.

## Input

```json
{
  "resource": "models",
  "searchQueries": [
    "llama",
    "whisper"
  ],
  "directIds": [
    "openai-community/gpt2"
  ],
  "sort": "downloads",
  "filter": "",
  "author": "",
  "maxItemsPerSource": 100,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "resource": {
    "label": "Resource",
    "format": "text"
  },
  "id": {
    "label": "ID",
    "format": "text"
  },
  "author": {
    "label": "Author",
    "format": "text"
  },
  "downloads": {
    "label": "Downloads",
    "format": "number"
  },
  "likes": {
    "label": "Likes",
    "format": "number"
  },
  "trendingScore": {
    "label": "Trending",
    "format": "number"
  },
  "task": {
    "label": "Task",
    "format": "text"
  },
  "library": {
    "label": "Library",
    "format": "text"
  },
  "gated": {
    "label": "Gated",
    "format": "text"
  },
  "fileCount": {
    "label": "Files",
    "format": "number"
  },
  "lastModified": {
    "label": "Updated",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Hugging Face Scraper Goat](https://apify.com/goat255/huggingface-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/goat255/huggingface-scraper) to learn more, explore other use cases, and run it yourself.