# Hottest (default) Kaggle Datasets

**Use case:** 

Extract Kaggle Datasets data filtered by Hottest (default). Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "sortBy": "hottest",
  "fileType": "all",
  "license": "all",
  "includeDescription": true,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": []
  }
}
```

## Output

```json
{
  "thumbnailImageUrl": {
    "label": "Thumbnail",
    "format": "image"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "ref": {
    "label": "Ref",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "subtitle": {
    "label": "Subtitle",
    "format": "text"
  },
  "ownerName": {
    "label": "Owner",
    "format": "text"
  },
  "ownerRef": {
    "label": "Owner Ref",
    "format": "text"
  },
  "creatorName": {
    "label": "Creator",
    "format": "text"
  },
  "creatorUrl": {
    "label": "Creator URL",
    "format": "text"
  },
  "licenseName": {
    "label": "License",
    "format": "text"
  },
  "totalBytes": {
    "label": "Total Bytes",
    "format": "number"
  },
  "currentVersionNumber": {
    "label": "Version",
    "format": "number"
  },
  "usabilityRating": {
    "label": "Usability Rating",
    "format": "number"
  },
  "downloadCount": {
    "label": "Downloads",
    "format": "number"
  },
  "viewCount": {
    "label": "Views",
    "format": "number"
  },
  "voteCount": {
    "label": "Votes",
    "format": "number"
  },
  "kernelCount": {
    "label": "Notebooks",
    "format": "number"
  },
  "topicCount": {
    "label": "Topics",
    "format": "number"
  },
  "isFeatured": {
    "label": "Featured",
    "format": "boolean"
  },
  "lastUpdated": {
    "label": "Last Updated",
    "format": "date"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "tags": {
    "label": "Tags",
    "format": "array"
  },
  "versions": {
    "label": "Versions",
    "format": "array"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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