Below is a list of currently valid time intervals. Those are needed for specific requests (e.g. product’s historical rankings for a specific keyword). When using an interval too small in combination with a too large time-frame, you may get an error; max. returned datasets is limit to 1.000. If exceeding this, raise the interval or lower the time-frame
AMALYZE Falcon API
Intervals
Interval | Description |
<code>minute</code> | Returns a dataset for each minute (only available for some endpoints) |
<code>hour</code> | Returns a dataset for each hour (only available for some endpoints) |
<code>day</code> | Returns a dataset for each day (if available) |
<code>week</code> | Returns a dataset for each week (if available) |
<code>month</code> | Returns a dataset for each month (if available) |
<code>quarter</code> | Returns a dataset for each quarter (if available) |
<code>year</code> | Returns a dataset for each year (if available) |