# Download Popular PyTorch Models from Hugging Face

**Use case:** 

Extract a list of top PyTorch models with over 10,000 downloads. Get results in CSV or JSON format for your analysis.

## Input

```json
{
  "entityType": "models",
  "search": "",
  "author": "",
  "pipelineTag": "",
  "library": "transformers",
  "language": "",
  "tags": [],
  "sort": "downloads",
  "sortDirection": "-1",
  "maxResults": 500,
  "fetchDetails": false,
  "fetchReadme": false,
  "minDownloads": 10000,
  "minLikes": 0,
  "modifiedFrom": null,
  "papersStartDate": null,
  "papersEndDate": null,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "entityType": {
    "label": "Entity Type",
    "format": "text"
  },
  "id": {
    "label": "ID",
    "format": "text"
  },
  "author": {
    "label": "Author / Org",
    "format": "text"
  },
  "downloads": {
    "label": "Downloads",
    "format": "number"
  },
  "likes": {
    "label": "Likes",
    "format": "number"
  },
  "pipelineTag": {
    "label": "Task",
    "format": "text"
  },
  "libraryName": {
    "label": "Library",
    "format": "text"
  },
  "license": {
    "label": "License",
    "format": "text"
  },
  "lastModified": {
    "label": "Last Modified",
    "format": "date"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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