Scraping using the order of site map start urls

Describe the problem.

I'm trying to scrape a list of star ratings from different applications in Google Play.

I have ordered the start URLs in order but when I scrape and export to .CSV the list is not in the order I hoped would be scrapped.

Am I doing something wrong? or can this not be done?

Sitemap:
{id:"android-competitor-news-apps"}

For multiple start URLs, WS actually works from the bottom up (i.e. "backwards"). I don't know why it works this way. So you can try reversing the order of your start URLs.