How can I re-query post_type and rewrite the url?

I think you need to first define property_com_listing_type as a query:

Then you can rewrite the urls with add_rewrite_rule (do not forget to save permalinks after change):

with a regex like ^category/([^/]+)/([^/]+)/?

Then you can modify the query using pre_get_posts: