# Map a Hugging Face organization's public assets

**Use case:** 

Collect a public organization’s Hugging Face inventory to review its models, datasets, and Spaces in one place.

## Input

```json
{
  "targets": [
    "/meta-llama"
  ],
  "entityType": "models",
  "resultsPerTarget": 10,
  "sortBy": "modified",
  "filterTask": "text-generation",
  "filterLibrary": "transformers",
  "filterLanguage": "en",
  "includeReadme": true,
  "responseFormat": "concise",
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "itemType": {
    "label": "Item type",
    "format": "string"
  },
  "id": {
    "label": "Id",
    "format": "string"
  },
  "url": {
    "label": "Url",
    "format": "string"
  },
  "author": {
    "label": "Author",
    "format": "string"
  },
  "downloads": {
    "label": "Downloads",
    "format": "integer"
  },
  "likes": {
    "label": "Likes",
    "format": "integer"
  },
  "lastModified": {
    "label": "Last modified",
    "format": "string"
  },
  "license": {
    "label": "License",
    "format": "string"
  }
}
```

## About this Actor

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