PoE2 Item Price Lookup
poe2_item_priceLook up current market prices for Path of Exile 2 items from poe.ninja. Search by item name across exchange categories like Currency, Essences, Runes, and Fragments to get chaos-equivalent values and trade volumes.
Instructions
Look up the current market price of an item in Path of Exile 2 from poe.ninja.
Searches by partial name match across exchange categories (Currency, Fragments, Essences, Soul Cores, Idols, Runes, etc.).
Args:
name (string): Item name or partial name, e.g. "divine", "essence", "rune"
type (string): Exchange category to search. If omitted, searches all categories.
league (string): League name (default: "Fate of the Vaal")
Returns: Matching items with chaos-equivalent values and trade volumes.
Examples:
"How much is a Divine Orb?" → name="divine", type="Currency"
"Price of essences" → name="essence", type="Essences"
"Find rune prices" → name="rune", type="Runes"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Item name or partial match | |
| type | No | Exchange category to search. If omitted, searches all categories. | |
| league | No | PoE2 league name | Fate of the Vaal |