sevennow_popular
Retrieve trending search terms from 7NOW's search box. Choose a vertical (convenience, restaurant, or global) and optionally a store ID to get regional terms; omit the store ID for the vertical-wide list.
Instructions
Get 7NOW trending search terms. Returns the trending search terms 7NOW shows in its own search box. Two axes select the index and both matter. vertical picks the catalogue: convenience and restaurant return different terms for the same store, and global is the genuinely national cross-vertical list. store_id (from GET /7now/stores) then narrows to that store's region within the vertical -- a New York store returns index NY_NE, a Florida store SE, and omitting it returns the vertical-wide list. The restaurant vertical is the exception: it ignores store_id entirely, returning identical terms for every store. The response echoes back both the vertical and the regional index the terms came from.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| store_id | No | 7NOW store id, from GET /7now/stores. Selects that store's regional index within the chosen vertical; omit for the vertical-wide list. Ignored by the restaurant vertical. | |
| vertical | No | Which trending index to read. One of: convenience, restaurant, global. Defaults to convenience. |