Three steps to the data you need

Getting data is a three-step process.

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