Results searches
Gets the most commonly metric obtained in searches during a time period. Where metric can be brand or categories.
Authorizations
Doofinder API key. Pass it as: Authorization: Token <api_key>
Query Parameters
Start date of the period in the format of UNIX timestamp or YYYYMMDD.
^20\d{2}(0[1-9]|1[012])(0[1-9]|[12][0-9]|3[01])$|^\d{10}|^\d{13}$End date of the period in the format of UNIX timestamp or YYYYMMDD.
^20\d{2}(0[1-9]|1[012])(0[1-9]|[12][0-9]|3[01])$|^\d{10}$|^\d{13}Unique id of the search engine. It accepts an array of values. If you want to work with all user search engines just don't send this parameter. Arrays parameters must be in the format param[]=value.
^[a-f0-9]{32}$An string used to filter stats by input query.
Filter by a doofinder item id. You can get this value from the playground.
Filter by kind of device.
desktop, mobile Parameter to group and filter the data based on your choice, which can be either 'brand' or 'categories'.
brand, categories Maximum number of items to return with a minimum of 1 item and a maximum of 1000.
1 <= x <= 1000