POST
/
v3
/
batch
/
shopper
/
request-report
curl --request POST \
--url https://api.similarweb.com/v3/batch/shopper/request-report \
--header 'Content-Type: application/json' \
--header 'api-key: <api-key>' \
--data '{
"domains": [
"amazon.com"
],
"category_ids": [
2335752011
],
"metrics": [
"category_sales_performance_product_views",
"category_sales_performance_units_sold",
"category_sales_performance_revenue",
"category_sales_performance_cvr"
],
"start_date": "2021-09",
"end_date": "2021-11",
"granularity": "monthly",
"response_format": "csv"
}'
"{}"

Authorizations

api-key
string
header
required

Body

application/json

Response

200
application/json

200

The response is of type object.