You can pass an array of parameters into get_terms.
get_terms(array( 'taxonomy' => 'listing-categories', 'parent' => 0 ));
parent 0 means top level terms. https://developer.wordpress.org/reference/functions/get_terms/