Adobe Stock Analyzer avatar

Adobe Stock Analyzer

Pricing

from $0.20 / 1,000 results

Go to Apify Store
Adobe Stock Analyzer

Adobe Stock Analyzer

Adobe Stock analyzer that looks up assets by ID or URL and returns downloads, views, keywords, and creator metadata so microstock contributors can track performance and study competitor portfolios.

Pricing

from $0.20 / 1,000 results

Rating

0.0

(0)

Developer

Kawsar

Kawsar

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Categories

Share

Adobe Stock Analyzer: look up asset downloads, views, and metadata

Adobe Stock Analyzer cover

Adobe Stock Analyzer helps microstock contributors and researchers look up Adobe Stock assets by ID or stock.adobe.com URL and export downloads, views, keywords, creator details, AI flags, and preview links in a structured dataset. Paste one or more asset IDs or full Stock links, run the actor, and get clean rows ready for tracking, competitor analysis, or bulk metadata export.

What data does this actor extract?

For each Adobe Stock asset the actor resolves, it can return:

  • Asset identity: asset ID, title, kind/media type, content type, file format
  • Performance: download count, view count
  • Creator: creator name, creator ID, country
  • Dates: upload date, creation date
  • Visuals: thumbnail URL, dimensions, width, height, size in bytes, transparency and loop flags
  • Classification: category name/ID, premium level, keywords, vector type
  • AI signals: generative AI (gentech) flag and a normalized AI status
  • Media extras: duration, framerate, video preview URL and size, template type and category IDs
  • Links: asset URL and complementary preview (comp) URL

Use cases

  • Contributor download tracking: monitor how your own Adobe Stock files perform over time without manual UI clicks
  • Competitor portfolio analysis: inspect rival assets by ID or URL and compare downloads, views, and keyword strategy
  • AI content checks: spot generative AI (gentech) flags across batches of assets
  • Bulk metadata export: pull titles, keywords, dimensions, and creator fields into a dataset or spreadsheet
  • Research: collect structured Stock metadata for market or niche studies

Input

FieldTypeRequiredDescription
assetIdsarray of stringsyesAdobe Stock asset IDs or full stock.adobe.com URLs (one per line)
maxItemsintegernoMax assets to process (default 100). Use 0 for no limit (a safety ceiling of 100000 still applies)
timeoutSecsintegernoOverall run timeout in seconds (default 300, max 3600)
requestTimeoutSecsintegernoPer-request HTTP timeout in seconds (default 30)
proxyConfigurationobjectnoOptional Apify proxy settings

Example input

The assetIds field accepts bare numeric IDs and any stock.adobe.com link shape (photo, video, vector, 3D, template, audio):

{
"assetIds": [
"841165203",
"https://stock.adobe.com/841165203",
"https://stock.adobe.com/images/example-photo/1004530648",
"https://stock.adobe.com/video/1506237232",
"https://stock.adobe.com/3d-assets/439387925"
],
"maxItems": 0,
"timeoutSecs": 300,
"requestTimeoutSecs": 30,
"proxyConfiguration": {
"useApifyProxy": true
}
}

Output example

{
"assetId": "841165203",
"assetTitle": "Modern workspace with laptop and coffee",
"assetKind": "Photo",
"contentType": "image/jpeg",
"fileFormat": "JPEG",
"creatorName": "Example Creator",
"creatorId": "123456789",
"countryName": "United States",
"uploadDate": "2024-05-12T10:22:00Z",
"creationDate": "2024-05-10T08:00:00Z",
"downloadCount": 1842,
"viewCount": 25670,
"assetUrl": "https://stock.adobe.com/images/841165203",
"thumbnailUrl": "https://as2.ftcdn.net/v2/jpg/example_thumb.jpg",
"dimensions": "6000x4000",
"width": 6000,
"height": 4000,
"sizeBytes": 8453120,
"categoryName": "Business",
"categoryId": "8",
"aiStatus": "not_ai",
"isGentech": false,
"isTransparent": false,
"isLoop": null,
"premiumLevelId": 1,
"mediaTypeId": 1,
"stockId": "841165203",
"compUrl": "https://stock.adobe.com/comp/841165203",
"keywords": ["workspace", "laptop", "coffee", "desk", "business"],
"vectorType": null,
"duration": null,
"framerate": null,
"videoPreviewUrl": null,
"videoPreviewWidth": null,
"videoPreviewHeight": null,
"templateTypeId": null,
"templateCategoryIds": null
}

Output fields

FieldDescription
assetIdAdobe Stock asset ID
assetTitleAsset title
assetKindMedia kind (Photo, Illustration, Vector, Video, etc.)
contentTypeMIME / content type
fileFormatDerived file format
creatorNameCreator display name
creatorIdCreator ID
countryNameCreator country
uploadDateUpload / create date from the API
creationDateCreation date
downloadCountNumber of downloads
viewCountNumber of views
assetUrlPublic Adobe Stock asset URL
thumbnailUrlPreview thumbnail URL
dimensionsWidth x height string
width / heightPixel dimensions
sizeBytesFile size in bytes
categoryName / categoryIdCategory labels
aiStatusNormalized AI status (generative_ai, not_ai, unknown)
isGentechGenerative AI flag
isTransparentTransparency flag
isLoopLoop flag (video/audio where applicable)
premiumLevelIdPremium level identifier
mediaTypeIdMedia type ID
stockIdStock ID
compUrlComplementary preview URL
keywordsKeyword list
vectorTypeVector type when applicable
duration / framerateVideo/audio timing fields
videoPreviewUrl / videoPreviewWidth / videoPreviewHeightVideo preview metadata
templateTypeId / templateCategoryIdsTemplate metadata

How it works

  1. Normalize each input line into an Adobe Stock asset ID (plain digits or parsed from a stock.adobe.com URL).
  2. Cap the list with maxItems (hard max 1000).
  3. Look up the assets in batches of about 50 IDs.
  4. Optionally route each batch through Apify Proxy.
  5. Normalize the response into dataset rows.
  6. On batch failure, push an error row for that batch and continue with the rest.

No private Adobe API key is required for the default configuration.

This actor is an independent tool and is not affiliated with, endorsed by, or sponsored by Adobe Inc. Adobe Stock and related marks belong to their respective owners. Use the actor in line with Adobe's terms of use and applicable laws. Do not use it to circumvent access controls or collect beyond publicly available metadata.

Integrations

Export results from the Apify dataset to Google Sheets, webhooks, Make, Zapier, or your own HTTP endpoint. You can also schedule runs and chain this actor with other Apify actors in a workflow.

Ready to try

Paste a few Adobe Stock asset IDs or stock.adobe.com URLs, optionally turn on Apify Proxy, and run the actor. You get back a dataset of downloads, views, keywords, creator info, and AI flags. Adobe Stock Analyzer CTA