DeviantArt Deviations & Artist Scraper
Pricing
from $6.80 / 1,000 deviations
DeviantArt Deviations & Artist Scraper
Scrape DeviantArt deviations by keyword, tag, artist or URL: title, artist, image, favourites, views, tags, category, description, mature flag and download availability, plus artist watchers and total deviation count. For art discovery, trend research and creative lead generation.
Pricing
from $6.80 / 1,000 deviations
Rating
0.0
(0)
Developer
Scrapers Lat
Maintained by CommunityActor stats
0
Bookmarked
1
Total users
0
Monthly active users
a day ago
Last modified
Categories
Share
DeviantArt Deviations & Artist Scraper
Here is one real result, with every field the actor returns (the signed imageUrl is trimmed here for readability; the actor returns the full URL):
{"imageUrl": "https://images-wixmp-ed30a86b8c4ca887773594c2.wixmp.com/f/37b45cc0-364f-497c-9a38-fb1c5ba4cda0/dmlqoct-af73763d-3923-4282-86cb-6281e0e9e97e.png/v1/fill/w_1920,h_1075,q_80,strp/castle_fantasy_landscape_adoptable_superhd_hq_8k_by_dissunder_dmlqoct-fullview.jpg?token=...","title": "Castle Fantasy Landscape Adoptable SuperHD HQ 8K","url": "https://www.deviantart.com/dissunder/art/Castle-Fantasy-Landscape-Adoptable-SuperHD-HQ-8K-1366772429","deviationId": "1366772429","mediaType": "image","artistUsername": "Dissunder","artistName": "Dissunder","artistUrl": "https://www.deviantart.com/Dissunder","artistType": "core_max","artistLevel": "Hobbyist","artistSpeciality": "Digital Art","artistWatchers": 17238,"artistDeviationsCount": null,"publishedDate": "2026-08-10T20:06:06.000Z","favourites": 1,"comments": 0,"views": 780,"downloads": 0,"isMature": false,"isAiGenerated": true,"isDownloadable": false,"downloadPriceUsd": null,"license": "none","fileType": "png","shortUrl": "http://fav.me/dmlqoct","isDailyDeviation": false,"searchInput": "fantasy landscape","description": "⭐️ \n- I can help create your character as well. Commissions Open. Write me a note!\n- All rights for buyer\n- To purchase, click \"adopt\" below the submission or Write in Comments...","tags": ["adoptable", "castle", "fantasy", "fantasylandscape", "landscape", "medievalfantasy", "fantasylandscapeart", "superhd"],"width": 7560,"height": 4232,"fileSizeBytes": 61291937,"hasWatermark": true,"aiSummary": "This digital artwork features a vibrant and enchanting castle set within a fantastical landscape, characterized by its medieval fantasy style. The mood is whimsical and inviting, perfect for those who appreciate high-quality, immersive fantasy art.","aiTags": ["castle", "fantasy", "landscape", "medieval", "adoptable", "digitalart", "superhd", "hq", "8k", "fantasyart", "artcommission", "fantasylandscape"],"observedAt": "2026-08-14T07:21:33.926Z","error": null}
The most complete DeviantArt scraper available. It returns every field a deviation exposes (image, title, stats, license, file type, maturity and AI-generated flags), enriches each artwork with description, full tag list, image dimensions and download price, adds artist details (watchers, level, speciality), and gives you four input modes plus opt-in AI enrichment to target exactly the deviations you need.
📥 Input · 📤 Output · 💰 Pricing · ▶️ Examples
Table of contents
- What it does
- Quickstart
- Input reference
- Output reference
- Example output record
- Run via API and CLI
- Fetch results
- Billing and limits
- FAQ and troubleshooting
What it does
The actor collects deviations (artworks) from DeviantArt by search keyword, tag, direct deviation URL, or artist, and writes one normalized record per deviation to the run's dataset. Each record carries the image URL, title, deviation URL and ID, media type, engagement stats (favourites, comments, views, downloads), maturity and AI-generated flags, license, file type, and the artist's username, level, speciality, and watcher count.
With withDetails on (the default), each deviation is opened to add its full description, complete tag list, image dimensions, file size, watermark flag, and download price when it is for sale. Missing source values are returned as null, never invented. Optional paid add-ons can attach an AI artwork summary and AI discovery tags.
Quickstart
Open the actor, paste this into the input, and press Run. It returns 10 deviations matching "fantasy landscape" with full details.
{"searchQueries": ["fantasy landscape"],"maxDeviations": 10,"withDetails": true}
Provide at least one of searchQueries, tags, deviationUrls, or artistUrls. Turn off withDetails for a faster, lighter run.
Input reference
| Field | Type | Required | Default | Description | Example |
|---|---|---|---|---|---|
searchQueries | string[] | no | ["fantasy landscape"] | Keywords or topics to search on DeviantArt. One run can process several searches. | ["dragon art"] |
tags | string[] | no | (empty) | DeviantArt tags to browse (no #). | ["digitalart"] |
deviationUrls | string[] | no | (empty) | Direct links to individual deviations to scrape. | ["https://www.deviantart.com/user/art/Title-123"] |
artistUrls | string[] | no | (empty) | Artist usernames or profile URLs. Returns each artist's gallery deviations plus watchers and deviation count. | ["Dissunder"] |
maxDeviations | integer | no | 10 | Maximum number of deviations to collect across all inputs. | 50 |
withDetails | boolean | no | true | Open each deviation to add description, full tags, dimensions, and download price. | false |
withSummary | boolean | no | false | AI add-on. Summarize each artwork (subject, style, mood). Requires details and a real description. Billed per successful summary. Disabled on free plans. | true |
withTags | boolean | no | false | AI add-on. Generate descriptive discovery tags for each artwork. Requires details and a real description. Billed per successful tagging. Disabled on free plans. | true |
Output reference
One dataset item per deviation. Types: string, integer, number, boolean, string[], or null when the source value is absent.
| Field | Type | Description |
|---|---|---|
imageUrl | string | Direct (signed) image URL for the deviation. |
title | string | Deviation title. |
url | string | Canonical deviation page URL. |
deviationId | string | DeviantArt deviation ID (unique per artwork). |
mediaType | string | Media type, for example image. |
artistUsername | string | Artist's username. |
artistName | string | Artist's display name. |
artistUrl | string | Artist's profile URL. |
artistType | string | Account type, for example core_max. |
artistLevel | string | Artist level, for example Hobbyist. |
artistSpeciality | string | Artist's speciality, for example Digital Art. |
artistWatchers | integer | Number of watchers on the artist. |
artistDeviationsCount | integer | Artist's total deviation count when available, else null. |
publishedDate | string | ISO 8601 publish timestamp. |
favourites | integer | Number of favourites. |
comments | integer | Number of comments. |
views | integer | Number of views. |
downloads | integer | Number of downloads. |
isMature | boolean | true when flagged mature. |
isAiGenerated | boolean | true when flagged AI-generated. |
isDownloadable | boolean | true when the file can be downloaded. |
downloadPriceUsd | number | Download price in USD when for sale, else null. |
license | string | License label, for example none. |
fileType | string | File type, for example png. |
shortUrl | string | Short fav.me URL. |
isDailyDeviation | boolean | true if it was a Daily Deviation. |
searchInput | string | The input value (keyword/tag/artist) that produced this record. |
description | string | Full deviation description (with details on). |
tags | string[] | Full tag list (with details on). |
width | integer | Image width in pixels (with details on). |
height | integer | Image height in pixels (with details on). |
fileSizeBytes | integer | File size in bytes (with details on). |
hasWatermark | boolean | true when the preview is watermarked. |
aiSummary | string | AI artwork summary (opt-in), else null. |
aiTags | string[] | AI discovery tags (opt-in), else null. |
observedAt | string | ISO 8601 timestamp of when the record was collected. |
error | string | null on success. On a failed run, a single item with a populated error field is written instead. |
Example output record
Real record from a live run (input {"searchQueries": ["fantasy landscape"], "maxDeviations": 5, "withDetails": true, "withSummary": true, "withTags": true}), with imageUrl and description trimmed for brevity:
{"title": "Castle Fantasy Landscape Adoptable SuperHD HQ 8K","url": "https://www.deviantart.com/dissunder/art/Castle-Fantasy-Landscape-Adoptable-SuperHD-HQ-8K-1366772429","deviationId": "1366772429","mediaType": "image","artistUsername": "Dissunder","artistLevel": "Hobbyist","artistSpeciality": "Digital Art","artistWatchers": 17238,"publishedDate": "2026-08-10T20:06:06.000Z","favourites": 1,"comments": 0,"views": 780,"isMature": false,"isAiGenerated": true,"isDownloadable": false,"downloadPriceUsd": null,"license": "none","fileType": "png","tags": ["adoptable", "castle", "fantasy", "fantasylandscape", "landscape", "medievalfantasy", "superhd"],"width": 7560,"height": 4232,"fileSizeBytes": 61291937,"hasWatermark": true,"aiSummary": "This digital artwork features a vibrant and enchanting castle set within a fantastical landscape, characterized by its medieval fantasy style.","aiTags": ["castle", "fantasy", "landscape", "medieval", "adoptable", "digitalart", "8k"],"observedAt": "2026-08-14T07:21:33.926Z","error": null}
Run via API and CLI
Start a run and wait for it to finish, then read the dataset. Replace <TOKEN> with your Apify API token.
Run synchronously and get dataset items in one call:
curl -X POST "https://api.apify.com/v2/acts/scrapers_lat~deviantart-scraper/run-sync-get-dataset-items?token=<TOKEN>" \-H "Content-Type: application/json" \-d '{"searchQueries":["fantasy landscape"],"maxDeviations":10,"withDetails":true}'
Start a run asynchronously:
curl -X POST "https://api.apify.com/v2/acts/scrapers_lat~deviantart-scraper/runs?token=<TOKEN>" \-H "Content-Type: application/json" \-d '{"artistUrls":["Dissunder"],"maxDeviations":50}'
Apify CLI:
apify call scrapers_lat/deviantart-scraper \--input '{"tags":["dragon"],"maxDeviations":25}'
Fetch results
Every run writes to a dataset. Fetch items as JSON, CSV, or Excel by changing format:
# JSONcurl "https://api.apify.com/v2/datasets/<DATASET_ID>/items?token=<TOKEN>&clean=true&format=json"# CSVcurl "https://api.apify.com/v2/datasets/<DATASET_ID>/items?token=<TOKEN>&clean=true&format=csv"# Paginate large datasetscurl "https://api.apify.com/v2/datasets/<DATASET_ID>/items?token=<TOKEN>&offset=1000&limit=1000"
<DATASET_ID> is returned as defaultDatasetId in the run object. Use offset and limit to page through large result sets. clean=true drops empty and internal fields.
Billing and limits
- Pay per result. You are charged per deviation record returned (
resultevent). See the pricing tab for the current per-result price. - Details and AI add-ons are billed separately. Fetching deviation details, AI summary, and AI tags each charge only when they succeed and only when enabled.
- No charge on failure. If a run errors, the actor writes a single item with a populated
errorfield and does not charge for it. Empty runs cost nothing. - Spend cap respected. Set
maxTotalChargeUsdon the run; once reached, the actor stops emitting and charging further billable results. - Free Apify plans are capped at 10 deviations per run. AI add-ons are disabled on free plans. Upgrade for higher limits.
FAQ and troubleshooting
Which input should I use?
Use searchQueries for keyword discovery, tags to browse a tag, deviationUrls for specific artworks, or artistUrls to pull an artist's gallery. You can combine them; results are capped by maxDeviations.
Why is description or tags empty?
Those come from the deviation detail page. Turn on withDetails (the default) to populate description, full tags, dimensions, and download price.
Can I tell which artworks are AI-generated?
Yes. isAiGenerated reflects DeviantArt's AI-generated flag on the deviation.
Why is downloadPriceUsd null?
The deviation is not for paid download, or no price is published. Missing source values are returned as null, never invented.
Is this an official DeviantArt tool? No. This actor is independent and has no affiliation with DeviantArt. It reads only data that is publicly available. Use it in accordance with the source's terms and respect artists' rights.
Related scrapers
- Behance Scraper: Projects and creatives from Behance.
- Dribbble Scraper: Shots and designers from Dribbble.
- Pinterest Scraper: Pins and boards from Pinterest.
- YouTube Scraper: Videos, channels, and metadata.
- Instagram Scraper: Posts, profiles, and media.
- SoundCloud Scraper: Tracks and artists from SoundCloud.
More scrapers at scrapers.lat
Built and maintained by scrapers.lat, where we publish scrapers for US and Latin American public platforms: company registries, government data, finance, e-commerce and more. Browse the catalog or request a custom scraper at scrapers.lat.
Independent tool, not affiliated with DeviantArt. Accesses only publicly available data. Use in accordance with the source's terms of service and respect artists' rights.
