If you just want to show items with a specific name or description in your inventory on Goodshuffle Pro, you can...
First, create a new page.
Next, give this page a title. For example, if you want to list all items with 'Deluxe' in their name or description, I'd title the page 'Deluxe'
Then, I'd add a HTML block.
After, add in this Element:
<gspro-item-list
search="deluxe"
route="/search/:search*"
context="search"
size="100"
></gspro-item-list>
Note, you can change the word (or value) after search="XXX" to be whatever name you'd like to pull from your inventory in Goodshuffle Pro.
Then, click 'Publish'
Finally, you will see all items with those names or descriptions on your site!
If you'd like to show multiple rows of items with specific names or descriptions, you can add multiple 'Blocks' to the page.