How to find a certain number of POIs for each city with more than a certain number of inhabitants?
I'm trying to understand how to extract data from overpass-turbo, but it's quite difficult for a newbie with my goal. I'm trying to find a quick way to:
1) isolate only cities with +100,000 inhabitants in Europe and North America
2) for each of them obtain 9 different parks (or any other POI, I mean it could even be 9 different squares)
For the moment the closest thing I've found is [this example][1] for a pub tour in Dublin. I don't ask you to write the code for me, I just need to know if it's feasible or not, so that I don't waste my time with an impossible task. Then of course if you can help me directly with queries it's even better!
Edit: it would be enough to have the possibility of extracting the 9 parks in every city of a given list, I mean even if it's not possible to select the cities from overpass, is it possible to give it a list of (as an example) 1000 cities?
[1]: https://wiki.openstreetmap.org/wiki/Overpass_API/Overpass_API_by_Example#Pub_tour_in_Dublin