I have unbounded recursive data structures that I consume from a REST API and display in the UI. They describe a content model, and it is possible to nest content inside other content.
I am also using unbounded recursive data structures to describe searches over state spaces - just experimenting with this at the moment, but I plan to use it to write a search for a graph layout algorithm.
Unbounded recursive data structures are kind of a big deal in functional programming.