find_shop
Retrieve a paginated list of shops selling a specific item on the Old School RuneScape Wiki. Provides detailed shop listings for any item.
Instructions
Get the complete paginated Old School RuneScape Wiki shop listing for an item; get_item_sources is the bounded overview.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| item | Yes | Exact Wiki item name | |
| limit | No | ||
| offset | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| item | Yes | ||
| limit | Yes | ||
| shops | Yes | ||
| total | Yes | ||
| offset | Yes | ||
| returned | Yes | ||
| warnings | Yes | ||
| truncated | Yes | ||
| incomplete | Yes | ||
| nextOffset | No | ||
| provenance | Yes | ||
| skippedRows | Yes | ||
| totalIsExact | Yes | ||
| rawCapReached | Yes | ||
| rawRowsExamined | Yes |