Compare an item against currently equipped gear
compare_itemParse copied Path of Exile 2 item text and diff it against the character's currently equipped item in the matching slot to show what would change.
Instructions
Parse an item's full text (as copied from the game with Ctrl+C, or from a trade site) and diff it against whatever the character currently has equipped in the matching slot (via GGG API or active PoB / poe.ninja build).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slot | No | Equipment slot to compare against (e.g. 'Weapon', 'Ring2'). Inferred from the item's base type if omitted; pass explicitly to disambiguate rings/weapon-vs-offhand. | |
| itemText | Yes | Full item text, including the 'Rarity:'/'--------' section markers | |
| characterName | No | Defaults to the current active character if omitted |