Amazon Locale

Web Scraping API Amazon Locale Parameter

Some Amazon targets accept a locale parameter. The locale parameter is paired with the domain parameter. The following combinations are valid:

DomainLocaleInterface language
.aeen_AEEnglish (United Arab Emirates)
.aear_AEArabic (United Arab Emirates)
.cafr_CAFrench (Canada)
.caen_CAEnglish (Canada)
.co.jpja_JPJapanese
.co.jpen_USEnglish (United States)
.co.jpzh_CNChinese
.co.uken_GBEnglish (United Kingdom)
.comen_USEnglish (United States)
.comes_USSpanish (United States)
.comar_AEArabic (United Arab Emirates)
.comde_USGerman (United States)
.comhe_ILHebrew
.comko_KRKorean
.compt_BRPortuguese (Brazil)
.comzh_CNChinese
.comzh_TWTaiwanese
.com.befr_BEFrench (Belgium)
.com.benl_BEDutch (Belgium)
.com.been_GBEnglish (United Kingdom)
.dede_DEGerman
.deen_GBEnglish (United Kingdom)
.decs_CZCzech
.denl_NLDutch (Netherlands)
.depl_PLPolish
.detr_TRTurkish
.egar_AEArabic (United Arab Emirates)
.egen_AEEnglish (United Arab Emirates)
.eses_ESSpanish
.espt_PTPortuguese (Portugal)
.inen_INEnglish (India)
.inhi_INHindi (India)
.inta_INTamil (India)
.inte_INTelugu (India)
.inkn_INKannada (India)
.inml_INMalayalam (India)
.inbn_INBengali (India)
.inmr_INMarathi (India)
.nlnl_NLDutch (Netherlands)
.nlen_GBEnglish (United Kingdom)
.saar_AEArabic (United Arab Emirates)
.saen_AEEnglish (United Arab Emirates)
.sesv_SESwedish
.seen_GBEnglish (United Kingdom)

Example of a correct locale and domain combination:

curl --request 'POST' \
        --url 'https://scraper-api.decodo.com/v2/scrape' \
        --header 'Accept: application/json' \
        --header 'Authorization: Basic ==' \
        --header 'Content-Type: application/json' \
        --data '
    {
      "target": "amazon_sellers",
      "query": "A1R0Z7FJGTKESH",
      "locale": "nl_BE",
      "domain": "com.be",
      "parse": true
    }
'

Support

Still can't find an answer? Want to say hi? We take pride in our 24/7 customer support. Alternatively, you can reach us via our support email at [email protected].

Feedback

Something's missing? Request an article!
Got feedback? Let us know how we're doing and what can be improved.