AMALYZE Falcon API

research.product.keywords.frequencies (POST)

Endpoint

Endpoint research.product.keywords.frequencies returns for a specific ASIN the most relevant one-, two-, three-, four- and five-word keyword combinations and weights them

Method
POST research.product.keywords.frequencies
Example call

JSON Payload

PropertyTypeDescriptionFurther informationVersion
paginationobjectObject containing the pagination informationpagination object definition0.1.16
filtersobjectObject containing the filter information0.1.16
filters.marketplacestringString containing the marketplace IDrequired. valid marketplaces ids0.1.16
filters.asinstringString containing the ASIN to received competitors forsrequired0.1.16
filters.wordCountintegerInteger containing the required number of word.required
  • 1: single keywords
  • 2: two-word combinations
  • 3: 3-words combination
  • 4: four-word combination
  • 5: five-word combination
0.1.16
sortingarrayArray containing the sorting information0.1.16
sorting.columnstringThe column to sort
  • frequency: sort by frequency
  • term: sort by term
0.1.16
sorting.directionstringThe direction to sortvalid direction values0.1.16
JSON Response

PropertyTypeDescription
itemsarrayArray containing the terms and frequencies
items.termstringString containing the term
items.frequencyfloatFloat containing the weighted frequency for the term (0 - 1)
paginationobjectThe pagination object (see Pagination for more information)
requestobjectThe request inforamtion object (see Request information for more information)
Updates / Changes
VersionDescription
0.1.16New endpoint
Menu