---
title: "GET /api/sales_estimates_query"
method: GET
path: "/api/sales_estimates_query"
tags: ["Sales Estimates Query"]
---

# GET /api/sales_estimates_query

`GET /api/sales_estimates_query`

<div class="endpoint-description">
        <h4 class="opblock-title">Description</h4>
        <div>
          Perform a query for a specified ASIN over a period of time.
          Use this endpoint to determine price and rank data overtime with daily datapoints.
          Sales estimates for variant ASINs will return values for the parent ASIN.
          The parent ASIN values are an aggregate of all variants under that parent.
        </div>
      </div>

## Query parameters

- `marketplace` 'us' | 'uk' | 'de' | 'in' | 'ca' | 'fr' | 'it' | 'es' | 'mx' | 'jp', required
- `asin` string, required
- `start_date` string, required
- `end_date` string, required

## Response `200`

success

## Other responses

- `403` — forbidden
- `422` — unprocessable_entity

---

[API](https://skmtc.dev/junglescout/apis/api-v1.md) · [All operations](https://skmtc.dev/junglescout/apis/api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/junglescout/api-v1/revisions/f3909db81663/schema)
