When you are on the category page you can access the topics with ajaxify.data.topics and on the topic page its ajaxify.data.posts.
There are also hooks fired whenever new topics/posts are added. They are $(window).trigger('action:topics.loaded', { topics: ajaxify.data.topics }); and $(window).trigger('action:posts.loaded', { posts: data.posts });