Adobe Stock Analyzer
Pricing
from $0.20 / 1,000 results
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
Maintained by CommunityActor 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 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
| Field | Type | Required | Description |
|---|---|---|---|
assetIds | array of strings | yes | Adobe Stock asset IDs or full stock.adobe.com URLs (one per line) |
maxItems | integer | no | Max assets to process (default 100). Use 0 for no limit (a safety ceiling of 100000 still applies) |
timeoutSecs | integer | no | Overall run timeout in seconds (default 300, max 3600) |
requestTimeoutSecs | integer | no | Per-request HTTP timeout in seconds (default 30) |
proxyConfiguration | object | no | Optional 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
| Field | Description |
|---|---|
assetId | Adobe Stock asset ID |
assetTitle | Asset title |
assetKind | Media kind (Photo, Illustration, Vector, Video, etc.) |
contentType | MIME / content type |
fileFormat | Derived file format |
creatorName | Creator display name |
creatorId | Creator ID |
countryName | Creator country |
uploadDate | Upload / create date from the API |
creationDate | Creation date |
downloadCount | Number of downloads |
viewCount | Number of views |
assetUrl | Public Adobe Stock asset URL |
thumbnailUrl | Preview thumbnail URL |
dimensions | Width x height string |
width / height | Pixel dimensions |
sizeBytes | File size in bytes |
categoryName / categoryId | Category labels |
aiStatus | Normalized AI status (generative_ai, not_ai, unknown) |
isGentech | Generative AI flag |
isTransparent | Transparency flag |
isLoop | Loop flag (video/audio where applicable) |
premiumLevelId | Premium level identifier |
mediaTypeId | Media type ID |
stockId | Stock ID |
compUrl | Complementary preview URL |
keywords | Keyword list |
vectorType | Vector type when applicable |
duration / framerate | Video/audio timing fields |
videoPreviewUrl / videoPreviewWidth / videoPreviewHeight | Video preview metadata |
templateTypeId / templateCategoryIds | Template metadata |
How it works
- Normalize each input line into an Adobe Stock asset ID (plain digits or parsed from a stock.adobe.com URL).
- Cap the list with
maxItems(hard max 1000). - Look up the assets in batches of about 50 IDs.
- Optionally route each batch through Apify Proxy.
- Normalize the response into dataset rows.
- 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.
Legal notes
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.
