Grand Exchange
Usage
get_catalogue(categoryId: int) -> dict
Gets the number of items determined by the first letter in category.
Parameters
Type
categoryId
int
get_runedate() -> dict
Return the runedate of when the grand exchange was last updated
get_items(categoryId: int, searchString: str, page: int = 1) -> dict
Gets twelve items determined by category and first letters of search string
Parameters
Type
categoryId
int
searchString
str
page
int
1
get_item_detail(itemId: int) -> dict
Returns current price and price trends information on tradeable items in the Grand Exchange, the category, item image and examine for the given item
Parameters
Type
itemId
int
get_item_graph(itemId: int) -> dict
Graph shows the prices each day of a given item for the previous 180 days. When no price information is available, then a value of zero is returned.
Parameters
Type
itemId
int
Last updated
Was this helpful?