Adobe Stock Scraper
Pricing
from $0.70 / 1,000 results
Adobe Stock Scraper
Extract data from Adobe Stock's vast library of photos, videos, illustrations, vectors, and AI-generated content. This scraper gathers titles, dimensions, authors, and previews from search results across global regions. Perfect for analyzing trends and monitoring creative assets on stock.adobe.com
Pricing
from $0.70 / 1,000 results
Rating
4.0
(4)
Developer
Iñigo Garcia Olaizola
Maintained by CommunityActor stats
1
Bookmarked
232
Total users
11
Monthly active users
4 days ago
Last modified
Categories
Share
Adobe Stock Scraper — Photos, Videos & Popularity Data
Search Adobe Stock assets and download clean, structured results for creative research, content analysis, and trend monitoring.
🤖 What does Adobe Stock Scraper do?
Adobe Stock Scraper collects asset metadata from Adobe Stock searches, including titles, creators, dimensions, previews, keywords, categories, download counts, and views.
- Search multiple asset types — photos, illustrations, vectors, videos, 3D assets, and templates
- Measure popularity — compare reported download and view counts
- Track new content — sort searches by newest assets
- Filter generative AI content — include it, exclude it, or return only AI-generated assets
- Export structured results — download your dataset as JSON, CSV, Excel, or other Apify-supported formats
Great for: creative trend research, contributor analysis, content discovery, mood-board research, and stock media monitoring.
SEO keywords: Adobe Stock scraper, scrape Adobe Stock, Adobe Stock photos, Adobe Stock videos, stock image data, creative trend research.
💡 Why scrape Adobe Stock?
- 📈 Spot creative trends — discover recurring topics, formats, categories, and keywords.
- 🏆 Compare popular assets — use downloads and views to identify content that attracts attention.
- 🎯 Research competitors and contributors — compare creators, portfolios, and publishing patterns.
- 🆕 Monitor new content — sort by creation date to follow recently added assets.
- 🧠 Study generative AI adoption — include or exclude AI-generated content for cleaner comparisons.
🚀 Quick start
- Open the Actor — add Adobe Stock Scraper from Apify Store.
- Configure the search — set
query,asset,order, and optional AI filtering. - Choose the result limit — set
maxItemsto the number of unique assets you need. - Run the Actor — click Run in Apify Console.
- Download the dataset — export results as JSON, CSV, Excel, or another supported format.
📝 Input parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
maxItems | Integer | Yes | Maximum number of unique assets to save. Default 100; use 0 to continue until the available results are exhausted. |
query | String | Yes | Search phrase, such as people working, mountain landscape, or food photography. |
asset | Enum | No | Asset type: photo · illustration · vector · 3d · template · video. Default photo. |
ai | Enum | No | Generative AI filter: "" (any) · only · exclude. Default "". |
order | Enum | No | Sort results by relevance · downloads · newest. Default relevance. |
Example inputs
Find popular non-AI business photos
{"maxItems": 250,"query": "business teamwork","asset": "photo","ai": "exclude","order": "downloads"}
Monitor newly published travel illustrations
{"maxItems": 100,"query": "sustainable travel","asset": "illustration","ai": "","order": "newest"}
📊 Results
Each dataset item can include the following fields:
| Fields | Description |
|---|---|
id, stock_id, title | Asset identifiers and title |
creator_id, creator_name, country_name | Creator information |
width, height, content_type, media_type_id | Dimensions and media type |
category, keywords, creation_date | Category, searchable keywords, and publication date |
details_url, comp_url | Asset page and watermarked preview links |
thumbnail_url, thumbnail_500_url, thumbnail_1000_url | Thumbnail and preview images |
thumbnail_width, thumbnail_height | Thumbnail dimensions |
nb_downloads, nb_views | Reported download and view counts |
premium_level_id, is_gentech, is_licensed | Premium, generative AI, and licensing indicators |
video_preview_url, video_preview_width, video_preview_height | Video preview details when available |
video_small_preview_url, duration, framerate | Additional video information when available |
Example photo result:
{"id": 349979908,"title": "Multi ethnic people of different age looking at camera collage mosaic horizontal banner.","creator_id": 205271089,"creator_name": "fizkes","country_name": "Russian Federation","width": 4000,"height": 1000,"content_type": "image/jpeg","media_type_id": 1,"category": {"id": 695,"name": "People"},"keywords": [{ "name": "adult" },{ "name": "business" },{ "name": "people" }],"creation_date": "2020-05-17 22:25:26.108788","thumbnail_url": "https://as2.ftcdn.net/v2/jpg/03/49/97/99/500_F_349979908_zOFuSYmAZ2d7kDt6YSKC4oQCHYQfjNrZ.jpg","thumbnail_width": 500,"thumbnail_height": 125,"nb_downloads": 5027,"nb_views": 0,"premium_level_id": 0,"is_gentech": false}
Some fields depend on the asset type. For example, video preview, duration, and framerate fields are normally empty for photos. Licensing information may also be unavailable for some results.
🧭 Common recipes
- Find proven popular content: set
order="downloads"and choose a focusedquery. - Track newly published assets: set
order="newest"and rerun the same search regularly. - Exclude generative AI: set
ai="exclude". - Research AI-generated content: set
ai="only". - Compare formats: repeat the same query with different
assetvalues.
⚙️ Best practices
- Start with a focused query to reduce unrelated results.
- Use a realistic
maxItemsfor faster runs and smaller datasets. - Treat popularity metrics as snapshots because counts can change over time.
- Expect search rankings to evolve as Adobe Stock adds, updates, or removes assets.
- Use
idas the stable asset identifier when comparing repeated runs.
⚖️ Legal & ethical considerations
- Respect Adobe Stock's Terms of Service and applicable usage policies.
- Use previews, titles, creator information, and other metadata responsibly.
- Follow copyright and licensing requirements before publishing or redistributing creative assets.
- Handle creator information in accordance with privacy laws such as GDPR and CCPA.
- Keep collection volumes reasonable and avoid abusive usage patterns.
This Actor is an independent tool and is not affiliated with, endorsed by, or sponsored by Adobe. Adobe Stock and related trademarks belong to their respective owners.
❓ FAQ
Which Adobe Stock asset types can I search?
You can search photos, illustrations, vectors, videos, 3D assets, and templates.
Can I exclude generative AI assets?
Yes. Set ai="exclude". Use ai="only" to return only generative AI results.
What do nb_downloads and nb_views mean?
They are the download and view counts reported for the asset at the time of the run. Availability and values can vary by asset.
Why did the Actor save fewer items than maxItems?
The search may run out of distinct results. The Actor removes duplicate asset IDs instead of padding the dataset with repeated items.
Does this Actor download licensed source files?
No. It collects searchable asset metadata and available previews. Obtain and use licensed source files through Adobe Stock under the appropriate license.
🛟 Support
Need a custom field, filter, or export workflow? Open an issue or contact the developer at https://igolaizola.com/#contact.