Displaying price range on mobile when max price could be very large

I am designing a mobile screen where a user needs to enter a min/max price range on defective items in a house. For example, cost to replace roof $10,000 - $20,000.

I'd love to use a price range slider, although I'm not sure this is realistic since the maximum could potentially be extremely high. For example, cost to replace windows in a mansion could be $500,000.

Right now I am handling this by having a minimum cost and maximum cost text input, however I really don't like it.

Any ideas on how to handle this?