Bike24 (bike24.de) scraper
This Actor is unavailable because the developer has decided to deprecate it. Would you like to try a similar Actor instead?
See alternative ActorsBike24 (bike24.de) scraper
Scrapes products titles, prices, images and availability. Does NOT scrape product details.
Mode
mode
EnumRequired
Value options:
"TEST": string"FULL": string
Default value of this property is "TEST"
Proxy configuration
proxyConfiguration
objectRequired
Select proxies to be used by your actor.
Default value of this property is {"useApifyProxy":true,"apifyProxyGroups":["RESIDENTIAL"]}
Debug
debug
booleanOptional
Debug mode prints more logs, disables concurrency and other optimizations.
Default value of this property is false
Use in-memory request queue instead of the native one
APIFY_USE_MEMORY_REQUEST_QUEUE
booleanOptional
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
booleanOptional
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
stringOptional
If set, actor will store normalized data in Postgres database in PG_DATA_TABLE and PG_DATA_PRICE_TABLE tables