Do it like this.
//*[@class="grid_page"]/div[1]/div[3]
.grid_page > div:nth-of-type(1) > div:nth-of-type(3)
//*[@class='paged_list_wrapper']/div[2]
.paged_list_wrapper > div:nth-of-type(2)
References:
I did a quick search and didnโt find any converter tools, but it seems like it would be easy to create one if you wanted to.