Skip to main content
Version: Next

Dataset

Represents a dataset storage on the Apify platform.

Datasets store structured data as a sequence of items (records). Each item is a JSON object. Datasets are useful for storing results from web scraping, crawling, or data processing tasks.

Index

Properties

accessedAt

accessedAt: Date

optionalactId

actId?: string

optionalactRunId

actRunId?: string

cleanItemCount

cleanItemCount: number

createdAt

createdAt: Date

fields

fields: string[]

optionalgeneralAccess

generalAccess?: null | STORAGE_GENERAL_ACCESS

id

id: string

itemCount

itemCount: number

itemsPublicUrl

itemsPublicUrl: string

modifiedAt

modifiedAt: Date

optionalname

name?: string

stats

optionaltitle

title?: string

optionalurlSigningSecretKey

urlSigningSecretKey?: null | string

userId

userId: string

optionalusername

username?: string