Civitai Scraper - AI Models, LoRAs, Images & Creator Leads
Pricing
Pay per event
Civitai Scraper - AI Models, LoRAs, Images & Creator Leads
Scrape Civitai: AI models (Checkpoints, LoRAs, embeddings) with versions, download URLs, trained words, stats & license; community images with full generation prompts/params; and creator leads with socials, Patreon/Ko-fi & lead score. Filter, monitor new releases. No API key, no browser.
Pricing
Pay per event
Rating
0.0
(0)
Developer
Scrape Sage
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
15 hours ago
Last modified
Categories
Share
Civitai Scraper — AI Models, LoRAs, Images, Prompts & Creator Leads
Scrape Civitai, the largest community platform for generative-AI models — no API key, no browser, no login. Pull the full model catalog (Checkpoints, LoRAs, embeddings, ControlNets, VAEs…) with versions, download URLs, trained/trigger words, license terms and stats; community images (with generation prompts/parameters when the uploader publishes them); and creator leads with socials, Patreon/Ko-fi links and a lead score.
Turn on monitoring mode and a scheduled run only surfaces new models, images or creators since last time.
Why this Civitai scraper?
Other Civitai actors charge a start fee and return a thin model list. This one ships the richest record in the category, adds a creator-lead layer no other Civitai actor has, and runs on a clean, fast, keyless path with no start fee.
| Data | Other Civitai scrapers | This actor |
|---|---|---|
| Model name, type, base model, tags | ✅ | ✅ |
| Stats (downloads, favorites, rating, 👍) | partial | ✅ |
| All versions with files + download URLs | partial | ✅ |
| Trained / trigger words | partial | ✅ |
| License / commercial-use terms | ❌ | ✅ |
| Sample images attached to each model | partial | ✅ |
| Community images mode (prompt/CFG/steps/seed when public) | partial | ✅ |
| Creator leads (website, Patreon/Ko-fi, socials, lead score) | ❌ | ✅ |
| Monitoring — only new releases | ❌ | ✅ |
| No start fee · no API key · no browser | ❌ | ✅ |
Use cases
- Model discovery & trend tracking — find the top/newest Checkpoints and LoRAs for any base model (SD 1.5, SDXL, Pony, Flux…), tag or creator, and watch what's trending.
- Prompt engineering & datasets — collect community images with their generation prompts, negative prompts, samplers, CFG, steps and seeds (Civitai now publishes this metadata selectively; add an
apiTokenfor more coverage). - Creator outreach & lead gen — turn prolific model authors into leads with their website, Patreon/Ko-fi/Boosty and social links plus a lead score.
- AI research & curation — build datasets of models, versions, base models and license terms for analysis or training.
- Release monitoring — get only new models/versions/images on a schedule and pipe them to Slack, a sheet or your app.
How to use
- Sign up for Apify — the free plan is enough to try this actor.
- Open the Civitai Scraper, pick a mode (Models / Images / Creators), and set a search query or filters (type, base model, tag, sort).
- Click Start and watch results stream into the dataset table.
- Export as JSON, CSV, Excel, XML or RSS — or pull results via the Apify API.
Input
{"mode": "models","searchQuery": "realistic","types": ["Checkpoint", "LORA"],"baseModels": ["SDXL 1.0"],"sort": "Most Downloaded","period": "Month","maxItems": 100,"maxImagesPerModel": 4,"emitCreatorLeads": true,"enrichCreatorProfiles": true,"monitorMode": false,"proxyConfiguration": { "useApifyProxy": true }}
- mode —
models(default),images, orcreators. - searchQuery — keyword (model name in Models mode, username in Creators mode).
- modelIds / startUrls — fetch specific models by id/URL, or paste model/user URLs.
- username — only this creator's models/images.
- types / baseModels / tag — model filters (Checkpoint, LORA…; SDXL 1.0, Pony, Flux.1 D…; a tag).
- sort / period / nsfw — ordering, time window, and whether to include NSFW.
- maxItems — total records (auto-paginates the API, 100/page).
- maxImagesPerModel — sample images (with prompts) per model (0 for none).
- includeAllVersions — full version history per model.
- emitCreatorLeads / enrichCreatorProfiles — also output creator leads, enriched with socials & monetization links.
- monitorMode / monitorKey — only new releases on repeat runs.
- apiToken — optional Civitai API key (higher limits); not required.
- proxyConfiguration — Apify datacenter proxy by default.
Output
By default you get a clean table of models. Switch mode for images or creators, or toggle the dataset views.
A model record (type: "model"):
{"type": "model","id": 4201,"name": "Realistic Vision V6.0 B1","modelType": "Checkpoint","url": "https://civitai.com/models/4201","nsfw": false,"tags": ["photorealistic", "realistic", "base model"],"creator": { "username": "SG_161222", "profileUrl": "https://civitai.com/user/SG_161222" },"allowCommercialUse": ["Image", "RentCivit"],"downloadCount": 2245272,"favoriteCount": 38210,"thumbsUpCount": 41200,"rating": 4.9,"popularityScore": 96,"versionCount": 12,"latestBaseModel": "SD 1.5","latestDownloadUrl": "https://civitai.com/api/download/models/245598","trainedWords": [],"latestVersion": {"id": 245598,"name": "V6.0 B1","baseModel": "SD 1.5","publishedAt": "2024-...","files": [{ "name": "realisticVisionV60B1.safetensors", "sizeKB": 2082642, "format": "SafeTensor", "hashSHA256": "..." }],"sampleImages": [{ "url": "https://image.civitai.com/...", "prompt": "RAW photo, a portrait...", "sampler": "DPM++ SDE Karras", "cfgScale": 7, "steps": 25, "seed": 12345 }]},"scrapedAt": "2026-06-17T12:00:00.000Z"}
An image record (type: "image") carries the image url, dimensions, author, NSFW level, page URL and — when the uploader publishes generation metadata — prompt, negativePrompt, sampler, cfgScale, steps, seed and modelUsed. A creator record (type: "creator") carries username, modelCount, website, monetizationLinks (Patreon/Ko-fi/Boosty), socials, bio and a 0–100 leadScore.
Monitoring — only new releases
Turn on monitorMode and the actor remembers every model/image/creator id it has emitted (in a named key-value store keyed by monitorKey). On the next run with the same inputs it returns only records it hasn't seen before — ideal for tracking a creator, a base model, or a tag as new models drop.
It pairs with Apify Schedules: the schedule starts the run on a cron, monitoring mode dedupes against prior runs — so a daily watch only ever surfaces fresh releases.
Automate & schedule
- Apify API — start runs, fetch datasets and manage schedules over REST.
- apify-client for JavaScript and apify-client for Python — official SDKs.
- Schedules — run daily/weekly to capture new models as they're published.
- Webhooks — trigger downstream actions when a run finishes.
import { ApifyClient } from 'apify-client';const client = new ApifyClient({ token: 'MY_APIFY_TOKEN' });const run = await client.actor('scrapesage/civitai-scraper').call({mode: 'models',types: ['LORA'],baseModels: ['Flux.1 D'],sort: 'Newest',monitorMode: true,});const { items } = await client.dataset(run.defaultDatasetId).listItems();console.log(`Got ${items.length} models`);
Integrate with any app
Connect the dataset to 5,000+ apps — no code required:
- Make — multi-step automation scenarios.
- Zapier — push new models or creator leads into your CRM/sheet.
- Slack — get notified when a watched creator/base model ships a new model.
- Google Drive / Sheets — auto-export every run to a spreadsheet.
- Airbyte — pipe results into your data warehouse.
- GitHub — trigger runs from commits or releases.
Use with AI assistants (MCP)
The output is clean, LLM-ready JSON. Call this actor from Claude, ChatGPT or any agent framework through the Apify MCP server — ask your assistant to "find the top new Flux LoRAs on Civitai and their trigger words" and let it run the scraper for you.
Agent-ready: autonomous payments (x402 & Skyfire)
This actor is agent-ready — AI agents can discover it, run it, and pay for it autonomously, with no Apify account and no human in the loop. It uses pay-per-event pricing and limited permissions, so it qualifies for Apify's agentic-payment standards:
- x402 — an open, HTTP-native payment protocol. Agents pay per run in USDC on the Base network directly through the Apify MCP server — no account, no API key.
- Skyfire — agent-to-service payments for fully autonomous AI-agent workflows.
Building an AI agent, MCP tool, or autonomous data pipeline? This scraper is ready to plug in and pay as it goes.
More scrapers from scrapesage
Build a complete AI & developer data stack:
- hugging-face-scraper — Hugging Face models, datasets, Spaces & author leads
- github-scraper — repos, profiles, commit data & developer leads
- chrome-web-store-scraper — Chrome extensions, stats & developer contacts
- google-play-scraper — Android apps, ratings, reviews & developer leads
- app-store-scraper — iOS apps, ratings & reviews
- product-hunt-scraper — product launches, makers & leads
- steam-scraper — game store prices, reviews & charts
- youtube-scraper — channels, videos & creator leads
Tips
- Pick a single mode for a clean, dense table (Models / Images / Creators). Use
emitCreatorLeadsto add creator leads alongside models/images. - Cost control: set
maxImagesPerModel: 0for lean model records, and usemaxItemsto cap a run. - Creator leads: keep
enrichCreatorProfileson to capture Patreon/Ko-fi/Boosty and socials — it's the difference between a username and a contactable, monetizing creator. - Trends: combine
sort: "Most Downloaded"withperiod: "Week"to see what's hot right now; pair with monitorMode + a Schedule to track it. - Rate limits: the actor uses a fresh proxy session per request to glide past Civitai's per-IP throttling; add an
apiTokenfor extra headroom on big runs.
FAQ
Does it need a Civitai API key? No. It uses Civitai's public REST API keyless. You can add an optional token for higher limits.
Can I get download links? Yes — each model version includes its downloadUrl and file details (size, format, hashes). Downloading large model files is up to you.
Where do creator socials come from? From each creator's own Civitai profile, where they list their website, Patreon/Ko-fi/Boosty, Twitter/X, Discord, etc. When a creator hasn't added any, the fields are simply absent.
Can I export to Google Sheets, CSV or Excel? Yes — one click in the dataset view, or automatically on every run via the Google Drive integration.
How do I monitor new models? Turn on monitorMode and create a Schedule; each run emits only new models/images/creators, and a webhook can push them onward.
Is scraping Civitai legal? This actor collects publicly available data only. You're responsible for using the data in compliance with applicable laws and Civitai's terms.
Need help?
Open an issue on the actor's Issues tab, or visit the Apify help center. Feature requests are welcome — this actor is actively maintained.