Sort:  

I use piston, so I can get that information by calling steem.rpc.get_discussion_by_tag name(). If you already have a list of posts and want to filter them, you can use steem.rpc.get_content('idenfitier') and filter by 'tags' and 'created'.

Hope this makes sense, let me know if it's not clear enough.