Skip to content

Tasks CSV

Tasks are defined in a semicolon- or comma-delimited CSV next to the exe (e.g. tasks.csv).

Sample files

Right-click → Save Link As. Per-site CSVs are linked from each Site page.

Samples include all supported columns; unused columns stay empty. Unknown columns are ignored, so you can keep one unified header for every CSV.

Required columns

ColumnExampleNotes
sitezalandoSite code — see Sites.
urlhttps://… or SKU or emptyProduct URL. Empty for register. SKU/keyword on sites that support search.
modebuy / registerTask type.
qty1Quantity. Most sites respect 1 only.
max_price3000Price ceiling; task aborts above.
delay_sec3Restock probe interval.
emailyou@mail.comAccount email.
passwordP4ss!Account password.

Register columns

Required only for mode=register:

ColumnExample
first_nameJan
last_nameNovak
streetKonevova
building_number135
postal_code13000
cityPraha
country_codeCZ
phone+420777888999

Buy columns

Optional on mode=buy:

ColumnExampleNotes
sizesM,L,XLPreferred sizes, first available wins. Empty = random.
country_codeCZUsed when URL doesn't imply a region.

Delimiter

Semicolons are preferred — many product URLs contain commas. The loader auto-detects: if the header has a ;, it splits on ;.

Private distribution.