Apify · JSON Structure

Apify Dataset Structure

An Apify dataset for storing structured scraping results.

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

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

Properties

id name itemCount

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-dataset-structure.json",
  "description": "An Apify dataset for storing structured scraping results.",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Dataset ID.",
      "example": "s5gkMuSS6Tsh4iOLF"
    },
    "name": {
      "type": "string",
      "description": "Dataset name.",
      "example": "my-dataset"
    },
    "itemCount": {
      "type": "int32",
      "description": "Number of items in the dataset.",
      "example": 150
    }
  },
  "name": "Dataset"
}