Apify · JSON Structure

Apify Key Value Store Structure

An Apify key-value store for persistent data.

Type: object Properties: 2
ActorsBrowser AutomationCrawlingData AggregationData ExtractionWeb AutomationWeb Scraping

KeyValueStore is a JSON Structure definition published by Apify, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

id name

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/apify/refs/heads/main/json-structure/apify-key-value-store-structure.json",
  "description": "An Apify key-value store for persistent data.",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Store ID.",
      "example": "WkzbQMuFYuamGv3YQ"
    },
    "name": {
      "type": "string",
      "description": "Store name.",
      "example": "my-store"
    }
  },
  "name": "KeyValueStore"
}