Adobe Stock Scraper avatar

Adobe Stock Scraper

Pricing

from $0.70 / 1,000 results

Go to Apify Store
Adobe Stock Scraper

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.5

(5)

Developer

Iñigo Garcia Olaizola

Iñigo Garcia Olaizola

Maintained by Community

Actor stats

1

Bookmarked

275

Total users

16

Monthly active users

14 hours ago

Last modified

Share

Adobe Stock Scraper — Media, Creator Portfolios & Trends

Adobe Stock Scraper extracts structured metadata for photos, videos, illustrations, vectors, 3D assets, and templates. Search by topic or creator portfolio to support creative research, contributor analysis, content discovery, and trend monitoring.

🤖 What does Adobe Stock Scraper do?

Adobe Stock Scraper collects asset metadata from Adobe Stock searches and creator portfolios, 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
  • Retrieve creator portfolios — filter assets by an Adobe Stock creator ID, with optional keyword narrowing
  • 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.

🧠 Search modes

Set query to find assets by topic, phrase, or concept. Combine it with asset, order, and ai to focus the results.

Set creatorId to the numeric ID of an Adobe Stock contributor. Leave query empty to retrieve that creator's portfolio, or set both fields to search for a topic within the creator's assets. The creator ID is commonly visible in a public contributor profile URL.

🚀 Quick start

  1. Open the Actor — add Adobe Stock Scraper from Apify Store.
  2. Choose a search mode — set query, creatorId, or both. You can also leave both empty for a broad search.
  3. Choose the result limit — set maxItems to the number of unique assets you need.
  4. Apply filters — choose asset, order, and optional AI filtering.
  5. Run the Actor — click Run in Apify Console.
  6. Download the dataset — export results as JSON, CSV, Excel, or another supported format.

📝 Input parameters

ParameterTypeRequiredDescription
maxItemsIntegerYesMaximum number of unique assets to save. Default 100; use 0 to continue until the available results are exhausted.
queryStringNoSearch phrase, such as people working, mountain landscape, or food photography. Omit it when retrieving a creator portfolio.
creatorIdIntegerNoAdobe Stock creator ID. Use it alone to retrieve the creator's portfolio or with query to search within that portfolio.
assetEnumNoAsset type: photo · illustration · vector · 3d · template · video. Default photo.
aiEnumNoGenerative AI filter: "" (any) · only · exclude. Default "".
orderEnumNoSort 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"
}

Retrieve a creator's newest photos

{
"maxItems": 100,
"creatorId": 205216144,
"asset": "photo",
"order": "newest"
}

📊 Results

Each dataset item can include the following fields:

  • Asset identity: id, stock_id, title, details_url
  • Creator information: creator_id, creator_name, country_name
  • Format and classification: content_type, media_type_id, category, premium_level_id, is_gentech, is_licensed
  • Dimensions and dates: width, height, thumbnail_width, thumbnail_height, creation_date
  • Search metadata: keywords, nb_downloads, nb_views
  • Images and previews: thumbnail_url, thumbnail_500_url, thumbnail_1000_url, comp_url
  • Video details when available: video_preview_url, video_preview_width, video_preview_height, video_preview_content_length, video_preview_content_type, video_small_preview_url, video_small_preview_width, video_small_preview_height, video_small_preview_content_length, video_small_preview_content_type, duration, framerate

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 focused query.
  • 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 asset values.
  • Retrieve a full creator portfolio: set creatorId and leave query empty.
  • Search within a creator's portfolio: set both creatorId and query.

⚙️ Best practices

  • Start with a focused query to reduce unrelated results.
  • Use a realistic maxItems for 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 id as the stable asset identifier when comparing repeated runs.
  • 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.

Can I retrieve all assets from one creator?

Yes. Set creatorId to the contributor's numeric Adobe Stock ID and leave query empty. Use asset, order, and ai to narrow the portfolio.

Can I search for a topic within a creator's portfolio?

Yes. Set both creatorId and query; the results are limited to that creator and topic.

What happens if I omit both query and creatorId?

The Actor performs a broad search using your selected asset type, sort order, and AI filter. Set maxItems to keep the result set manageable.

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.