AMALYZE Falcon API

research.products.keywords (POST)

Endpoint

Endpoint research.products.keywords returns the organic keywords for multiple ASINs.

Method
POST research.products.keywords
Example call

JSON Payload

PropertyTypeDescriptionFurther informationVersion
paginationobjectObject containing the pagination informationpagination object definition0.3.0
filtersobjectObject containing the filter information0.3.0
filters.asinsarrayArray containing the ASINs to fetch keywords for0.3.0
filters.marketplacedateThe marketplace-ID, for which ranking data is requested for.valid marketplace-IDs0.3.0
filters.keywordExactstringOnly return items, matching (exact) the required keywordoptional0.3.0
filters.keywordPhrasestringOnly return items, matching (phrase) the required keywordoptional0.3.0
sortingarrayArray containing the sorting information0.3.0
sorting.columnstringThe column to sort
  • keyword: sort by the keyword alphabetically
  • change: sort by the type of change
  • stats.salesRate:: sort by salesRate
  • stats.impressions: sort by impressions
  • stats.count: sort by occurence
0.3.0
sorting.directionstringThe direction to sortvalid direction values0.3.0
JSON Response

PropertyTypeDescription
itemsarrayThe keywords for the requested ASIN (see products keyword object definition for more information)
paginationobjectThe pagination object (see request information object definition for more information
requestobjectThe request information object (see request information object definition for more information
Updates / Changes
VersionDescription
0.3.0created
Menu