@sanal-kumar-p-2758 Sharing previous discussion in stackoverflow. In the same thread there is another answer if you have predefine format and does not change.
For your example you can use below code to get all places ?item=laptop&places=Bangalore&places=Chennai&places=Mumbai and similarly get other fields from query string and then bind it to your class.
string[] places = req.Query["places"].ToArray();