Skip to main content

Create dataset

POST 

/v2/datasets

Creates a dataset and returns its object. Keep in mind that data stored under unnamed dataset follows data retention period. It creates a dataset with the given name if the parameter name is used. If a dataset with the given name already exists then returns its object.

Request

Query Parameters

    name string

    Custom unique name to easily identify the dataset in the future.


    Example: eshop-items

Status 201

Response Headers
  • Location
{
"data": {
"id": "WkzbQMuFYuamGv3YF",
"name": "d7b9MDYsbtX5L7XAj",
"userId": "wRsJZtadYvn4mBZmm",
"createdAt": "2019-12-12T07:34:14.202Z",
"modifiedAt": "2019-12-13T08:36:13.202Z",
"accessedAt": "2019-12-14T08:36:13.202Z",
"itemCount": 7,
"cleanItemCount": 5,
"actId": null,
"actRunId": null,
"fields": [],
"consoleUrl": "https://console.apify.com/storage/datasets/WkzbQMuFYuamGv3YF"
}
}