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
Total users
96
Monthly users
13
Runs succeeded
12%
Last modified
2 years ago
Object key format
objectKeyFormat
stringOptional
The key to use for the filename
Default value of this property is "${resource.id}_${resource.startedAt}.${format}"
Data format
format
EnumOptional
The data format to download the dataset in
Value options:
"json": string"jsonl": string"xml": string"html": string"csv": string"xslx": string"rss": string
Default value of this property is "json"
Clean items only
clean
booleanOptional
Crawler will ignore SSL certificate errors.
Default value of this property is false
Dataset options
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 {}