Save To S3
Pricing
Pay per usage
Save To S3
Designed to be run from an ACTOR.RUN.SUCCEEDED webhook, this actor downloads a task run's default dataset and saves it to an S3 bucket.
0.0 (0)
Pricing
Pay per usage
3
101
14
Last modified
2 years ago
Pricing
Pay per usage
Designed to be run from an ACTOR.RUN.SUCCEEDED webhook, this actor downloads a task run's default dataset and saves it to an S3 bucket.
0.0 (0)
Pricing
Pay per usage
3
101
14
Last modified
2 years ago
objectKeyFormat
stringOptional
The key to use for the filename
Default value of this property is "${resource.id}_${resource.startedAt}.${format}"
format
EnumOptional
The data format to download the dataset in
"json": string"jsonl": string"xml": string"html": string"csv": string"xslx": string"rss": string
Default value of this property is "json"
clean
booleanOptional
Crawler will ignore SSL certificate errors.
Default value of this property is false
datasetOptions
objectOptional
An object whose properties will be enumerated and added to the dataset get items API request. See https://apify.com/docs/api/v2#/reference/datasets/item-collection/get-items.
Default value of this property is {}