Store items
Appends an item or an array of items to the end of the Actor run's default dataset.
This endpoint is a shortcut that resolves the run's defaultDatasetId and proxies to the Store items endpoint.
To save bandwidth and speed up your upload, you can send the request payload compressed and set the Content-Encoding header accordingly.
Below is a list of supported Content-Encoding types.
- Brotli: Content-Encoding: br
- Gzip: Content-Encoding: gzip
- Deflate: Content-Encoding: deflate
Path parameters
Actor run ID.
Headers
Compression encoding of the request body.
Request body
Example request
{
"title": "Example Item",
"url": "https://example.com",
"price": 19.99
}Response
Example response
{}Changes
Changed in 2 of the 7 revisions of this API.16
- ●
added the new
cannot-publish-actor-taskenum value to theanyOf[subschema #2: ErrorResponse]/error/typeresponse property for the response status400response-property-enum-value-added
- ●
added the new
cannot-publish-actor-taskenum value to theerror/typeresponse property for the response status401response-property-enum-value-added
- ●
added the new
cannot-publish-actor-taskenum value to theerror/typeresponse property for the response status403response-property-enum-value-added
- ●
added the new
cannot-publish-actor-taskenum value to theerror/typeresponse property for the response status404response-property-enum-value-added
- ●
added the new
cannot-publish-actor-taskenum value to theerror/typeresponse property for the response status405response-property-enum-value-added
- ●
added the new
cannot-publish-actor-taskenum value to theerror/typeresponse property for the response status413response-property-enum-value-added
- ●
added the new
cannot-publish-actor-taskenum value to theerror/typeresponse property for the response status415response-property-enum-value-added
- ●
added the new
cannot-publish-actor-taskenum value to theerror/typeresponse property for the response status429response-property-enum-value-added
- ●
- ●
added the new
cannot-monetize-without-payout-billing-infoenum value to theanyOf[subschema #2: ErrorResponse]/error/typeresponse property for the response status400response-property-enum-value-added
- ●
added the new
cannot-monetize-without-payout-billing-infoenum value to theerror/typeresponse property for the response status401response-property-enum-value-added
- ●
added the new
cannot-monetize-without-payout-billing-infoenum value to theerror/typeresponse property for the response status403response-property-enum-value-added
- ●
added the new
cannot-monetize-without-payout-billing-infoenum value to theerror/typeresponse property for the response status404response-property-enum-value-added
- ●
added the new
cannot-monetize-without-payout-billing-infoenum value to theerror/typeresponse property for the response status405response-property-enum-value-added
- ●
added the new
cannot-monetize-without-payout-billing-infoenum value to theerror/typeresponse property for the response status413response-property-enum-value-added
- ●
added the new
cannot-monetize-without-payout-billing-infoenum value to theerror/typeresponse property for the response status415response-property-enum-value-added
- ●
added the new
cannot-monetize-without-payout-billing-infoenum value to theerror/typeresponse property for the response status429response-property-enum-value-added
- ●