Explore Plans
Mobile menu Close menu
Apify

Get key-value store record

This query returns a record from an Apify key-value store.

Developer info

API endpoint slug
apify.get_key_value_store_record
Runtime method
performQuery("apify.get_key_value_store_record"}

Query fields

Key value store Text input > Other

Label
Enter key value store ID (option 1)
Helper text
Add key value store ID or click "Add ingredient" and choose DefaultKeyValueStoreId you want to retrieve items from.
Slug
key_value_store_id
Required
false
Can have default value
true

Key value store Dropdown list

Label
Or select key value store (option 2)
Helper text
Select the key value store you want to retrieve items from.
Slug
key_value_store
Required
false
Can have default value
false

Record key Text input > Other

Label
Record key
Helper text
Enter the key of the record you want to retrieve.
Slug
record_key
Required
true
Can have default value
true

Ingredients

Json data Record from key value store.

Slug
json_data
Filter code
Apify.getKeyValueStoreRecord.JsonData
Type
String
Example
{ key: 'This is the sample value from key-value store.'}