Three steps to the data you need
Getting data is a three-step process.
- First you submit a job with the data you want. As a result, you get
job_id
. - You wait for the job to finish.
- Option 1, you can request the job's status until it is changed to
finished
- Option 2, you submit a
webhook_url
while creating a job, then Price API will call this URL with the job download url once the job status isfinished
.
- Option 1, you can request the job's status until it is changed to
- When the job is
finished
, you can download the job's results in one of the formats we offer.