Adobe Stock Scraper avatar

Adobe Stock Scraper

Try for free

1 day trial then $25.00/month - No credit card required now

Go to Store
Adobe Stock Scraper

Adobe Stock Scraper

igolaizola/adobe-stock-scraper
Try for free

1 day trial then $25.00/month - No credit card required now

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

Developer
Maintained by Community

Actor Metrics

  • 3 monthly users

  • No reviews yet

  • 1 bookmark

  • >99% runs succeeded

  • Created in Dec 2024

  • Modified 3 months ago

You can access the Adobe Stock Scraper programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.

1{
2  "openapi": "3.0.1",
3  "info": {
4    "version": "0.0",
5    "x-build-id": "Y4f2T5Fag6unThXWe"
6  },
7  "servers": [
8    {
9      "url": "https://api.apify.com/v2"
10    }
11  ],
12  "paths": {
13    "/acts/igolaizola~adobe-stock-scraper/run-sync-get-dataset-items": {
14      "post": {
15        "operationId": "run-sync-get-dataset-items-igolaizola-adobe-stock-scraper",
16        "x-openai-isConsequential": false,
17        "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
18        "tags": [
19          "Run Actor"
20        ],
21        "requestBody": {
22          "required": true,
23          "content": {
24            "application/json": {
25              "schema": {
26                "$ref": "#/components/schemas/inputSchema"
27              }
28            }
29          }
30        },
31        "parameters": [
32          {
33            "name": "token",
34            "in": "query",
35            "required": true,
36            "schema": {
37              "type": "string"
38            },
39            "description": "Enter your Apify token here"
40          }
41        ],
42        "responses": {
43          "200": {
44            "description": "OK"
45          }
46        }
47      }
48    },
49    "/acts/igolaizola~adobe-stock-scraper/runs": {
50      "post": {
51        "operationId": "runs-sync-igolaizola-adobe-stock-scraper",
52        "x-openai-isConsequential": false,
53        "summary": "Executes an Actor and returns information about the initiated run in response.",
54        "tags": [
55          "Run Actor"
56        ],
57        "requestBody": {
58          "required": true,
59          "content": {
60            "application/json": {
61              "schema": {
62                "$ref": "#/components/schemas/inputSchema"
63              }
64            }
65          }
66        },
67        "parameters": [
68          {
69            "name": "token",
70            "in": "query",
71            "required": true,
72            "schema": {
73              "type": "string"
74            },
75            "description": "Enter your Apify token here"
76          }
77        ],
78        "responses": {
79          "200": {
80            "description": "OK",
81            "content": {
82              "application/json": {
83                "schema": {
84                  "$ref": "#/components/schemas/runsResponseSchema"
85                }
86              }
87            }
88          }
89        }
90      }
91    },
92    "/acts/igolaizola~adobe-stock-scraper/run-sync": {
93      "post": {
94        "operationId": "run-sync-igolaizola-adobe-stock-scraper",
95        "x-openai-isConsequential": false,
96        "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
97        "tags": [
98          "Run Actor"
99        ],
100        "requestBody": {
101          "required": true,
102          "content": {
103            "application/json": {
104              "schema": {
105                "$ref": "#/components/schemas/inputSchema"
106              }
107            }
108          }
109        },
110        "parameters": [
111          {
112            "name": "token",
113            "in": "query",
114            "required": true,
115            "schema": {
116              "type": "string"
117            },
118            "description": "Enter your Apify token here"
119          }
120        ],
121        "responses": {
122          "200": {
123            "description": "OK"
124          }
125        }
126      }
127    }
128  },
129  "components": {
130    "schemas": {
131      "inputSchema": {
132        "type": "object",
133        "required": [
134          "maxItems",
135          "query",
136          "region"
137        ],
138        "properties": {
139          "maxItems": {
140            "title": "Max Items",
141            "minimum": 0,
142            "type": "integer",
143            "description": "Maximum number of assets to scrape (0 for unlimited)",
144            "default": 100
145          },
146          "query": {
147            "title": "Query",
148            "type": "string",
149            "description": "Search query to scrape"
150          },
151          "asset": {
152            "title": "Asset type",
153            "enum": [
154              "photo",
155              "illustration",
156              "vector",
157              "3d",
158              "template",
159              "video"
160            ],
161            "type": "string",
162            "description": "Type of asset to scrape",
163            "default": "photo"
164          },
165          "ai": {
166            "title": "Generative AI",
167            "enum": [
168              "",
169              "only",
170              "exclude"
171            ],
172            "type": "string",
173            "description": "Include or exclude generative AI assets",
174            "default": ""
175          },
176          "region": {
177            "title": "Region",
178            "enum": [
179              "ca",
180              "ca_fr",
181              "sv",
182              "mx",
183              "do",
184              "us",
185              "ar",
186              "bs",
187              "bb",
188              "bo",
189              "br",
190              "cl",
191              "co",
192              "cr",
193              "ec",
194              "gt",
195              "hn",
196              "jm",
197              "ni",
198              "pa",
199              "py",
200              "pe",
201              "tt",
202              "uy",
203              "ve",
204              "dz",
205              "am",
206              "az",
207              "bh",
208              "be_en",
209              "be_fr",
210              "be_nl",
211              "cz",
212              "hr",
213              "cy_en",
214              "dk",
215              "de",
216              "ee",
217              "eg",
218              "es",
219              "fr",
220              "ge",
221              "gr_en",
222              "is",
223              "ie",
224              "il",
225              "it",
226              "jo",
227              "kz",
228              "ke",
229              "kw",
230              "kg",
231              "lv",
232              "lb",
233              "lt",
234              "lu_de",
235              "lu_en",
236              "lu_fr",
237              "hu",
238              "mt",
239              "mu",
240              "md",
241              "ma",
242              "nl",
243              "ng",
244              "no",
245              "om",
246              "at",
247              "ru",
248              "pl",
249              "pt",
250              "qa",
251              "ro",
252              "sa",
253              "ch_de",
254              "si",
255              "sk",
256              "ch_fr",
257              "fi",
258              "se",
259              "ch_it",
260              "tj",
261              "tr",
262              "tm",
263              "ae",
264              "ua",
265              "uk",
266              "uz",
267              "bg",
268              "au",
269              "nz",
270              "jp",
271              "kr",
272              "th",
273              "hk",
274              "in",
275              "id",
276              "mo",
277              "my",
278              "ph",
279              "sg",
280              "lk",
281              "tw",
282              "vn"
283            ],
284            "type": "string",
285            "description": "Select region for content and pricing",
286            "default": "us"
287          },
288          "order": {
289            "title": "Order by",
290            "enum": [
291              "relevance",
292              "downloads",
293              "newest"
294            ],
295            "type": "string",
296            "description": "Order results by",
297            "default": "relevance"
298          },
299          "proxy": {
300            "title": "Proxy configuration",
301            "enum": [
302              "",
303              "auto",
304              "residential"
305            ],
306            "type": "string",
307            "description": "Optional proxy configuration",
308            "default": ""
309          }
310        }
311      },
312      "runsResponseSchema": {
313        "type": "object",
314        "properties": {
315          "data": {
316            "type": "object",
317            "properties": {
318              "id": {
319                "type": "string"
320              },
321              "actId": {
322                "type": "string"
323              },
324              "userId": {
325                "type": "string"
326              },
327              "startedAt": {
328                "type": "string",
329                "format": "date-time",
330                "example": "2025-01-08T00:00:00.000Z"
331              },
332              "finishedAt": {
333                "type": "string",
334                "format": "date-time",
335                "example": "2025-01-08T00:00:00.000Z"
336              },
337              "status": {
338                "type": "string",
339                "example": "READY"
340              },
341              "meta": {
342                "type": "object",
343                "properties": {
344                  "origin": {
345                    "type": "string",
346                    "example": "API"
347                  },
348                  "userAgent": {
349                    "type": "string"
350                  }
351                }
352              },
353              "stats": {
354                "type": "object",
355                "properties": {
356                  "inputBodyLen": {
357                    "type": "integer",
358                    "example": 2000
359                  },
360                  "rebootCount": {
361                    "type": "integer",
362                    "example": 0
363                  },
364                  "restartCount": {
365                    "type": "integer",
366                    "example": 0
367                  },
368                  "resurrectCount": {
369                    "type": "integer",
370                    "example": 0
371                  },
372                  "computeUnits": {
373                    "type": "integer",
374                    "example": 0
375                  }
376                }
377              },
378              "options": {
379                "type": "object",
380                "properties": {
381                  "build": {
382                    "type": "string",
383                    "example": "latest"
384                  },
385                  "timeoutSecs": {
386                    "type": "integer",
387                    "example": 300
388                  },
389                  "memoryMbytes": {
390                    "type": "integer",
391                    "example": 1024
392                  },
393                  "diskMbytes": {
394                    "type": "integer",
395                    "example": 2048
396                  }
397                }
398              },
399              "buildId": {
400                "type": "string"
401              },
402              "defaultKeyValueStoreId": {
403                "type": "string"
404              },
405              "defaultDatasetId": {
406                "type": "string"
407              },
408              "defaultRequestQueueId": {
409                "type": "string"
410              },
411              "buildNumber": {
412                "type": "string",
413                "example": "1.0.0"
414              },
415              "containerUrl": {
416                "type": "string"
417              },
418              "usage": {
419                "type": "object",
420                "properties": {
421                  "ACTOR_COMPUTE_UNITS": {
422                    "type": "integer",
423                    "example": 0
424                  },
425                  "DATASET_READS": {
426                    "type": "integer",
427                    "example": 0
428                  },
429                  "DATASET_WRITES": {
430                    "type": "integer",
431                    "example": 0
432                  },
433                  "KEY_VALUE_STORE_READS": {
434                    "type": "integer",
435                    "example": 0
436                  },
437                  "KEY_VALUE_STORE_WRITES": {
438                    "type": "integer",
439                    "example": 1
440                  },
441                  "KEY_VALUE_STORE_LISTS": {
442                    "type": "integer",
443                    "example": 0
444                  },
445                  "REQUEST_QUEUE_READS": {
446                    "type": "integer",
447                    "example": 0
448                  },
449                  "REQUEST_QUEUE_WRITES": {
450                    "type": "integer",
451                    "example": 0
452                  },
453                  "DATA_TRANSFER_INTERNAL_GBYTES": {
454                    "type": "integer",
455                    "example": 0
456                  },
457                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
458                    "type": "integer",
459                    "example": 0
460                  },
461                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
462                    "type": "integer",
463                    "example": 0
464                  },
465                  "PROXY_SERPS": {
466                    "type": "integer",
467                    "example": 0
468                  }
469                }
470              },
471              "usageTotalUsd": {
472                "type": "number",
473                "example": 0.00005
474              },
475              "usageUsd": {
476                "type": "object",
477                "properties": {
478                  "ACTOR_COMPUTE_UNITS": {
479                    "type": "integer",
480                    "example": 0
481                  },
482                  "DATASET_READS": {
483                    "type": "integer",
484                    "example": 0
485                  },
486                  "DATASET_WRITES": {
487                    "type": "integer",
488                    "example": 0
489                  },
490                  "KEY_VALUE_STORE_READS": {
491                    "type": "integer",
492                    "example": 0
493                  },
494                  "KEY_VALUE_STORE_WRITES": {
495                    "type": "number",
496                    "example": 0.00005
497                  },
498                  "KEY_VALUE_STORE_LISTS": {
499                    "type": "integer",
500                    "example": 0
501                  },
502                  "REQUEST_QUEUE_READS": {
503                    "type": "integer",
504                    "example": 0
505                  },
506                  "REQUEST_QUEUE_WRITES": {
507                    "type": "integer",
508                    "example": 0
509                  },
510                  "DATA_TRANSFER_INTERNAL_GBYTES": {
511                    "type": "integer",
512                    "example": 0
513                  },
514                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
515                    "type": "integer",
516                    "example": 0
517                  },
518                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
519                    "type": "integer",
520                    "example": 0
521                  },
522                  "PROXY_SERPS": {
523                    "type": "integer",
524                    "example": 0
525                  }
526                }
527              }
528            }
529          }
530        }
531      }
532    }
533  }
534}

Adobe Stock Scraper OpenAPI definition

OpenAPI is a standard for designing and describing RESTful APIs, allowing developers to define API structure, endpoints, and data formats in a machine-readable way. It simplifies API development, integration, and documentation.

OpenAPI is effective when used with AI agents and GPTs by standardizing how these systems interact with various APIs, for reliable integrations and efficient communication.

By defining machine-readable API specifications, OpenAPI allows AI models like GPTs to understand and use varied data sources, improving accuracy. This accelerates development, reduces errors, and provides context-aware responses, making OpenAPI a core component for AI applications.

You can download the OpenAPI definitions for Adobe Stock Scraper from the options below:

If you’d like to learn more about how OpenAPI powers GPTs, read our blog post.

You can also check out our other API clients: