Last active
April 12, 2025 14:21
-
-
Save AminulBD/8c347539ecd49a8ab0b24544dd2ebab1 to your computer and use it in GitHub Desktop.
Amazon operating domains by country.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"us": "https://www.amazon.com", | |
"uk": "https://www.amazon.co.uk", | |
"ca": "https://www.amazon.ca", | |
"de": "https://www.amazon.de", | |
"es": "https://www.amazon.es", | |
"fr": "https://www.amazon.fr", | |
"it": "https://www.amazon.it", | |
"jp": "https://www.amazon.co.jp", | |
"in": "https://www.amazon.in", | |
"cn": "https://www.amazon.cn", | |
"sg": "https://www.amazon.com.sg", | |
"mx": "https://www.amazon.com.mx", | |
"ae": "https://www.amazon.ae", | |
"br": "https://www.amazon.com.br", | |
"nl": "https://www.amazon.nl", | |
"au": "https://www.amazon.com.au", | |
"tr": "https://www.amazon.com.tr", | |
"sa": "https://www.amazon.sa", | |
"se": "https://www.amazon.se", | |
"pl": "https://www.amazon.pl" | |
} |
thanks for this!! missing a comma on line 6 btw
My bad. resolved.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
thanks for this!! missing a comma on line 6 btw