# Civitai   AI Model Catalog, LORAs, Checkpoints & Stats — Ful

**Use case:** 

Scrape the full civitai - ai model catalog, loras, checkpoints & stats dataset with all available fields.

## Input

```json
{
  "sp_intended_usage": "Example: extract civitai - ai model catalog, loras, checkpoints & stats for research and lead generation",
  "sp_improvement_suggestions": "none",
  "sp_contact": "Share your email here...",
  "modelType": "",
  "baseModel": "",
  "query": "",
  "username": "",
  "nsfw": false,
  "apiKey": "***",
  "sort": "Most Downloaded",
  "maxItems": 200
}
```

## Output

```json
{
  "model_name": {
    "label": "Model Name",
    "format": "string"
  },
  "model_type": {
    "label": "Model Type",
    "format": "string"
  },
  "base_model": {
    "label": "Base Model",
    "format": "string"
  },
  "creator_username": {
    "label": "Creator Username",
    "format": "string"
  },
  "stats_download_count": {
    "label": "Stats Download Count",
    "format": "number"
  },
  "nsfw": {
    "label": "Nsfw",
    "format": "boolean"
  },
  "model_url": {
    "label": "Model Url",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Civitai Scraper - AI Model Catalog, LORAs, Checkpoints & Stats](https://apify.com/jungle_synthesizer/civitai-models-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/jungle_synthesizer/civitai-models-scraper) to learn more, explore other use cases, and run it yourself.