AMALYZE Falcon API

pulse.serps.searchvolume.histogram (POST)

Endpoint

Endpoint pulse.serps.searchvolue.histogram returns the (relative) searchvolume for a marketplace and/or several keywords.

Method
POST pulse.serps.searchvolume.histogram
Example call

JSON Payload

PropertyTypeDescriptionFurther informationVersion
filtersobjectObject containing the filter settings0.8.0
filters.marketplacestringString containing the marketplace idvalid marketplaces ids0.8.0
filters.keywordsarrayArray containing specifcic keywordsOptional, keywords support wildcads0.8.0
filters.startstringString containing the start date (YYYY-MM-DD)0.8.0
filters.endstringString containing the end date (YYYY-MM-DD)0.8.0
filters.intervalstringString containing the intervalvalid intervals0.8.0
JSON Response

PropertyTypeDescription
itemsarrayArray containing the histogram items
items.dimensionsobjectObject containing the dimension information
items.dimensions.datestringString containing the date (format YYYY-MM-DD)
items.seriesarrayArray containing the series information
items.series.dimensionobjectObject containing the dimensions information of the series
items.series.dimension.keywordstringString containing the keyword(s) requested
items.series.dimension.marketplacestringString containing the marketplace ID
items.series.metricsobjectObject containing the series’ metrics
items.series.metrics.trendfloatFloat containing the searchvolume trend for this keyword(s) within the marketplace
items.series.metrics.searchtermsintegerInteger containing the number of keywords (if using wildcards)
requestobjectThe request information object (see Request information for more information)
Updates / Changes
VersionDescription
1.0.0created
Menü