# Downloads Hugging Face Datasets

**Use case:** 

Extract Hugging Face Datasets data filtered by Downloads. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "query": "text classification",
  "taskCategory": "text-classification",
  "language": "en",
  "license": "apache-2.0",
  "sort": "downloads",
  "direction": "desc"
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Avatar",
    "format": "string"
  },
  "id": {
    "label": "Dataset ID",
    "format": "string"
  },
  "name": {
    "label": "Name",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  },
  "author": {
    "label": "Author",
    "format": "string"
  },
  "language": {
    "label": "Languages",
    "format": "array"
  },
  "downloads": {
    "label": "Downloads",
    "format": "number"
  },
  "lastModified": {
    "label": "Last Modified",
    "format": "string"
  },
  "license": {
    "label": "License",
    "format": "string"
  },
  "likes": {
    "label": "Likes",
    "format": "number"
  },
  "sizeCategories": {
    "label": "Size Categories",
    "format": "array"
  },
  "taskCategories": {
    "label": "Task Categories",
    "format": "array"
  },
  "trendingScore": {
    "label": "Trending Score",
    "format": "number"
  },
  "createdAt": {
    "label": "Created At",
    "format": "string"
  },
  "error": {
    "label": "Error",
    "format": "string"
  }
}
```

## About this Actor

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