Quicktasks
Learn how to configure our quick-tasks and how can you launch them
A quicktask URL is composed by two mandatory parameters:
a
source
parameter that identifies the product page urla
pid
parameter that will be used for all your tasks
and an optional parameter:
a
sizes
parameter that can be a specific size or a range.
What you need to do in order to run a quick task is to have a Master instance running. Having only Peer instances running will not allow you to handle any quicktask.
Quicktask task files are located inside quicktask
folder.
Once ran our CLI will create them, one by one for every supported CLI modules.
At them moment of writing this guide just prodirect.csv
and ugg.csv
files are created.
Just fill them with all the right informations.
You can ignore the PID
column since it will be overridden by the one scraped from quicktask url.
A couple of our quicktask examples urls can be:
http://quicktasks.pepperscripts.com:13391/?pid=1122553R-CHE&source=https%3A%2F%2Fwww.ugg.com%2Feu%2Fit%2Fit%2F without specifying any size
http://quicktasks.pepperscripts.com:13391/?pid=1122553R-CHE&sizes=36-39&source=https%3A%2F%2Fwww.ugg.com%2Feu%2Fit%2Fit%2F if you want to run also for specific size range (36-39 in that case).
Last updated