VOOZH about

URL: https://apify.com/jungle_synthesizer/civitai-models-scraper

⇱ Civitai Scraper - AI Models, LORAs, Checkpoints API Export Β· Apify


πŸ‘ Civitai Scraper - AI Model Catalog, LORAs, Checkpoints & Stats avatar

Civitai Scraper - AI Model Catalog, LORAs, Checkpoints & Stats

Pricing

Pay per event

Go to Apify Store

Civitai Scraper - AI Model Catalog, LORAs, Checkpoints & Stats

Extract civitai.com AI model catalog: Checkpoints, LORAs, VAEs, Controlnets, and video models. Get metadata, versions, stats, trigger words, download URLs, and license info. Filter by model type, base model, and creator. NSFW-aware. Optional API key for higher rate limits.

Pricing

Pay per event

Rating

0.0

(0)

Developer

πŸ‘ BowTiedRaccoon

BowTiedRaccoon

Maintained by Community

Actor stats

0

Bookmarked

6

Total users

2

Monthly active users

2 days ago

Last modified

Share

Civitai AI Model Catalog Scraper

Scrape civitai.com via its public REST API. Returns model metadata, version info, trigger words, download URLs, SHA256 file hashes, creator stats, and license flags for Checkpoints, LORAs, VAEs, Controlnets, Embeddings, and video models β€” all 500K+ of them.


Civitai Scraper Features

  • Extracts 22 fields per model including metadata, version details, stats, and license flags
  • Filters by model type (Checkpoint, LORA, VAE, Controlnet, TextualInversion, Hypernetwork, and more)
  • Filters by base model: SD 1.5, SDXL, Flux.1 Dev, Flux.1 Schnell, Pony, Illustrious, Hunyuan Video, and others
  • Searches by keyword or browses by creator username
  • Returns trigger words for LORAs and Textual Inversions β€” the ones you actually need for prompting
  • Returns the primary file's SHA256 hash and size for integrity verification
  • Returns direct download URLs for every model's latest version
  • Collects example image URLs from the latest version (up to 5)
  • Sorts results by Most Downloaded, Highest Rated, Newest, Oldest, or Most Liked
  • Pure API scraping β€” no browser required, no proxy required
  • Handles cursor-based pagination automatically across 500K+ models
  • Optional Civitai API key for NSFW access and higher rate limits

What Can You Do With Civitai Model Data?

  • AI app developers β€” Build model browsers and discovery UIs backed by the full Civitai catalog
  • AI tool builders β€” Populate internal model registries with metadata, file hashes, and download URLs for automated pipelines
  • Researchers β€” Analyze the AI model landscape: which base models dominate, which types get the most downloads, how trigger words evolve
  • Data aggregators β€” Pair with huggingface-model-scraper for cross-platform AI model market intelligence
  • Content creators β€” Discover LORAs and Checkpoints by base model and sort order, then track which creators are producing the most-downloaded models

How Civitai Scraper Works

  1. Configure your filters: model type, base model, search query, creator username, sort order, and item count
  2. The scraper calls civitai.com/api/v1/models at 85 requests per minute β€” within the public rate limit
  3. Cursor pagination advances through pages of 100 models until your maxItems limit is reached or the catalog is exhausted
  4. Each raw API record is flattened into a clean output row: model-level fields merged with the latest version's file and stats data

Input

{
"modelType":"LORA",
"baseModel":"Flux.1 D",
"sort":"Most Downloaded",
"maxItems":100
}
FieldTypeDefaultDescription
modelTypestring(all)Filter by architecture type: Checkpoint, LORA, VAE, TextualInversion, Hypernetwork, Controlnet, Poses, Workflows, Other
baseModelstring(all)Filter by base model: SD 1.5, SDXL 1.0, Flux.1 D, Flux.1 S, SD 3.5, Pony, Illustrious, Hunyuan Video, LTXV, Wan Video
querystringβ€”Search models by name or tag
usernamestringβ€”Filter to a specific creator's models
sortstringMost DownloadedSort order: Highest Rated, Most Downloaded, Newest, Oldest, Most Liked
nsfwbooleanfalseInclude NSFW models (requires API key for full access)
apiKeystringβ€”Free Civitai API key from civitai.com/user/account β€” unlocks NSFW access and higher rate limits
maxItemsinteger10Maximum records to return. Set to 0 for the full catalog

Civitai Scraper Output Fields

{
"model_id":133005,
"model_name":"SDXL Lightning",
"model_type":"Checkpoint",
"creator_username":"ByteDance",
"creator_image":"https://image.civitai.com/.../ByteDance.jpeg",
"base_model":"SDXL 1.0",
"nsfw":false,
"nsfw_level":0,
"tags":"base model, fast, lightning",
"trigger_words":"",
"stats_download_count":1842300,
"stats_thumbs_up_count":34190,
"stats_thumbs_down_count":67,
"stats_comment_count":412,
"version_id":401391,
"version_name":"SDXL_Lightning_4step_unet",
"version_created_at":"2024-02-22T08:14:02.000Z",
"version_base_model":"SDXL 1.0",
"version_download_url":"https://civitai.com/api/download/models/401391",
"version_file_size_kb":6765430,
"version_file_format":"SafeTensor",
"version_file_hash_sha256":"DBEFEE4A4B8B0E0A4B2FA76B8F53E74F...",
"allow_commercial_use":"{Image,RentCivit}",
"allow_derivatives":true,
"model_url":"https://civitai.com/models/133005",
"example_image_urls":"https://image.civitai.com/.../example1.jpeg, https://image.civitai.com/.../example2.jpeg"
}
FieldTypeDescription
model_idnumberCivitai model ID
model_namestringModel name
model_typestringArchitecture type: Checkpoint, LORA, VAE, etc.
creator_usernamestringCreator username
creator_imagestringCreator profile image URL
base_modelstringBase model of the latest version
nsfwbooleanNSFW flag
nsfw_levelnumberNumeric NSFW level
tagsstringComma-separated tags
trigger_wordsstringComma-separated trigger words for LORAs/embeddings
stats_download_countnumberTotal downloads
stats_thumbs_up_countnumberThumbs-up count
stats_thumbs_down_countnumberThumbs-down count
stats_comment_countnumberComment count
version_idnumberLatest version ID
version_namestringLatest version name
version_created_atstringLatest version publish date (ISO 8601)
version_base_modelstringBase model from version metadata
version_download_urlstringDirect download URL of the primary file
version_file_size_kbnumberPrimary file size in KB
version_file_formatstringFile format: SafeTensor, PickleTensor, Other
version_file_hash_sha256stringSHA256 hash of the primary file
allow_commercial_usestringCommercial use license flags
allow_derivativesbooleanWhether derivative models are allowed
model_urlstringCivitai model page URL
example_image_urlsstringComma-separated example image URLs (up to 5)

FAQ

How do I scrape the Civitai model catalog?

Civitai Scraper calls the public Civitai REST API directly. Configure your filters, set a maxItems limit, and run. No login required for SFW content.

What does Civitai Scraper cost to run?

Pricing is $0.10 per start plus $0.001 per model record. 1,000 models costs about $1.10 total. The full 500K catalog would run around $510 β€” though you can set maxItems to whatever slice you actually need.

Can I filter by model type and base model at the same time?

Yes. Civitai Scraper supports combining any filters: set modelType: "LORA" and baseModel: "Flux.1 D" together to get only Flux-compatible LORAs. Stack as many filters as needed.

Does Civitai Scraper need proxies?

No. The Civitai API is fully public and doesn't require proxy rotation. The scraper stays within the rate limit by default. An optional API key increases the limit further.

Can I get NSFW models?

Set nsfw: true and provide a free API key from civitai.com/user/account. Without an API key, NSFW filtering depends on your region's default settings.


Need More Features?

Need output for multiple versions per model, image metadata, or a different sort of coverage? File an issue or reach out.

Why Use Civitai Scraper?

  • First and only β€” There are no other Apify actors for civitai.com. This is the whole catalog, available programmatically, for the first time.
  • Clean output β€” 22 structured fields per model including the data that matters most: trigger words, SHA256 hashes, download URLs, and license flags, delivered in flat JSON with consistent naming
  • Affordable β€” At $0.001 per record, pulling 10,000 Flux LORAs costs $10. The data is worth considerably more than that to anyone building against it.

You might also like

Civitai Models & Creators Scraper

crawlerbros/civitai-scraper

Scrape Civitai, the largest AI art model sharing platform. Search AI models (Checkpoints, LoRAs, ControlNets), browse creators, collect generated images with full metadata, and explore tags. Supports cursor-based pagination for large result sets

Civitai Models Scraper

parseforge/civitai-models-scraper

Query the Civitai catalog of community Stable Diffusion models. Records include id, name, type, creator, downloads, favorites, rating, base model, tags, NSFW flag, size, and URL. Useful for AI art research, model curation, and tracking trends across community submissions.

AI Art Prompt & Model Trend Tracker

dsh-org/ai-art-prompt-model-trend-tracker

Track trending AI art models, LoRAs, and prompt engineering techniques from Civitai. Get generation parameters, trigger words, and style recipes behind popular images. SFW-only by default. Snapshot or monitor mode for new-trend alerts.

HuggingFace Model Scraper - AI/ML Model Data

jungle_synthesizer/huggingface-model-scraper

Scrape AI/ML model metadata from the HuggingFace Hub. Extract model names, task types, download counts, likes, libraries, authors, tags, licenses, model sizes, and model card excerpts. Filter by task type, library, author, and search query.

πŸ‘ User avatar

BowTiedRaccoon

2

Hugging Face Models Scraper - Low-costπŸ’²πŸ”₯πŸ€–πŸ“Œ

delectable_incubator/hugging-face-models-scraper-low-cost

Scrape Hugging Face model listings πŸ€–πŸ“Š with a powerful AI model scraper. Extract model names, creators, downloads, likes, tags, update dates, model URLs, and popularity metrics from keyword searches. Ideal for AI research, model discovery, ecosystem monitoring and machine learning datasets πŸš€

ModelScope Model Catalog Scraper

jungle_synthesizer/modelscope-model-catalog-scraper

Scrape the ModelScope (modelscope.cn) AI model catalog β€” China's Alibaba-backed model hub. Export model IDs, tasks, frameworks, download stats, stars, licenses, and READMEs.

πŸ‘ User avatar

BowTiedRaccoon

2

Hugging Face Models Scraper - Cheap πŸ€—πŸ€–πŸ”Ž

scrapestorm/hugging-face-models-scraper---cheap

🟠 Easily collect Models from Hugging Face Provide one or multiple search keywords and extract structured model data including model name, owner, likes, downloads, tags, last update date, match count & more πŸ€–πŸ“Š Perfect for AI model research, popularity tracking & model ecosystem monitoring πŸš€

2

5.0

OpenRouter AI Model Pricing Scraper

parseforge/openrouter-models-pricing-scraper

Scrape AI model catalog and pricing from OpenRouter public API. Get prompt/completion price per token, context length, modality, top providers, and supported features for 300+ AI models. No API key required.

OpenRouter Model Scraper

datapilot/openrouter-model-scraper

OpenRouter Models Scraper extracts AI model metadata from OpenRouter API, including pricing, context length, providers, modalities, token limits, vision/tool support, JSON support, and model architecture. Supports keyword filtering, proxy rotation, and structured dataset

Related articles

How to improve AI models with web scraping and data augmentation
Read more
What is generative AI?
Read more
Python and machine learning
Read more