Search buddypress groups with querystring in url

Not in the url, but you can pass other parameters in the groups loop.

There is a search_terms parameter in bp_has_groups().
It also has an orderby parameter that accepts total_member_count as the property.

Assuming the tag info is stored in group_meta, you can add a meta_query parameter to the bp_has_groups(). More info from the BuddyPress codex.