# Created date Hugging Face Spaces

**Use case:** 

Extract Hugging Face Spaces data filtered by Created date. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "sort": "createdAt",
  "direction": "-1"
}
```

## Output

```json
{
  "id": {
    "label": "🆔 ID",
    "format": "text"
  },
  "author": {
    "label": "👤 Author",
    "format": "text"
  },
  "sdk": {
    "label": "🧰 SDK",
    "format": "text"
  },
  "likes": {
    "label": "❤️ Likes",
    "format": "number"
  },
  "trendingScore": {
    "label": "🔥 Trending",
    "format": "number"
  },
  "createdAt": {
    "label": "📅 Created",
    "format": "date"
  },
  "lastModified": {
    "label": "🕒 Last Modified",
    "format": "date"
  },
  "tags": {
    "label": "🏷️ Tags",
    "format": "array"
  },
  "runtime": {
    "label": "🚦 Runtime",
    "format": "text"
  },
  "hardware": {
    "label": "🖥️ Hardware",
    "format": "text"
  },
  "private": {
    "label": "🔒 Private",
    "format": "boolean"
  },
  "license": {
    "label": "📜 License",
    "format": "text"
  },
  "url": {
    "label": "🔗 URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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