AMALYZE Falcon API

research.product.keywords.distribution (POST)

Endpoint

Endpoint research.product.keywords.distribution returns the keyword distribution for an ASIN / marketplace combination

Method
POST research.product.keywords.distribution
Example call

JSON Payload

PropertyTypeDescriptionFurther information
filtersobjectObject containing the filter information
filters.asinstringThe ASIN, for which ranking data is requested for
filters.marketplacestringThe marketplace-ID, for which ranking data is requested for.valid marketplace-IDs
aggregationstringHow distribution shall be aggregated
  • position: aggregates the rankings by position
  • page: aggregates the rankings by page (16 results per page)
JSON Response

PropertyTypeDescription
itemsarrayArray containing the aggregated keyword distribution
items.positionintegerThe current position according the the requested aggregation
items.countintegerThe number of keywords, the product ranks for the specific position
items.aggregationstringThe type of aggregation
  • position: aggregates the rankings by position
  • page: aggregates the rankings by page (16 results per page)
requestobjectThe request information object (see request information object definition for more information)
Updates / Changes
VersionDescription
Menu