VOOZH about

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

⇱ Civitai Models Scraper Β· Apify


Pricing

from $7.50 / 1,000 results

Go to Apify Store

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.

Pricing

from $7.50 / 1,000 results

Rating

0.0

(0)

Developer

πŸ‘ ParseForge

ParseForge

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

24 days ago

Last modified

Share

πŸ‘ ParseForge Banner

🎨 Civitai Public Models API Scraper

πŸš€ Export Civitai public model metadata in seconds. ID, name, type, creator, downloads, favorites, rating, tags, NSFW flag, base model, versions, and file size, straight from the public civitai.com API.

πŸ•’ Last updated: 2026-06-05 Β· πŸ“Š 15 fields per record Β· Full Civitai catalogue Β· Checkpoints, LoRAs, ControlNets, VAEs, and more

The Civitai Public Models API Scraper turns the civitai.com/api/v1/models public REST endpoint into a clean dataset. It paginates through the catalogue with whatever sort, type, base model, and NSFW filters you supply, then flattens each model into one row.

Coverage spans the full Civitai catalogue, the largest open community for Stable Diffusion checkpoints, LoRAs, ControlNets, textual inversions, VAEs, and motion modules. Each row carries id, name, type, creator, download and favorite counts, rating, tags, NSFW flag, base model name, version count, and first file size in KB.

🎯 Target AudienceπŸ’‘ Primary Use Cases
🎨 AI artistsDiscover top LoRAs and checkpoints
πŸ“Š ML researchersTrack open generative model ecosystem
🏒 Platform teamsMirror Civitai into internal galleries
πŸ§‘β€πŸŽ“ EducatorsCurate generative art teaching sets
πŸ“° AI journalistsSource community gen-AI stories
πŸ‘©β€πŸ’» DevelopersPower discovery features with Civitai data

πŸ“‹ What the Civitai Public Models API Scraper does

  • Calls /api/v1/models with your chosen sort, query, type, and base model filters.
  • Paginates via the Civitai cursor field.
  • Flattens nested stats, creator, and first-version data into top-level fields.
  • Surfaces upstream errors as a clean error record.
  • Exports as CSV, Excel, JSON, JSONL, XML, RSS, or HTML.

πŸ’‘ Why it matters: Civitai is the open hub for Stable Diffusion and related generative models. This actor turns its catalogue into a structured dataset for trend tracking and discovery.

🎬 Full Demo

🚧 Coming soon.

βš™οΈ Input

FieldTypeRequiredDescription
querystringNoFree-text search across model names.
maxItemsintegerNoFree users 10, paid up to 1,000,000. Prefill is 10.
sortenumNoHighest Rated, Most Downloaded, or Newest.
typeenumNoCheckpoint, LoRA, ControlNet, etc.
baseModelstringNoSD 1.5, SDXL 1.0, Pony, Flux.1 D.
nsfwbooleanNoAllow NSFW models. Default false.

Example 1, top rated checkpoints:

{"sort":"Highest Rated","type":"Checkpoint","maxItems":50}

Example 2, SDXL LoRAs:

{"type":"LORA","baseModel":"SDXL 1.0","maxItems":100}

⚠️ Good to Know: The Civitai API is public. Optionally set a CIVITAI_API_KEY environment variable for higher rate limits. The key is read server-side and never exposed in the input.

πŸ“Š Output

FieldTypeDescription
πŸ†” idnumberCivitai model id.
🎨 namestringModel name.
🏷️ typestringModel type.
πŸ‘€ creatorstringCreator username.
⬇️ downloadCountnumberDownload count.
❀️ favoriteCountnumberFavorite count.
⭐ ratingnumberAverage rating.
🏷️ tagsarrayTag array.
πŸ”ž nsfwbooleanNSFW flag.
🧠 baseModelstringBase model for the first version.
πŸ”– versionsnumberTotal version count.
πŸ’Ύ fileSizenumberFirst-file size in KB.
πŸ”— urlstringDirect link.
πŸ•’ scrapedAtstringWhen fetched.
❌ errorstringSet if the upstream response was an error.

Sample record:

{
"id":12345,
"name":"Vintage Film LoRA",
"type":"LORA",
"creator":"artistx",
"downloadCount":84231,
"favoriteCount":4231,
"rating":4.92,
"tags":["style","film","retro"],
"nsfw":false,
"baseModel":"SDXL 1.0",
"versions":3,
"fileSize":152300,
"url":"https://civitai.com/models/12345",
"scrapedAt":"2026-06-05T12:00:00.000Z",
"error":null
}

✨ Why choose this Actor

| πŸ†“ | Public Civitai API, no key required (optional for higher rate limits). | | 🎨 | Built for the Stable Diffusion ecosystem. | | πŸ”’ | Casts download, favorite, and rating counts for clean spreadsheet imports. | | πŸ›Ÿ | Surfaces upstream errors as clean rows. | | πŸ”Œ | Sort, query, type, base model, and NSFW filters exposed. | | πŸ’Ύ | Push to dataset for CSV, Excel, JSON, XML, or RSS export. |

πŸ“ˆ How it compares to alternatives

ApproachSetupPaginationFlatteningExport formats
Raw curl5 minmanualnonemanual
DIY Python script30 minyespartialcode
This Actor5 secondsyesyes7 formats

πŸš€ How to use

  1. Click Try for free.
  2. Pick a sort and optional filters.
  3. Click Start. Your dataset is ready in seconds.

πŸ’Ό Business use cases

🎨 Asset discovery. Find top LoRAs and checkpoints for your art pipeline.

πŸ“Š Trend tracking. Monitor how SDXL adoption compares to SD 1.5 by downloads.

🏒 Internal galleries. Mirror Civitai assets into a private discovery UI.

πŸ“° Gen-AI journalism. Build datasets on community taste shifts.

πŸ”Œ Automating Civitai Public Models API Scraper

  • Make / Zapier: schedule a daily run.
  • Cron schedule: native Apify scheduler.
  • Webhooks: POST on completion.
  • Warehouse pipe: native integrations move datasets straight into BigQuery, Snowflake, or Postgres.

🌟 Beyond business use cases

πŸŽ“ Education. Curate generative art teaching sets.

πŸ§ͺ Personal research. Track what styles the community is producing.

🀝 Non-profit and open data. Open generative-AI ecosystem maps.

🧰 Tinkering and prototyping. Power a Civitai discovery side project.

πŸ€– Ask an AI assistant about this scraper

Drop this README into ChatGPT, Claude, or any AI assistant and ask it to design a Civitai analytics pipeline. The input fields, schema, and examples above contain everything an LLM needs.

❓ Frequently Asked Questions

❓ API key needed? No. Set CIVITAI_API_KEY env var for higher rate limits.

❓ Filter by type? Yes, Checkpoint, LoRA, ControlNet, and more.

❓ Filter by base model? Yes.

❓ NSFW handling? Off by default. Set nsfw to true to include.

❓ Pagination? Yes, automatic cursor pagination.

❓ Rate limits? Generous public limits.

❓ Excel export? Yes, via the Apify dataset UI.

❓ Schema stability? Core fields are stable.

❓ Scheduling? Yes, via Apify scheduler.

❓ Public data only? Yes.

πŸ”Œ Integrate with any app

Apify ships native integrations with Make, Zapier, Slack, Discord, Google Drive, Google Sheets, Gmail, Airbyte, Keboola, Telegram, GitHub, and any REST API or webhook endpoint. Trigger runs from a calendar event, a form submission, a cron job, or pipe results straight into BigQuery, Snowflake, or a Postgres warehouse.

πŸ”— Recommended Actors

ActorWhat it does
ParseForge Hugging Face Spaces ScraperPublic Hugging Face Spaces metadata.
ParseForge Hugging Face Collections ScraperPublic Hugging Face collections.
ParseForge Hugging Face Discussions ScraperDiscussion threads and PRs on Hugging Face repos.
ParseForge ModelScope Models ScraperModelScope public models.

πŸ’‘ Pro Tip: browse the complete ParseForge collection for 900+ production-grade scrapers across business intelligence, real estate, e-commerce, sports, finance, and public records.


Disclaimer. This actor scrapes only publicly available data. ParseForge is not affiliated with, endorsed by, or sponsored by any of the third-party services referenced. Users are responsible for complying with the target site's terms of service and applicable law. Create a free account w/ $5 credit.

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 Scraper - AI Model Catalog, LORAs, Checkpoints & Stats

jungle_synthesizer/civitai-models-scraper

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.

πŸ‘ User avatar

BowTiedRaccoon

5

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

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.

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 πŸš€

Twitter(X) Community Members Scraper by Community ID-Cookieless

patient_discovery/twitter-community-members

Extract Twitter community members without login or cookies. Enter a Community ID and get member profiles including username, display name, profile image, and verification status in JSON or CSV. Ideal for audience research, community analysis, and lead generation.

DeepInfra Models Scraper

automation-lab/deepinfra-models-scraper

Scrape all ML inference models from DeepInfra including model ID, type, creator, pricing (input/output token costs), context window size, and other metadata.

πŸ‘ User avatar

Stas Persiianenko

2

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

gio21/huggingface-models-scraper

Search and scrape Hugging Face models by task, library, or query. Returns id, downloads, likes, pipeline_tag, library_name, tags, last modified. Pay per model returned.

Related articles

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