{
  "openapi": "3.0.1",
  "info": {
    "title": "Adobe Stock Image Scraper | Fast & Reliable",
    "description": "Extract Adobe Stock assets at scale with rich metadata, creator data, thumbnails, dimensions, licensing flags, category signals, and advanced filters. Built for enterprise-grade visual intelligence, creative research, asset discovery, and automated data pipelines.",
    "version": "0.0",
    "x-build-id": "6ohsGtjdhJ0OAhZRJ"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/fatihtahta~adobe-stock-image-scraper/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-fatihtahta-adobe-stock-image-scraper",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/acts/fatihtahta~adobe-stock-image-scraper/runs": {
      "post": {
        "operationId": "runs-sync-fatihtahta-adobe-stock-image-scraper",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor and returns information about the initiated run in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/runsResponseSchema"
                }
              }
            }
          }
        }
      }
    },
    "/acts/fatihtahta~adobe-stock-image-scraper/run-sync": {
      "post": {
        "operationId": "run-sync-fatihtahta-adobe-stock-image-scraper",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    }
  },
  "components": {
    "schemas": {
      "inputSchema": {
        "type": "object",
        "properties": {
          "asset_type": {
            "title": "Choose an Asset Type",
            "enum": [
              "images",
              "videos",
              "templates",
              "3d"
            ],
            "type": "string",
            "description": "Limit keyword searches to a specific Adobe Stock asset type, such as images, videos, templates, or 3D content."
          },
          "queries": {
            "title": "Add Optional Search Terms",
            "type": "array",
            "description": "Enter one word or phrase per line, or leave empty to run without a keyword. Each search term is collected separately when provided.",
            "items": {
              "type": "string"
            }
          },
          "undiscovered_content": {
            "title": "Show Undiscovered Content (marked as not previously downloaded)",
            "type": "boolean",
            "description": "Focus keyword searches on Adobe Stock content marked as not previously downloaded. Use this when you want less commonly used assets; availability may vary over time.",
            "default": false
          },
          "background": {
            "title": "Filter by Background",
            "type": "array",
            "description": "Narrow keyword searches to assets with transparent backgrounds or isolated subjects when those formats fit your creative workflow.",
            "items": {
              "type": "string",
              "enum": [
                "transparent",
                "isolated_assets"
              ],
              "enumTitles": [
                "Transparent | clear background",
                "Isolated Assets | separated subjects"
              ]
            }
          },
          "generative_ai": {
            "title": "Filter by Generative AI",
            "enum": [
              "ai_only",
              "ai_excluded"
            ],
            "type": "string",
            "description": "Choose whether keyword searches should focus only on generative AI content or exclude generative AI assets."
          },
          "icons": {
            "title": "Filter by Icon Format",
            "type": "array",
            "description": "Narrow keyword searches to individual icons or icon sheets when collecting icon-focused creative assets.",
            "items": {
              "type": "string",
              "enum": [
                "individual_icon",
                "icon_sheet"
              ],
              "enumTitles": [
                "Individual Icon | single icon assets",
                "Icon Sheet | grouped icon sets"
              ]
            }
          },
          "orientation": {
            "title": "Filter by Orientation",
            "type": "array",
            "description": "Select one or more orientations when your output needs to match a layout, placement, or campaign format.",
            "items": {
              "type": "string",
              "enum": [
                "horizontal",
                "vertical",
                "square",
                "panoramic"
              ],
              "enumTitles": [
                "Horizontal | landscape assets",
                "Vertical | portrait assets",
                "Square | equal-width assets",
                "Panoramic | wide assets"
              ]
            }
          },
          "people": {
            "title": "Filter by People",
            "enum": [
              "include_people",
              "exclude_people"
            ],
            "type": "string",
            "description": "Choose whether keyword searches should include assets with people or focus on assets without people."
          },
          "usage_rights": {
            "title": "Filter by Usage Rights",
            "enum": [
              "commercial_usage",
              "editorial_usage"
            ],
            "type": "string",
            "description": "Limit keyword searches by the usage-rights category that matches your intended editorial or commercial workflow."
          },
          "vivid_color": {
            "title": "Filter by Vivid Color",
            "enum": [
              "very_low",
              "low",
              "high",
              "very_high"
            ],
            "type": "string",
            "description": "Use color intensity to steer keyword searches toward muted or highly vivid assets, depending on the visual style you need."
          },
          "free_to_use": {
            "title": "Show Free Collection Only",
            "type": "boolean",
            "description": "Restrict keyword searches to Adobe Stock assets from the free collection when your workflow requires free-to-use results.",
            "default": false
          },
          "limit": {
            "title": "Set Max Results per Target",
            "minimum": 1,
            "type": "integer",
            "description": "Set the maximum number of records to save for each search term. Leave empty when you do not want to apply a per-target cap."
          }
        }
      },
      "runsResponseSchema": {
        "type": "object",
        "properties": {
          "data": {
            "type": "object",
            "properties": {
              "id": {
                "type": "string"
              },
              "actId": {
                "type": "string"
              },
              "userId": {
                "type": "string"
              },
              "startedAt": {
                "type": "string",
                "format": "date-time",
                "example": "2025-01-08T00:00:00.000Z"
              },
              "finishedAt": {
                "type": "string",
                "format": "date-time",
                "example": "2025-01-08T00:00:00.000Z"
              },
              "status": {
                "type": "string",
                "example": "READY"
              },
              "meta": {
                "type": "object",
                "properties": {
                  "origin": {
                    "type": "string",
                    "example": "API"
                  },
                  "userAgent": {
                    "type": "string"
                  }
                }
              },
              "stats": {
                "type": "object",
                "properties": {
                  "inputBodyLen": {
                    "type": "integer",
                    "example": 2000
                  },
                  "rebootCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "restartCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "resurrectCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "computeUnits": {
                    "type": "integer",
                    "example": 0
                  }
                }
              },
              "options": {
                "type": "object",
                "properties": {
                  "build": {
                    "type": "string",
                    "example": "latest"
                  },
                  "timeoutSecs": {
                    "type": "integer",
                    "example": 300
                  },
                  "memoryMbytes": {
                    "type": "integer",
                    "example": 1024
                  },
                  "diskMbytes": {
                    "type": "integer",
                    "example": 2048
                  }
                }
              },
              "buildId": {
                "type": "string"
              },
              "defaultKeyValueStoreId": {
                "type": "string"
              },
              "defaultDatasetId": {
                "type": "string"
              },
              "defaultRequestQueueId": {
                "type": "string"
              },
              "buildNumber": {
                "type": "string",
                "example": "1.0.0"
              },
              "containerUrl": {
                "type": "string"
              },
              "usage": {
                "type": "object",
                "properties": {
                  "ACTOR_COMPUTE_UNITS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_WRITES": {
                    "type": "integer",
                    "example": 1
                  },
                  "KEY_VALUE_STORE_LISTS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_INTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_SERPS": {
                    "type": "integer",
                    "example": 0
                  }
                }
              },
              "usageTotalUsd": {
                "type": "number",
                "example": 0.00005
              },
              "usageUsd": {
                "type": "object",
                "properties": {
                  "ACTOR_COMPUTE_UNITS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_WRITES": {
                    "type": "number",
                    "example": 0.00005
                  },
                  "KEY_VALUE_STORE_LISTS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_INTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_SERPS": {
                    "type": "integer",
                    "example": 0
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}