Mode
mode
Enum
Required
Value options:
Default value of this property is
"TEST"
Use in-memory request queue instead of the native one
APIFY_USE_MEMORY_REQUEST_QUEUE
boolean
Optional
In-memory request queue can reduce costs, but it may case issues with longer runs due to non-persistence.
Default value of this property is
false
Don't store in dataset
APIFY_DONT_STORE_IN_DATASET
boolean
Optional
If set to true, the actor will not store the results in the default dataset. Useful when using alternative storage, like own database
Default value of this property is
false
Postgres connection string for normalized data
PG_CONNECTION_STRING_NORMALIZED
string
Optional
If set, actor will store normalized data in Postgres database in PG_DATA_TABLE and PG_DATA_PRICE_TABLE tables
Postgres table name for product data
PG_DATA_TABLE
string
Optional
Table name for storing product name, url, image, ...
Postgres table name for price data
PG_DATA_PRICE_TABLE
string
Optional
Table name for storing price, original price, stock status, ...
Developer
Maintained by Community
Actor stats
- 5 users
- 314 runs
- Modified 10 months ago
Categories