[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"page:\u002Fwork\u002Fminimum-wage\u002Fcountries\u002Fgermany\u002Farchive-before-2019\u002Fminimum-wages-in-germany-with-effect-from-01-01-2019":3,"menu:\u002Fwork:":57,"sites:htmlblocks":288,"subsites":1728,"cite-subsites":5292,"footer:root":5769,"suggested:root":5846,"cite-footer:root":5850},{"id":4,"slug":5,"title":6,"short_title":7,"intro_text":7,"meta_description":8,"seo_title":8,"path":9,"content_type":10,"locale":11,"edit_url":12,"breadcrumbs":13,"seo":30,"body_blocks":38,"call_to_action":44,"categories":51,"related_pages":52,"related_sites":53,"in_subsite":54,"contact_page_url":55,"banner_message":56},22610,"minimum-wages-in-germany-with-effect-from-01-01-2019","Minimum Wages in Germany with effect from 01-01-2019",null,"","\u002Fwork\u002Fminimum-wage\u002Fcountries\u002Fgermany\u002Farchive-before-2019\u002Fminimum-wages-in-germany-with-effect-from-01-01-2019","pages.contentpage","en","\u002Fcms\u002Fpages\u002F22610\u002Fedit\u002F",[14,17,20,23,26,29],{"title":15,"slug":16},"World of Work","work",{"title":18,"slug":19},"Minimum Wages","minimum-wage",{"title":21,"slug":22},"Minimum Wages per Country","countries",{"title":24,"slug":25},"Germany","germany",{"title":27,"slug":28},"Archive (before 2019)","archive-before-2019",{"title":6,"slug":5},{"title":6,"description":8,"image":31,"canonical":32,"robots":33,"og_type":34,"twitter_card":35,"locale":11,"created_at":36,"last_modified_at":37},"https:\u002F\u002Fwageindicator.org\u002Fmedia\u002Fimages\u002FSocial_media_preview_image_-_2025.2e16d0ba.fill-1200x630.png","https:\u002F\u002Fwageindicator.org\u002Fwork\u002Fminimum-wage\u002Fcountries\u002Fgermany\u002Farchive-before-2019\u002Fminimum-wages-in-germany-with-effect-from-01-01-2019\u002F","index, follow","website","summary_large_image","1969-12-31T00:00:00+01:00","2026-04-02T22:35:06.892640+02:00",[39],{"type":40,"data":41},"raw_html_block",{"content":42,"variant":43},"\u003Chtml>\u003Cbody>\u003Cdiv class=\"cobra-mw-country-view\">\n\u003Cdiv class=\"mw-head\">\n\u003C!-- no revision statement -->\n\u003Cdiv class=\"no_revision\">\u003C\u002Fdiv>\n\u003Cdiv id=\"mwfolder_update\">Last update: 29-12-2018\u003C\u002Fdiv>\n\u003Cdiv class=\"currency\">\n    Currency: EUR (Euro)\n  \u003C\u002Fdiv>\n\u003C\u002Fdiv>\n\u003Cdiv class=\"cobra-mw-main\">\n\u003Ctable class=\"mw-table plain nosort\">\n\u003Cthead>\n\u003Cth>Minimum Wage per Hour\u003C\u002Fth>\n\u003C\u002Fthead>\n\u003Ctbody>\n\u003Ctr>\n\u003Ctd class=\"amount perhour\">\n\u003Cdiv class=\"no-mouseover\">\n\u003Cdiv class=\"amount_pp\">\n                    9.19\n                    \n                  \u003C\u002Fdiv>\n\u003Cdiv class=\"mouseover_details\">\n\u003C\u002Fdiv>\n\u003C\u002Fdiv>\n\u003C\u002Ftd>\n\u003C\u002Ftr>\n\u003C\u002Ftbody>\n\u003C\u002Ftable>\n\u003C\u002Fdiv>\n\u003Cdiv class=\"mw-footer\">\n\u003Ch2>Notes \u002F Footnote\u003C\u002Fh2>\n\u003Cdiv class=\"footnote\">\u003Cp> \u003C\u002Fp>\n\u003Col>\n\u003Cli>This page is maintained by \u003Ca href=\"https:\u002F\u002Fwageindicator.de\u002F\">Lohnspiegel.de \u003C\u002Fa>and \u003Ca href=\"http:\u002F\u002Fwww.wageindicator.org\u002Fmain\">Wageindicator.org\u003C\u002Fa>\u003C\u002Fli>\n\u003C\u002Fol>\u003C\u002Fdiv>\n\u003C\u002Fdiv>\n\u003Cscript>\n      window.jQuery || document.write('\\x3C' + 'script src=\"http:\u002F\u002Fcode.jquery.com\u002Fjquery-1.8.2.min.js\">\\x3C\u002Fscript>')\n    \u003C\u002Fscript>\n\u003Cscript>\n\n      \u002F*\n      * groupTable will add rowspans to matching rows\n      * this code was created by: Brij Mohan (http:\u002F\u002Ftechbrij.com)\n      * Make sure to remove the cells with class 'deleted' after you called\n      * this function.\n      * parameters:\n      *  $rows: jQuery object of table rows to be grouped\n      *  startIndex: index of first column to be grouped\n      *  total: total number of columns to be grouped\n      *\u002F\n\njQuery( document ).ready(function( $ ) {\n\n\tfunction groupTable($rows, startIndex, total){\n\t\tif (total === 0){\n\t\t\treturn;\n\t\t}\n\t\tvar i , currentIndex = startIndex, count=1, lst=[];\n\t\tvar tds = $rows.find('td:eq('+ currentIndex +')');\n\t\tvar ctrl = $(tds[0]);\n\t\tlst.push($rows[0]);\n\t\tfor (i=1;i\u003C=tds.length;i++){\n\t\t\tif (ctrl.text().trim() ==  $(tds[i]).text().trim()){\n\t\t\t\tcount++;\n\t\t\t\t$(tds[i]).addClass('deleted');\n\t\t\t\tlst.push($rows[i]);\n\t\t\t}\n\t\t\telse{\n\t\t\t\tif (count>1){\n\t\t\t\t\tctrl.attr('rowspan',count);\n\t\t\t\t\tgroupTable($(lst),startIndex+1,total-1);\n\t\t\t\t}\n\t\t\t\tcount=1;\n\t\t\t\tlst = [];\n\t\t\t\tctrl=$(tds[i]);\n\t\t\t\tlst.push($rows[i]);\n\t\t\t}\n\t\t}\n\t}\n\n\t$('table.mw-table').each(function() {\n\t\tvar cols = $(this).find(\"tr:first td\").length;\n\t\tgroupTable($(this).find(\"tr\"), 0, cols - 1);\n\t\t$(this).find(\"td.deleted\").remove();\n\t});\n\n\t$('.has_mouseover_details').hover(function(e){\n\t\tvar tooltip = $(this).find('.mouseover_details');\n\t\ttooltip.css({\"top\": ($(this).height() \u002F 2) - (tooltip.height() \u002F 2)});\n\t});\n});\n\n\n    \u003C\u002Fscript>\n\u003Cstyle>\n\n      h1, h2, h3 {\n      font-weight: bold;\n      margin-top: 20px;\n      margin-bottom: 10px;\n      }\n\n      ul ol, ol ol, ol ul {\n      font-size: 100%;\n      }\n\n      .mw-table {\n      margin-top: 20px;\n      }\n\n      .has_mouseover_details {\n      position: relative;\n      cursor: help;\n      display:inline-block;\n      width: 100%;\n      height: 100%;\n      }\n\n      .has_mouseover_details:hover .mouseover_details {\n      z-index: 999;\n      display: inline-block;\n      position: absolute;\n      opacity: 0.9;\n      background: white;\n      padding: 5px;\n      padding: 5px 5px 10px;\n      left: 50px;\n      }\n\n      .mouseover_details{\n      display: none;\n      border: 1px solid #73a7f0;\n      width: 200px;\n      margin-left: 20px;\n      border-radius: 4px;\n      -webkit-border-radius: 4px;\n      -moz-border-radius: 4px;\n      box-shadow: 0px 0px 6px rgba(0, 0, 0, .7);\n      -webkit-box-shadow: -0px 0px 6px rgba(0, 0, 0, .7);\n      -moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, .7);\n      }\n\n      .mouseover_details:before{\n      z-index: -1;\n      content: ' ';\n      display: block;\n      position: absolute;\n      left: -8px;\n      bottom: 0;\n      top: 0;\n      margin: auto;\n      width: 14px;\n      height: 14px;\n      border-color: #73a7f0;\n      border-width: 1px;\n      border-style: none none solid solid;\n      background-color: #fff;\n      box-shadow: -2px 2px 3.5px rgba(0, 0, 0, .5);\n      -webkit-box-shadow: -2px 2px 3.5px rgba(0, 0, 0, .5);\n      -moz-box-shadow: -2px 2px 3.5px rgba(0, 0, 0, .5);\n      transform: rotate(45deg);\n      -webkit-transform: rotate(45deg);\n      -moz-transform: rotate(45deg);\n      }\n      \n      \u002F* fix brackets in RTL languages *\u002F\n      .currency:after {\n        content: \"\\200E\";\n      }\n\n    \u003C\u002Fstyle>\n\u003C\u002Fdiv>\u003C\u002Fbody>\u003C\u002Fhtml>","light",{"text":45,"link":46},"Contact us",{"title":45,"url":47,"description":45,"rel":48,"type":49,"id":50},"\u002Fabout\u002Fcontact","follow","internal",24590,[],[],[],false,"\u002Fwork\u002Fliving-wages\u002Fcontact-us","\u003Cp>Welcome to WageIndicator. Same organisation, same information, new look!\u003C\u002Fp>",{"title":58,"seo_title":59,"description":7,"path":60,"redirect_url":7,"locale":11,"children":61},"WageIndicator.org","WageIndicator","\u002F",[62,177,217],{"title":15,"seo_title":8,"description":7,"path":63,"redirect_url":7,"locale":11,"children":64},"\u002Fwork",[65,96,120,136,148,160],{"title":18,"seo_title":8,"description":7,"path":66,"redirect_url":7,"locale":11,"children":67},"\u002Fwork\u002Fminimum-wage",[68,72,76,80,84,88,92],{"title":21,"seo_title":69,"description":7,"path":70,"redirect_url":7,"locale":11,"children":71},"Minimum Wage by Country: Our Global Database","\u002Fwork\u002Fminimum-wage\u002Fcountries",[],{"title":73,"seo_title":8,"description":7,"path":74,"redirect_url":7,"locale":11,"children":75},"Minimum Wages Updates","\u002Fwork\u002Fminimum-wage\u002Fupdates",[],{"title":77,"seo_title":8,"description":7,"path":78,"redirect_url":7,"locale":11,"children":79},"Minimum Wage vs Living Wage Comparison","\u002Fwork\u002Fminimum-wage\u002Fcomparison-map",[],{"title":81,"seo_title":8,"description":7,"path":82,"redirect_url":7,"locale":11,"children":83},"Minimum Wage Living Wage Gap Map","\u002Fwork\u002Fminimum-wage\u002Fliving-wage-gap",[],{"title":85,"seo_title":8,"description":7,"path":86,"redirect_url":7,"locale":11,"children":87},"Structures and Changes Overview","\u002Fwork\u002Fminimum-wage\u002Foverviews",[],{"title":89,"seo_title":8,"description":7,"path":90,"redirect_url":7,"locale":11,"children":91},"Minimum Wages Regulations","\u002Fwork\u002Fminimum-wage\u002Fregulations",[],{"title":93,"seo_title":8,"description":7,"path":94,"redirect_url":7,"locale":11,"children":95},"FAQ Minimum Wages","\u002Fwork\u002Fminimum-wage\u002Ffaq",[],{"title":97,"seo_title":8,"description":7,"path":98,"redirect_url":7,"locale":11,"children":99},"Living Wages","\u002Fwork\u002Fliving-wages",[100,104,108,112,116],{"title":101,"seo_title":8,"description":7,"path":102,"redirect_url":7,"locale":11,"children":103},"Freely Accessible Living Wage","\u002Fwork\u002Fliving-wages\u002Fopen-access",[],{"title":105,"seo_title":8,"description":7,"path":106,"redirect_url":7,"locale":11,"children":107},"Purchase Living Wage Data","\u002Fwork\u002Fliving-wages\u002Fpurchase-data",[],{"title":109,"seo_title":8,"description":7,"path":110,"redirect_url":7,"locale":11,"children":111},"Living Tariff","\u002Fwork\u002Fliving-wages\u002Fliving-tariff",[],{"title":113,"seo_title":8,"description":7,"path":114,"redirect_url":7,"locale":11,"children":115},"FAQ - Living Wage","\u002Fwork\u002Fliving-wages\u002Ffaq",[],{"title":117,"seo_title":8,"description":7,"path":118,"redirect_url":7,"locale":11,"children":119},"GapCheck","\u002Fwork\u002Fliving-wages\u002Fgapcheck",[],{"title":121,"seo_title":8,"description":7,"path":122,"redirect_url":7,"locale":11,"children":123},"Salary","\u002Fwork\u002Fsalary",[124,128,132],{"title":125,"seo_title":8,"description":7,"path":126,"redirect_url":7,"locale":11,"children":127},"Salary Check Per Country","\u002Fwork\u002Fsalary\u002Fcheck-countries",[],{"title":129,"seo_title":8,"description":7,"path":130,"redirect_url":7,"locale":11,"children":131},"Salary Survey Per Country","\u002Fwork\u002Fsalary\u002Fsurvey-countries",[],{"title":133,"seo_title":8,"description":7,"path":134,"redirect_url":7,"locale":11,"children":135},"FAQ - Salary Checks","\u002Fwork\u002Fsalary\u002Fcheck-faq",[],{"title":137,"seo_title":8,"description":7,"path":138,"redirect_url":7,"locale":11,"children":139},"Labour Law","\u002Fwork\u002Flabour-law",[140,144],{"title":141,"seo_title":8,"description":7,"path":142,"redirect_url":7,"locale":11,"children":143},"Labour Law per Country","\u002Fwork\u002Flabour-law\u002Fcountries",[],{"title":145,"seo_title":8,"description":7,"path":146,"redirect_url":7,"locale":11,"children":147},"Labour Rights Index","\u002Fwork\u002Flabour-law\u002Findex",[],{"title":149,"seo_title":8,"description":7,"path":150,"redirect_url":7,"locale":11,"children":151},"Collective Bargaining Agreement","\u002Fwork\u002Fcollective-bargaining-agreement",[152,156],{"title":153,"seo_title":8,"description":7,"path":154,"redirect_url":7,"locale":11,"children":155},"Collective Agreements per Country","\u002Fwork\u002Fcollective-bargaining-agreement\u002Fcountries",[],{"title":157,"seo_title":8,"description":7,"path":158,"redirect_url":7,"locale":11,"children":159},"Collective Bargaining Updates","\u002Fwork\u002Fcollective-bargaining-agreement\u002Fupdates",[],{"title":161,"seo_title":8,"description":7,"path":162,"redirect_url":7,"locale":11,"children":163},"Platform Economy","\u002Fwork\u002Fplatform-economy",[164,168,172],{"title":165,"seo_title":8,"description":7,"path":166,"redirect_url":7,"locale":11,"children":167},"Pay in the Platform Economy","\u002Fwork\u002Fplatform-economy\u002Fpay",[],{"title":169,"seo_title":8,"description":7,"path":170,"redirect_url":7,"locale":11,"children":171},"Collective Action in the Platform Economy","\u002Fwork\u002Fplatform-economy\u002Fcollective-action",[],{"title":173,"seo_title":174,"description":7,"path":175,"redirect_url":7,"locale":11,"children":176},"FAQ Platform Economy","Platform Economy FAQ: Key Concepts, Models & Trends","\u002Fwork\u002Fplatform-economy\u002Ffaq",[],{"title":178,"seo_title":8,"description":7,"path":179,"redirect_url":7,"locale":11,"children":180},"What We Do","\u002Fwhat-we-do",[181,193,197,201,209,213],{"title":182,"seo_title":8,"description":7,"path":183,"redirect_url":7,"locale":11,"children":184},"Data and Services","\u002Fwhat-we-do\u002Fdata-and-services",[185,189],{"title":186,"seo_title":8,"description":7,"path":187,"redirect_url":7,"locale":11,"children":188},"All Our Databases","\u002Fwhat-we-do\u002Fdata-and-services\u002Fdatabases",[],{"title":190,"seo_title":8,"description":7,"path":191,"redirect_url":7,"locale":11,"children":192},"Research Lab","\u002Fwhat-we-do\u002Fdata-and-services\u002Fresearch-lab",[],{"title":194,"seo_title":8,"description":7,"path":195,"redirect_url":7,"locale":11,"children":196},"Projects","\u002Fwhat-we-do\u002Fprojects",[],{"title":198,"seo_title":8,"description":7,"path":199,"redirect_url":7,"locale":11,"children":200},"Events","\u002Fwhat-we-do\u002Fevents",[],{"title":202,"seo_title":8,"description":7,"path":203,"redirect_url":7,"locale":11,"children":204},"Publications","\u002Fwhat-we-do\u002Fpublications",[205],{"title":206,"seo_title":8,"description":7,"path":207,"redirect_url":7,"locale":11,"children":208},"Working Papers","\u002Fwhat-we-do\u002Fpublications\u002Fworking-papers",[],{"title":210,"seo_title":8,"description":7,"path":211,"redirect_url":7,"locale":11,"children":212},"News and Stories","\u002Fwhat-we-do\u002Fnews-stories",[],{"title":214,"seo_title":8,"description":7,"path":215,"redirect_url":7,"locale":11,"children":216},"Visuals","\u002Fwhat-we-do\u002Fvisuals",[],{"title":218,"seo_title":8,"description":7,"path":219,"redirect_url":7,"locale":11,"children":220},"About Us","\u002Fabout",[221,249,257,261,281,285],{"title":222,"seo_title":8,"description":7,"path":223,"redirect_url":7,"locale":11,"children":224},"Who we are","\u002Fabout\u002Fwho-we-are",[225,229,233,237,241,245],{"title":226,"seo_title":8,"description":7,"path":227,"redirect_url":7,"locale":11,"children":228},"Our Mission","\u002Fabout\u002Fwho-we-are\u002Fmission",[],{"title":230,"seo_title":8,"description":7,"path":231,"redirect_url":7,"locale":11,"children":232},"Our Team","\u002Fabout\u002Fwho-we-are\u002Fteam",[],{"title":234,"seo_title":8,"description":7,"path":235,"redirect_url":7,"locale":11,"children":236},"Supervisory Board","\u002Fabout\u002Fwho-we-are\u002Fboard",[],{"title":238,"seo_title":8,"description":7,"path":239,"redirect_url":7,"locale":11,"children":240},"Work with us","\u002Fabout\u002Fwho-we-are\u002Fjobs",[],{"title":242,"seo_title":8,"description":7,"path":243,"redirect_url":7,"locale":11,"children":244},"Internships","\u002Fabout\u002Fwho-we-are\u002Finternships",[],{"title":246,"seo_title":8,"description":7,"path":247,"redirect_url":7,"locale":11,"children":248},"Our History","\u002Fabout\u002Fwho-we-are\u002Fhistory",[],{"title":250,"seo_title":8,"description":7,"path":251,"redirect_url":7,"locale":11,"children":252},"Partnerships","\u002Fabout\u002Fpartners",[253],{"title":254,"seo_title":8,"description":7,"path":255,"redirect_url":7,"locale":11,"children":256},"Research Partners","\u002Fabout\u002Fpartners\u002Fresearch",[],{"title":258,"seo_title":8,"description":7,"path":259,"redirect_url":7,"locale":11,"children":260},"Where we operate","\u002Fabout\u002Fwhere-we-operate",[],{"title":262,"seo_title":8,"description":7,"path":263,"redirect_url":7,"locale":11,"children":264},"Policies and Plans","\u002Fabout\u002Fpolicies",[265,269,273,277],{"title":266,"seo_title":8,"description":7,"path":267,"redirect_url":7,"locale":11,"children":268},"Annual Reports","\u002Fabout\u002Fpolicies\u002Fannual-reports",[],{"title":270,"seo_title":8,"description":7,"path":271,"redirect_url":7,"locale":11,"children":272},"Gender Equality Plan","\u002Fabout\u002Fpolicies\u002Fgender-equality",[],{"title":274,"seo_title":8,"description":7,"path":275,"redirect_url":7,"locale":11,"children":276},"Safeguarding Policies","\u002Fabout\u002Fpolicies\u002Fsafeguarding",[],{"title":278,"seo_title":8,"description":7,"path":279,"redirect_url":7,"locale":11,"children":280},"Privacy Policy & Cookie Statement","\u002Fabout\u002Fpolicies\u002Fprivacy",[],{"title":282,"seo_title":8,"description":7,"path":283,"redirect_url":7,"locale":11,"children":284},"Press Room","\u002Fabout\u002Fpress-room",[],{"title":286,"seo_title":8,"description":7,"path":47,"redirect_url":7,"locale":11,"children":287},"Contact Us",[],[289,294,304,310,316,322,328,334,340,346,352,358,364,370,376,382,388,394,400,406,412,418,424,430,436,442,448,454,460,466,472,478,484,490,496,502,508,514,520,526,532,538,544,550,556,562,568,574,580,586,592,598,604,610,616,622,628,634,640,646,652,658,664,670,676,682,688,694,700,706,712,718,724,730,736,742,748,754,760,766,772,777,783,789,795,801,807,813,819,825,831,837,843,849,855,861,867,873,879,885,891,897,903,909,915,921,927,933,939,945,951,957,963,969,975,981,987,993,999,1005,1011,1017,1023,1029,1035,1041,1047,1053,1059,1065,1071,1077,1083,1089,1095,1101,1107,1113,1119,1125,1131,1137,1143,1149,1155,1161,1167,1173,1179,1185,1191,1197,1203,1209,1215,1221,1227,1233,1239,1245,1251,1257,1263,1269,1278,1284,1290,1296,1302,1308,1314,1320,1326,1332,1338,1344,1350,1356,1362,1368,1374,1380,1386,1392,1398,1404,1410,1416,1422,1428,1434,1440,1446,1452,1458,1464,1470,1476,1482,1488,1494,1500,1506,1512,1518,1524,1530,1536,1542,1548,1554,1560,1566,1572,1578,1584,1590,1596,1602,1608,1614,1620,1626,1632,1638,1644,1650,1656,1662,1668,1674,1680,1686,1692,1698,1704,1710,1716,1722],{"id":290,"slug":291,"html_blocks":292,"google_tag_id":293},3,"wageindicator",[],"G-E08L0EMXLW",{"id":295,"slug":296,"html_blocks":297,"google_tag_id":303},4611,"dz-bt",[298],{"block_type":299,"html":300,"position":301,"description":302},"site_html_block","\u003Cmeta name=\"google-site-verification\" content=\"rTZof5hOCeGtE5sbyuPJhV3lsa9z8DMfOqzsIw1N_8k\" \u002F>","head","Google Search Console","G-Y9305FETNZ",{"id":305,"slug":306,"html_blocks":307,"google_tag_id":309},4104,"hu-hu",[308],{"block_type":299,"html":300,"position":301,"description":302},"G-TSJLMTJDJ9",{"id":311,"slug":312,"html_blocks":313,"google_tag_id":315},4617,"fr-lu",[314],{"block_type":299,"html":300,"position":301,"description":302},"G-NJCL5LMQ49",{"id":317,"slug":318,"html_blocks":319,"google_tag_id":321},1037,"en-us",[320],{"block_type":299,"html":300,"position":301,"description":302},"G-KZEPKSC26Z",{"id":323,"slug":324,"html_blocks":325,"google_tag_id":327},15,"en-ng",[326],{"block_type":299,"html":300,"position":301,"description":302},"G-0E8EW49007",{"id":329,"slug":330,"html_blocks":331,"google_tag_id":333},2066,"ar-tn",[332],{"block_type":299,"html":300,"position":301,"description":302},"G-FB2BPWPC5X",{"id":335,"slug":336,"html_blocks":337,"google_tag_id":339},1559,"fr-bj",[338],{"block_type":299,"html":300,"position":301,"description":302},"G-YV2DPDBYE5",{"id":341,"slug":342,"html_blocks":343,"google_tag_id":345},2585,"es-hn",[344],{"block_type":299,"html":300,"position":301,"description":302},"G-F0QLSDRKZB",{"id":347,"slug":348,"html_blocks":349,"google_tag_id":351},538,"en-ph",[350],{"block_type":299,"html":300,"position":301,"description":302},"G-9VKVMGDDEC",{"id":353,"slug":354,"html_blocks":355,"google_tag_id":357},3612,"so-so",[356],{"block_type":299,"html":300,"position":301,"description":302},"G-XTG2J2S10E",{"id":359,"slug":360,"html_blocks":361,"google_tag_id":363},3103,"pt-pt",[362],{"block_type":299,"html":300,"position":301,"description":302},"G-RL8KK9JX05",{"id":365,"slug":366,"html_blocks":367,"google_tag_id":369},3617,"tr-tr",[368],{"block_type":299,"html":300,"position":301,"description":302},"G-RCKVGCCS75",{"id":371,"slug":372,"html_blocks":373,"google_tag_id":375},4648,"no-no",[374],{"block_type":299,"html":300,"position":301,"description":302},"G-ZL2EMHS84N",{"id":377,"slug":378,"html_blocks":379,"google_tag_id":381},1068,"en-za",[380],{"block_type":299,"html":300,"position":301,"description":302},"G-6LJTQG6L7E",{"id":383,"slug":384,"html_blocks":385,"google_tag_id":387},2553,"es-sv",[386],{"block_type":299,"html":300,"position":301,"description":302},"G-3BX57SBD5K",{"id":389,"slug":390,"html_blocks":391,"google_tag_id":393},2095,"ar-ly",[392],{"block_type":299,"html":300,"position":301,"description":302},"G-TXQVWY8TW7",{"id":395,"slug":396,"html_blocks":397,"google_tag_id":399},4658,"el-cy",[398],{"block_type":299,"html":300,"position":301,"description":302},"G-RF0XLYDV83",{"id":401,"slug":402,"html_blocks":403,"google_tag_id":405},1590,"fr-tg",[404],{"block_type":299,"html":300,"position":301,"description":302},"G-KRLNGKL200",{"id":407,"slug":408,"html_blocks":409,"google_tag_id":411},2617,"es-cl",[410],{"block_type":299,"html":300,"position":301,"description":302},"G-40BNQJ4R83",{"id":413,"slug":414,"html_blocks":415,"google_tag_id":417},569,"en-ug",[416],{"block_type":299,"html":300,"position":301,"description":302},"G-SPBMKM9TTR",{"id":419,"slug":420,"html_blocks":421,"google_tag_id":423},60,"en-mh",[422],{"block_type":299,"html":300,"position":301,"description":302},"G-7LJD001M2K",{"id":425,"slug":426,"html_blocks":427,"google_tag_id":429},3135,"ru-kg",[428],{"block_type":299,"html":300,"position":301,"description":302},"G-LZ14BXM6FL",{"id":431,"slug":432,"html_blocks":433,"google_tag_id":435},3649,"id-id",[434],{"block_type":299,"html":300,"position":301,"description":302},"G-6ZBK861ZNG",{"id":437,"slug":438,"html_blocks":439,"google_tag_id":441},65,"en-nr",[440],{"block_type":299,"html":300,"position":301,"description":302},"G-54D00XTGY9",{"id":443,"slug":444,"html_blocks":445,"google_tag_id":447},29254,"nl-bq",[446],{"block_type":299,"html":300,"position":301,"description":302},"G-845M3MMTK7",{"id":449,"slug":450,"html_blocks":451,"google_tag_id":453},70,"en-tv",[452],{"block_type":299,"html":300,"position":301,"description":302},"G-9ET9Y1YKFW",{"id":455,"slug":456,"html_blocks":457,"google_tag_id":459},4168,"da-dk",[458],{"block_type":299,"html":300,"position":301,"description":302},"G-SJZXXVF2KP",{"id":461,"slug":462,"html_blocks":463,"google_tag_id":465},1099,"en-in",[464],{"block_type":299,"html":300,"position":301,"description":302},"G-ZGMB0NX87X",{"id":467,"slug":468,"html_blocks":469,"google_tag_id":471},75,"en-ki",[470],{"block_type":299,"html":300,"position":301,"description":302},"G-96FQZ7QN56",{"id":473,"slug":474,"html_blocks":475,"google_tag_id":477},2124,"ar-ae",[476],{"block_type":299,"html":300,"position":301,"description":302},"G-1G2X9X3YGZ",{"id":479,"slug":480,"html_blocks":481,"google_tag_id":483},80,"en-to",[482],{"block_type":299,"html":300,"position":301,"description":302},"G-PCG7CEYMDC",{"id":485,"slug":486,"html_blocks":487,"google_tag_id":489},4690,"el-gr",[488],{"block_type":299,"html":300,"position":301,"description":302},"G-WQ3RYH2FKE",{"id":491,"slug":492,"html_blocks":493,"google_tag_id":495},1621,"fr-ca",[494],{"block_type":299,"html":300,"position":301,"description":302},"G-LBZR8PD66G",{"id":497,"slug":498,"html_blocks":499,"google_tag_id":501},85,"en-mv",[500],{"block_type":299,"html":300,"position":301,"description":302},"G-MTLJQNNL46",{"id":503,"slug":504,"html_blocks":505,"google_tag_id":507},600,"en-tz",[506],{"block_type":299,"html":300,"position":301,"description":302},"G-NV97TGL16K",{"id":509,"slug":510,"html_blocks":511,"google_tag_id":513},2649,"es-py",[512],{"block_type":299,"html":300,"position":301,"description":302},"G-6CSEDQBHS7",{"id":515,"slug":516,"html_blocks":517,"google_tag_id":519},90,"en-fm",[518],{"block_type":299,"html":300,"position":301,"description":302},"G-G43F1F2YPE",{"id":521,"slug":522,"html_blocks":523,"google_tag_id":525},3162,"ru-tj",[524],{"block_type":299,"html":300,"position":301,"description":302},"G-TBMP4QHY64",{"id":527,"slug":528,"html_blocks":529,"google_tag_id":531},3071,"pt-br",[530],{"block_type":299,"html":300,"position":301,"description":302},"G-ZDPZF2E35Z",{"id":533,"slug":534,"html_blocks":535,"google_tag_id":537},95,"en-pw",[536],{"block_type":299,"html":300,"position":301,"description":302},"G-ZKLX6DS7MR",{"id":539,"slug":540,"html_blocks":541,"google_tag_id":543},3680,"ms-bn",[542],{"block_type":299,"html":300,"position":301,"description":302},"G-H4F9QHV0XF",{"id":545,"slug":546,"html_blocks":547,"google_tag_id":549},100,"en-ck",[548],{"block_type":299,"html":300,"position":301,"description":302},"G-71KFPZR5XF",{"id":551,"slug":552,"html_blocks":553,"google_tag_id":555},105,"en-ag",[554],{"block_type":299,"html":300,"position":301,"description":302},"G-8NEP2KM5DQ",{"id":557,"slug":558,"html_blocks":559,"google_tag_id":561},4201,"lt-lt",[560],{"block_type":299,"html":300,"position":301,"description":302},"G-RY7QJ1CH4S",{"id":563,"slug":564,"html_blocks":565,"google_tag_id":567},3689,"ms-my",[566],{"block_type":299,"html":300,"position":301,"description":302},"G-9TGF2C25TE",{"id":569,"slug":570,"html_blocks":571,"google_tag_id":573},1130,"fr-mc",[572],{"block_type":299,"html":300,"position":301,"description":302},"G-GXFJELS0KS",{"id":575,"slug":576,"html_blocks":577,"google_tag_id":579},2153,"ar-ma",[578],{"block_type":299,"html":300,"position":301,"description":302},"G-GWG8S0ZDQL",{"id":581,"slug":582,"html_blocks":583,"google_tag_id":585},1136,"fr-nc",[584],{"block_type":299,"html":300,"position":301,"description":302},"G-QPNXFTN7LJ",{"id":587,"slug":588,"html_blocks":589,"google_tag_id":591},113,"en-ws",[590],{"block_type":299,"html":300,"position":301,"description":302},"G-CREBF1G42Y",{"id":593,"slug":594,"html_blocks":595,"google_tag_id":597},4722,"mn-mn",[596],{"block_type":299,"html":300,"position":301,"description":302},"G-L3G7NS7P5J",{"id":599,"slug":600,"html_blocks":601,"google_tag_id":603},1652,"fr-mg",[602],{"block_type":299,"html":300,"position":301,"description":302},"G-4G5BLL5Y9V",{"id":605,"slug":606,"html_blocks":607,"google_tag_id":609},3189,"ru-ru",[608],{"block_type":299,"html":300,"position":301,"description":302},"G-GPKQR4TWZD",{"id":611,"slug":612,"html_blocks":613,"google_tag_id":615},118,"en-lc",[614],{"block_type":299,"html":300,"position":301,"description":302},"G-3W49CMBHFX",{"id":617,"slug":618,"html_blocks":619,"google_tag_id":621},631,"en-zw",[620],{"block_type":299,"html":300,"position":301,"description":302},"G-FN8JGQ5SZX",{"id":623,"slug":624,"html_blocks":625,"google_tag_id":627},2680,"es-cr",[626],{"block_type":299,"html":300,"position":301,"description":302},"G-Y6W67XGWGT",{"id":629,"slug":630,"html_blocks":631,"google_tag_id":633},1145,"fr-re",[632],{"block_type":299,"html":300,"position":301,"description":302},"G-L0Q6XCT3G4",{"id":635,"slug":636,"html_blocks":637,"google_tag_id":639},123,"en-sb",[638],{"block_type":299,"html":300,"position":301,"description":302},"G-LCVD2NCB2W",{"id":641,"slug":642,"html_blocks":643,"google_tag_id":645},128,"en-dm",[644],{"block_type":299,"html":300,"position":301,"description":302},"G-BDMTZ2PJJ1",{"id":647,"slug":648,"html_blocks":649,"google_tag_id":651},1154,"fr-cf",[650],{"block_type":299,"html":300,"position":301,"description":302},"G-6BJ68FVCJE",{"id":653,"slug":654,"html_blocks":655,"google_tag_id":657},133,"en-ky",[656],{"block_type":299,"html":300,"position":301,"description":302},"G-NJ4893WQPZ",{"id":659,"slug":660,"html_blocks":661,"google_tag_id":663},2182,"ar-iq",[662],{"block_type":299,"html":300,"position":301,"description":302},"G-8B6HHH54M4",{"id":665,"slug":666,"html_blocks":667,"google_tag_id":669},3720,"sw-tz",[668],{"block_type":299,"html":300,"position":301,"description":302},"G-041C7PDEXS",{"id":671,"slug":672,"html_blocks":673,"google_tag_id":675},4233,"et-ee",[674],{"block_type":299,"html":300,"position":301,"description":302},"G-JG9RHB0M2F",{"id":677,"slug":678,"html_blocks":679,"google_tag_id":681},138,"en-vc",[680],{"block_type":299,"html":300,"position":301,"description":302},"G-D04L755EQ2",{"id":683,"slug":684,"html_blocks":685,"google_tag_id":687},143,"en-kn",[686],{"block_type":299,"html":300,"position":301,"description":302},"G-RZF918DFV0",{"id":689,"slug":690,"html_blocks":691,"google_tag_id":693},1683,"fr-ch",[692],{"block_type":299,"html":300,"position":301,"description":302},"G-FZ9J79M87B",{"id":695,"slug":696,"html_blocks":697,"google_tag_id":699},4755,"fi-fi",[698],{"block_type":299,"html":300,"position":301,"description":302},"G-PH7CBQDJ64",{"id":701,"slug":702,"html_blocks":703,"google_tag_id":705},148,"en-sr",[704],{"block_type":299,"html":300,"position":301,"description":302},"G-1BD51VGJ5H",{"id":707,"slug":708,"html_blocks":709,"google_tag_id":711},662,"en-ie",[710],{"block_type":299,"html":300,"position":301,"description":302},"G-7EVNQV4VLC",{"id":713,"slug":714,"html_blocks":715,"google_tag_id":717},3219,"ru-az",[716],{"block_type":299,"html":300,"position":301,"description":302},"G-T3X1327L0Y",{"id":719,"slug":720,"html_blocks":721,"google_tag_id":723},2712,"es-gt",[722],{"block_type":299,"html":300,"position":301,"description":302},"G-C2F90EE7D4",{"id":725,"slug":726,"html_blocks":727,"google_tag_id":729},157,"en-vu",[728],{"block_type":299,"html":300,"position":301,"description":302},"G-BNZMDBKBVB",{"id":731,"slug":732,"html_blocks":733,"google_tag_id":735},1184,"fr-td",[734],{"block_type":299,"html":300,"position":301,"description":302},"G-DYDGQGFCM4",{"id":737,"slug":738,"html_blocks":739,"google_tag_id":741},162,"en-sc",[740],{"block_type":299,"html":300,"position":301,"description":302},"G-J26V7JNTLC",{"id":743,"slug":744,"html_blocks":745,"google_tag_id":747},2211,"ar-om",[746],{"block_type":299,"html":300,"position":301,"description":302},"G-KS7CS9BBP6",{"id":749,"slug":750,"html_blocks":751,"google_tag_id":753},167,"en-bz",[752],{"block_type":299,"html":300,"position":301,"description":302},"G-F8Q889X4EX",{"id":755,"slug":756,"html_blocks":757,"google_tag_id":759},4265,"lv-lv",[758],{"block_type":299,"html":300,"position":301,"description":302},"G-08J8KPZDYC",{"id":761,"slug":762,"html_blocks":763,"google_tag_id":765},176,"en-gd",[764],{"block_type":299,"html":300,"position":301,"description":302},"G-N88TG6NYV6",{"id":767,"slug":768,"html_blocks":769,"google_tag_id":771},3248,"ru-by",[770],{"block_type":299,"html":300,"position":301,"description":302},"G-6ETNG212EG",{"id":773,"slug":774,"html_blocks":775,"google_tag_id":8},1714,"fr-fr",[776],{"block_type":299,"html":300,"position":301,"description":302},{"id":778,"slug":779,"html_blocks":780,"google_tag_id":782},4787,"pl-pl",[781],{"block_type":299,"html":300,"position":301,"description":302},"G-1EBMCNHS44",{"id":784,"slug":785,"html_blocks":786,"google_tag_id":788},693,"en-kh",[787],{"block_type":299,"html":300,"position":301,"description":302},"G-1GNEKTF891",{"id":790,"slug":791,"html_blocks":792,"google_tag_id":794},181,"en-gy",[793],{"block_type":299,"html":300,"position":301,"description":302},"G-24ZRVJVF9S",{"id":796,"slug":797,"html_blocks":798,"google_tag_id":800},2743,"es-co",[799],{"block_type":299,"html":300,"position":301,"description":302},"G-W4E74CC9GT",{"id":802,"slug":803,"html_blocks":804,"google_tag_id":806},187,"en-lr",[805],{"block_type":299,"html":300,"position":301,"description":302},"G-JYESXXP8C4",{"id":808,"slug":809,"html_blocks":810,"google_tag_id":812},1214,"fr-ht",[811],{"block_type":299,"html":300,"position":301,"description":302},"G-FJCL18T506",{"id":814,"slug":815,"html_blocks":816,"google_tag_id":818},2240,"ar-dz",[817],{"block_type":299,"html":300,"position":301,"description":302},"G-9T9YKSV43L",{"id":820,"slug":821,"html_blocks":822,"google_tag_id":824},3777,"my-mm",[823],{"block_type":299,"html":300,"position":301,"description":302},"G-53YFZE47X6",{"id":826,"slug":827,"html_blocks":828,"google_tag_id":830},1224,"fr-bi",[829],{"block_type":299,"html":300,"position":301,"description":302},"G-4VE7QYZ77J",{"id":832,"slug":833,"html_blocks":834,"google_tag_id":836},3278,"ru-kz",[835],{"block_type":299,"html":300,"position":301,"description":302},"G-20CXWXRS63",{"id":838,"slug":839,"html_blocks":840,"google_tag_id":842},1745,"fr-be",[841],{"block_type":299,"html":300,"position":301,"description":302},"G-ZJHWYYQH9D",{"id":844,"slug":845,"html_blocks":846,"google_tag_id":848},4819,"az-az",[847],{"block_type":299,"html":300,"position":301,"description":302},"G-8CP1DDBZZN",{"id":850,"slug":851,"html_blocks":852,"google_tag_id":854},724,"en-gh",[853],{"block_type":299,"html":300,"position":301,"description":302},"G-4BRF7BD1E7",{"id":856,"slug":857,"html_blocks":858,"google_tag_id":860},3799,"sk-sk",[859],{"block_type":299,"html":300,"position":301,"description":302},"G-DFYN2V9FNH",{"id":862,"slug":863,"html_blocks":864,"google_tag_id":866},4312,"fr-gf",[865],{"block_type":299,"html":300,"position":301,"description":302},"G-0BX0GG7D33",{"id":868,"slug":869,"html_blocks":870,"google_tag_id":872},217,"en-bs",[871],{"block_type":299,"html":300,"position":301,"description":302},"G-8EJTYHYLRB",{"id":874,"slug":875,"html_blocks":876,"google_tag_id":878},2776,"es-pe",[877],{"block_type":299,"html":300,"position":301,"description":302},"G-9FV2RSYB78",{"id":880,"slug":881,"html_blocks":882,"google_tag_id":884},2269,"ar-lb",[883],{"block_type":299,"html":300,"position":301,"description":302},"G-D7H7XJDCR9",{"id":886,"slug":887,"html_blocks":888,"google_tag_id":890},4320,"fr-bl",[889],{"block_type":299,"html":300,"position":301,"description":302},"G-QJSR8XPZHB",{"id":892,"slug":893,"html_blocks":894,"google_tag_id":896},227,"en-sz",[895],{"block_type":299,"html":300,"position":301,"description":302},"G-MYJDTQHBVW",{"id":898,"slug":899,"html_blocks":900,"google_tag_id":902},1255,"fr-ml",[901],{"block_type":299,"html":300,"position":301,"description":302},"G-S4P5MC2H4V",{"id":904,"slug":905,"html_blocks":906,"google_tag_id":908},3308,"uk-ua",[907],{"block_type":299,"html":300,"position":301,"description":302},"G-6MNPEJ89Q5",{"id":910,"slug":911,"html_blocks":912,"google_tag_id":914},237,"en-gm",[913],{"block_type":299,"html":300,"position":301,"description":302},"G-T9PVZ194BB",{"id":916,"slug":917,"html_blocks":918,"google_tag_id":920},1776,"fr-sn",[919],{"block_type":299,"html":300,"position":301,"description":302},"G-NRJFTJGWVH",{"id":922,"slug":923,"html_blocks":924,"google_tag_id":926},4850,"km-kh",[925],{"block_type":299,"html":300,"position":301,"description":302},"G-G7R2Y2Z4KL",{"id":928,"slug":929,"html_blocks":930,"google_tag_id":932},755,"en-nz",[931],{"block_type":299,"html":300,"position":301,"description":302},"G-4BG2H7D65T",{"id":934,"slug":935,"html_blocks":936,"google_tag_id":938},247,"en-tt",[937],{"block_type":299,"html":300,"position":301,"description":302},"G-9BVYGEXDRR",{"id":940,"slug":941,"html_blocks":942,"google_tag_id":944},2808,"es-ar",[943],{"block_type":299,"html":300,"position":301,"description":302},"G-9RYWB47G74",{"id":946,"slug":947,"html_blocks":948,"google_tag_id":950},3831,"cs-cz",[949],{"block_type":299,"html":300,"position":301,"description":302},"G-HE4HJKZG3V",{"id":952,"slug":953,"html_blocks":954,"google_tag_id":956},2298,"ar-kw",[955],{"block_type":299,"html":300,"position":301,"description":302},"G-HVGTWVFVNM",{"id":958,"slug":959,"html_blocks":960,"google_tag_id":962},257,"en-pg",[961],{"block_type":299,"html":300,"position":301,"description":302},"G-PZD50V6MT8",{"id":964,"slug":965,"html_blocks":966,"google_tag_id":968},4355,"fr-mf",[967],{"block_type":299,"html":300,"position":301,"description":302},"G-TKJ0YNZ1ZL",{"id":970,"slug":971,"html_blocks":972,"google_tag_id":974},1286,"fr-ci",[973],{"block_type":299,"html":300,"position":301,"description":302},"G-BRXBSDZX6X",{"id":976,"slug":977,"html_blocks":978,"google_tag_id":980},4360,"fr-pm",[979],{"block_type":299,"html":300,"position":301,"description":302},"G-V8TBY7CRB6",{"id":982,"slug":983,"html_blocks":984,"google_tag_id":986},266,"en-sl",[985],{"block_type":299,"html":300,"position":301,"description":302},"G-PSJ9VTHCJ2",{"id":988,"slug":989,"html_blocks":990,"google_tag_id":992},4365,"zh-tw",[991],{"block_type":299,"html":300,"position":301,"description":302},"G-XRT3GZMBN0",{"id":994,"slug":995,"html_blocks":996,"google_tag_id":998},1807,"ar-sy",[997],{"block_type":299,"html":300,"position":301,"description":302},"G-DYPG6F7X1W",{"id":1000,"slug":1001,"html_blocks":1002,"google_tag_id":1004},786,"en-zm",[1003],{"block_type":299,"html":300,"position":301,"description":302},"G-HEZTLQ8571",{"id":1006,"slug":1007,"html_blocks":1008,"google_tag_id":1010},4884,"ne-np",[1009],{"block_type":299,"html":300,"position":301,"description":302},"G-G5KG2MGMPJ",{"id":1012,"slug":1013,"html_blocks":1014,"google_tag_id":1016},4372,"zh-hk",[1015],{"block_type":299,"html":300,"position":301,"description":302},"G-40NF6CXMRJ",{"id":1018,"slug":1019,"html_blocks":1020,"google_tag_id":1022},278,"en-ss",[1021],{"block_type":299,"html":300,"position":301,"description":302},"G-D3ZGLKZXW5",{"id":1024,"slug":1025,"html_blocks":1026,"google_tag_id":1028},3863,"vi-vn",[1027],{"block_type":299,"html":300,"position":301,"description":302},"G-32G7N00MZN",{"id":1030,"slug":1031,"html_blocks":1032,"google_tag_id":1034},2840,"es-es",[1033],{"block_type":299,"html":300,"position":301,"description":302},"G-7Z0H9D50YL",{"id":1036,"slug":1037,"html_blocks":1038,"google_tag_id":1040},1814,"ar-km",[1039],{"block_type":299,"html":300,"position":301,"description":302},"G-K9V8BSN30Q",{"id":1042,"slug":1043,"html_blocks":1044,"google_tag_id":1046},2327,"ar-eg",[1045],{"block_type":299,"html":300,"position":301,"description":302},"G-4SL1CPPRDG",{"id":1048,"slug":1049,"html_blocks":1050,"google_tag_id":1052},4379,"zh-mo",[1051],{"block_type":299,"html":300,"position":301,"description":302},"G-LEDS906JVX",{"id":1054,"slug":1055,"html_blocks":1056,"google_tag_id":1058},1821,"ar-dj",[1057],{"block_type":299,"html":300,"position":301,"description":302},"G-TWVS7MSD6X",{"id":1060,"slug":1061,"html_blocks":1062,"google_tag_id":1064},3363,"es-mx",[1063],{"block_type":299,"html":300,"position":301,"description":302},"G-T9KL1HYDM5",{"id":1066,"slug":1067,"html_blocks":1068,"google_tag_id":1070},1316,"fr-ne",[1069],{"block_type":299,"html":300,"position":301,"description":302},"G-9ZKHFJR4DX",{"id":1072,"slug":1073,"html_blocks":1074,"google_tag_id":1076},1827,"ar-sd",[1075],{"block_type":299,"html":300,"position":301,"description":302},"G-V73PB62RSF",{"id":1078,"slug":1079,"html_blocks":1080,"google_tag_id":1082},4392,"zh-sg",[1081],{"block_type":299,"html":300,"position":301,"description":302},"G-WBG6HL399C",{"id":1084,"slug":1085,"html_blocks":1086,"google_tag_id":1088},817,"en-rw",[1087],{"block_type":299,"html":300,"position":301,"description":302},"G-2KW6MNYTG8",{"id":1090,"slug":1091,"html_blocks":1092,"google_tag_id":1094},4914,"kl-gl",[1093],{"block_type":299,"html":300,"position":301,"description":302},"G-CG1X5RZR3P",{"id":1096,"slug":1097,"html_blocks":1098,"google_tag_id":1100},4402,"zh-cn",[1099],{"block_type":299,"html":300,"position":301,"description":302},"G-5H182P8R2P",{"id":1102,"slug":1103,"html_blocks":1104,"google_tag_id":1106},308,"en-fj",[1105],{"block_type":299,"html":300,"position":301,"description":302},"G-6DNBQXKRSN",{"id":1108,"slug":1109,"html_blocks":1110,"google_tag_id":1112},2357,"it-sm",[1111],{"block_type":299,"html":300,"position":301,"description":302},"G-B0HEQKPMEC",{"id":1114,"slug":1115,"html_blocks":1116,"google_tag_id":1118},4919,"fil-ph",[1117],{"block_type":299,"html":300,"position":301,"description":302},"G-WB46BCNLLR",{"id":1120,"slug":1121,"html_blocks":1122,"google_tag_id":1124},2872,"nl-aw",[1123],{"block_type":299,"html":300,"position":301,"description":302},"G-MVC992J15W",{"id":1126,"slug":1127,"html_blocks":1128,"google_tag_id":1130},3895,"bg-bg",[1129],{"block_type":299,"html":300,"position":301,"description":302},"G-2SM8MN01CW",{"id":1132,"slug":1133,"html_blocks":1134,"google_tag_id":1136},2362,"it-it",[1135],{"block_type":299,"html":300,"position":301,"description":302},"G-SL9DFV7H6L",{"id":1138,"slug":1139,"html_blocks":1140,"google_tag_id":1142},4924,"sv-se",[1141],{"block_type":299,"html":300,"position":301,"description":302},"G-KR4B744X8Q",{"id":1144,"slug":1145,"html_blocks":1146,"google_tag_id":1148},317,"en-ls",[1147],{"block_type":299,"html":300,"position":301,"description":302},"G-7SQ6DL1MMD",{"id":1150,"slug":1151,"html_blocks":1152,"google_tag_id":1154},2880,"nl-sr",[1153],{"block_type":299,"html":300,"position":301,"description":302},"G-SFKHXT1ZW4",{"id":1156,"slug":1157,"html_blocks":1158,"google_tag_id":1160},1856,"ar-er",[1159],{"block_type":299,"html":300,"position":301,"description":302},"G-67XM3QKRNN",{"id":1162,"slug":1163,"html_blocks":1164,"google_tag_id":1166},1347,"fr-gn",[1165],{"block_type":299,"html":300,"position":301,"description":302},"G-N8VWCSX5MD",{"id":1168,"slug":1169,"html_blocks":1170,"google_tag_id":1172},3395,"de-li",[1171],{"block_type":299,"html":300,"position":301,"description":302},"G-3NGM3450FR",{"id":1174,"slug":1175,"html_blocks":1176,"google_tag_id":1178},1863,"ar-ps",[1177],{"block_type":299,"html":300,"position":301,"description":302},"G-WH0YQDBTSV",{"id":1180,"slug":1181,"html_blocks":1182,"google_tag_id":1184},3400,"de-ch",[1183],{"block_type":299,"html":300,"position":301,"description":302},"G-D6ZYQZ3Y3J",{"id":1186,"slug":1187,"html_blocks":1188,"google_tag_id":1190},2890,"nl-be",[1189],{"block_type":299,"html":300,"position":301,"description":302},"G-2XKT8LLMBS",{"id":1192,"slug":1193,"html_blocks":1194,"google_tag_id":1196},848,"en-au",[1195],{"block_type":299,"html":300,"position":301,"description":302},"G-4BLBDTX3P8",{"id":1198,"slug":1199,"html_blocks":1200,"google_tag_id":1202},4433,"ko-kp",[1201],{"block_type":299,"html":300,"position":301,"description":302},"G-NJWDC6TYZ2",{"id":1204,"slug":1205,"html_blocks":1206,"google_tag_id":1208},3410,"de-at",[1207],{"block_type":299,"html":300,"position":301,"description":302},"G-MHEN8TPQM7",{"id":1210,"slug":1211,"html_blocks":1212,"google_tag_id":1214},4438,"ko-kr",[1213],{"block_type":299,"html":300,"position":301,"description":302},"G-F8RN1KN5T6",{"id":1216,"slug":1217,"html_blocks":1218,"google_tag_id":1220},3927,"sl-si",[1219],{"block_type":299,"html":300,"position":301,"description":302},"G-E0ZRG3S5KE",{"id":1222,"slug":1223,"html_blocks":1224,"google_tag_id":1226},2394,"es-gq",[1225],{"block_type":299,"html":300,"position":301,"description":302},"G-BWJ3NV47MF",{"id":1228,"slug":1229,"html_blocks":1230,"google_tag_id":1232},347,"en-bb",[1231],{"block_type":299,"html":300,"position":301,"description":302},"G-BZJ56B5HKF",{"id":1234,"slug":1235,"html_blocks":1236,"google_tag_id":1238},4956,"ka-ge",[1237],{"block_type":299,"html":300,"position":301,"description":302},"G-YM4K1TE1X4",{"id":1240,"slug":1241,"html_blocks":1242,"google_tag_id":1244},2400,"es-ad",[1243],{"block_type":299,"html":300,"position":301,"description":302},"G-9CM14S9G89",{"id":1246,"slug":1247,"html_blocks":1248,"google_tag_id":1250},4448,"fa-af",[1249],{"block_type":299,"html":300,"position":301,"description":302},"G-KMB7BVSSWL",{"id":1252,"slug":1253,"html_blocks":1254,"google_tag_id":1256},1378,"fr-ga",[1255],{"block_type":299,"html":300,"position":301,"description":302},"G-5E0GL61RTP",{"id":1258,"slug":1259,"html_blocks":1260,"google_tag_id":1262},356,"en-jm",[1261],{"block_type":299,"html":300,"position":301,"description":302},"G-EJEXRFN3PV",{"id":1264,"slug":1265,"html_blocks":1266,"google_tag_id":1268},1892,"ar-jo",[1267],{"block_type":299,"html":300,"position":301,"description":302},"G-DY0RX72EDG",{"id":1270,"slug":1271,"html_blocks":1272,"google_tag_id":1277},2922,"nl-nl",[1273,1276],{"block_type":299,"html":1274,"position":301,"description":1275},"\u003Cscript defer src=\"https:\u002F\u002Fcdn.platform.jobster.com\u002Fpublisher\u002Fwageindicator\u002Fjobster_widget.js\">\u003C\u002Fscript>","Jobster Ads (Netherlands)",{"block_type":299,"html":300,"position":301,"description":302},"G-HM814XNK2W",{"id":1279,"slug":1280,"html_blocks":1281,"google_tag_id":1283},2410,"es-pr",[1282],{"block_type":299,"html":300,"position":301,"description":302},"G-BFYNPR8FVT",{"id":1285,"slug":1286,"html_blocks":1287,"google_tag_id":1289},366,"en-mu",[1288],{"block_type":299,"html":300,"position":301,"description":302},"G-MW1KP5MQC2",{"id":1291,"slug":1292,"html_blocks":1293,"google_tag_id":1295},879,"en-ca",[1294],{"block_type":299,"html":300,"position":301,"description":302},"G-7QCXTP586Z",{"id":1297,"slug":1298,"html_blocks":1299,"google_tag_id":1301},3442,"de-lu",[1300],{"block_type":299,"html":300,"position":301,"description":302},"G-1TM7CEZW5R",{"id":1303,"slug":1304,"html_blocks":1305,"google_tag_id":1307},2420,"es-cu",[1306],{"block_type":299,"html":300,"position":301,"description":302},"G-M7W2N01JK0",{"id":1309,"slug":1310,"html_blocks":1311,"google_tag_id":1313},3959,"hr-hr",[1312],{"block_type":299,"html":300,"position":301,"description":302},"G-8DM5DDK47E",{"id":1315,"slug":1316,"html_blocks":1317,"google_tag_id":1319},376,"en-sg",[1318],{"block_type":299,"html":300,"position":301,"description":302},"G-0NQDSMC8DH",{"id":1321,"slug":1322,"html_blocks":1323,"google_tag_id":1325},4986,"sr-me",[1324],{"block_type":299,"html":300,"position":301,"description":302},"G-24416X3P96",{"id":1327,"slug":1328,"html_blocks":1329,"google_tag_id":1331},2430,"es-ve",[1330],{"block_type":299,"html":300,"position":301,"description":302},"G-RHX11HJF9K",{"id":1333,"slug":1334,"html_blocks":1335,"google_tag_id":1337},4478,"fa-ir",[1336],{"block_type":299,"html":300,"position":301,"description":302},"G-X89ENCE1WK",{"id":1339,"slug":1340,"html_blocks":1341,"google_tag_id":1343},1409,"fr-bf",[1342],{"block_type":299,"html":300,"position":301,"description":302},"G-M1M9XLZ0G5",{"id":1345,"slug":1346,"html_blocks":1347,"google_tag_id":1349},386,"en-na",[1348],{"block_type":299,"html":300,"position":301,"description":302},"G-NHCHKC220L",{"id":1351,"slug":1352,"html_blocks":1353,"google_tag_id":1355},1921,"ar-bh",[1354],{"block_type":299,"html":300,"position":301,"description":302},"G-7N1CWP61KB",{"id":1357,"slug":1358,"html_blocks":1359,"google_tag_id":1361},2440,"es-uy",[1360],{"block_type":299,"html":300,"position":301,"description":302},"G-NBREDH2LSB",{"id":1363,"slug":1364,"html_blocks":1365,"google_tag_id":1367},2954,"pt-tl",[1366],{"block_type":299,"html":300,"position":301,"description":302},"G-7T1LGGBZMS",{"id":1369,"slug":1370,"html_blocks":1371,"google_tag_id":1373},2959,"pt-st",[1372],{"block_type":299,"html":300,"position":301,"description":302},"G-4DP3RM8R15",{"id":1375,"slug":1376,"html_blocks":1377,"google_tag_id":1379},912,"en-ke",[1378],{"block_type":299,"html":300,"position":301,"description":302},"G-VVPCVKS55G",{"id":1381,"slug":1382,"html_blocks":1383,"google_tag_id":1385},3474,"de-de",[1384],{"block_type":299,"html":300,"position":301,"description":302},"G-07Z0T0RPDX",{"id":1387,"slug":1388,"html_blocks":1389,"google_tag_id":1391},2450,"es-do",[1390],{"block_type":299,"html":300,"position":301,"description":302},"G-YLWWSJP6LJ",{"id":1393,"slug":1394,"html_blocks":1395,"google_tag_id":1397},2965,"pt-gw",[1396],{"block_type":299,"html":300,"position":301,"description":302},"G-W68SM0D4YN",{"id":1399,"slug":1400,"html_blocks":1401,"google_tag_id":1403},3992,"bs-ba",[1402],{"block_type":299,"html":300,"position":301,"description":302},"G-DHS5685731",{"id":1405,"slug":1406,"html_blocks":1407,"google_tag_id":1409},5016,"sr-latn-rs",[1408],{"block_type":299,"html":300,"position":301,"description":302},"G-1J9HM8YZD5",{"id":1411,"slug":1412,"html_blocks":1413,"google_tag_id":1415},4506,"he-il",[1414],{"block_type":299,"html":300,"position":301,"description":302},"G-5HGW38B54D",{"id":1417,"slug":1418,"html_blocks":1419,"google_tag_id":1421},2460,"es-pa",[1420],{"block_type":299,"html":300,"position":301,"description":302},"G-30FL5E14FX",{"id":1423,"slug":1424,"html_blocks":1425,"google_tag_id":1427},1950,"ar-qa",[1426],{"block_type":299,"html":300,"position":301,"description":302},"G-QH15B1CHJD",{"id":1429,"slug":1430,"html_blocks":1431,"google_tag_id":1433},1439,"fr-cd",[1432],{"block_type":299,"html":300,"position":301,"description":302},"G-Z7NMM7E65Y",{"id":1435,"slug":1436,"html_blocks":1437,"google_tag_id":1439},2976,"pt-cv",[1438],{"block_type":299,"html":300,"position":301,"description":302},"G-7ZBX015BVP",{"id":1441,"slug":1442,"html_blocks":1443,"google_tag_id":1445},416,"en-mw",[1444],{"block_type":299,"html":300,"position":301,"description":302},"G-WXRE358NT4",{"id":1447,"slug":1448,"html_blocks":1449,"google_tag_id":1451},4513,"fr-pf",[1450],{"block_type":299,"html":300,"position":301,"description":302},"G-T53DMQGDFQ",{"id":1453,"slug":1454,"html_blocks":1455,"google_tag_id":1457},4002,"sr-cyrl-rs",[1456],{"block_type":299,"html":300,"position":301,"description":302},"G-M2HH3QZ7LN",{"id":1459,"slug":1460,"html_blocks":1461,"google_tag_id":1463},2470,"es-bo",[1462],{"block_type":299,"html":300,"position":301,"description":302},"G-9V49KC2R89",{"id":1465,"slug":1466,"html_blocks":1467,"google_tag_id":1469},4518,"nl-sx",[1468],{"block_type":299,"html":300,"position":301,"description":302},"G-04DMK4HM51",{"id":1471,"slug":1472,"html_blocks":1473,"google_tag_id":1475},4007,"mk-mk",[1474],{"block_type":299,"html":300,"position":301,"description":302},"G-3Y1F7GFNHL",{"id":1477,"slug":1478,"html_blocks":1479,"google_tag_id":1481},4526,"nl-cw",[1480],{"block_type":299,"html":300,"position":301,"description":302},"G-HB1KYM98RZ",{"id":1483,"slug":1484,"html_blocks":1485,"google_tag_id":1487},943,"en-lk",[1486],{"block_type":299,"html":300,"position":301,"description":302},"G-X92CJJVL6P",{"id":1489,"slug":1490,"html_blocks":1491,"google_tag_id":1493},3506,"bn-bd",[1492],{"block_type":299,"html":300,"position":301,"description":302},"G-V9BQRK2ZCZ",{"id":1495,"slug":1496,"html_blocks":1497,"google_tag_id":1499},4531,"ja-jp",[1498],{"block_type":299,"html":300,"position":301,"description":302},"G-2FVCY0TRJQ",{"id":1501,"slug":1502,"html_blocks":1503,"google_tag_id":1505},5046,"fr-gp",[1504],{"block_type":299,"html":300,"position":301,"description":302},"G-HL6NVW4SFF",{"id":1507,"slug":1508,"html_blocks":1509,"google_tag_id":1511},4022,"sq-xk",[1510],{"block_type":299,"html":300,"position":301,"description":302},"G-G0SXFH52RE",{"id":1513,"slug":1514,"html_blocks":1515,"google_tag_id":1517},1979,"ar-sa",[1516],{"block_type":299,"html":300,"position":301,"description":302},"G-TJKK03T4TZ",{"id":1519,"slug":1520,"html_blocks":1521,"google_tag_id":1523},5052,"fr-mq",[1522],{"block_type":299,"html":300,"position":301,"description":302},"G-RSTS9T9664",{"id":1525,"slug":1526,"html_blocks":1527,"google_tag_id":1529},1469,"fr-cg",[1528],{"block_type":299,"html":300,"position":301,"description":302},"G-FVNYEYWGV9",{"id":1531,"slug":1532,"html_blocks":1533,"google_tag_id":1535},29118,"en-vg",[1534],{"block_type":299,"html":300,"position":301,"description":302},"G-N7CSGJL7YM",{"id":1537,"slug":1538,"html_blocks":1539,"google_tag_id":1541},446,"en-bw",[1540],{"block_type":299,"html":300,"position":301,"description":302},"G-6Y9Z0EPPP2",{"id":1543,"slug":1544,"html_blocks":1545,"google_tag_id":1547},3007,"pt-mz",[1546],{"block_type":299,"html":300,"position":301,"description":302},"G-L40J8J868D",{"id":1549,"slug":1550,"html_blocks":1551,"google_tag_id":1553},4029,"sq-al",[1552],{"block_type":299,"html":300,"position":301,"description":302},"G-C0NXHJKRF7",{"id":1555,"slug":1556,"html_blocks":1557,"google_tag_id":1559},5058,"en-bm",[1558],{"block_type":299,"html":300,"position":301,"description":302},"G-DLRQKJJ57E",{"id":1561,"slug":1562,"html_blocks":1563,"google_tag_id":1565},2501,"es-ec",[1564],{"block_type":299,"html":300,"position":301,"description":302},"G-1MWPRD3CPE",{"id":1567,"slug":1568,"html_blocks":1569,"google_tag_id":1571},5070,"en-gi",[1570],{"block_type":299,"html":300,"position":301,"description":302},"G-HBK9YCMVWB",{"id":1573,"slug":1574,"html_blocks":1575,"google_tag_id":1577},2511,"es-us",[1576],{"block_type":299,"html":300,"position":301,"description":302},"G-T3LW4SWRT6",{"id":1579,"slug":1580,"html_blocks":1581,"google_tag_id":1583},975,"en-pk",[1582],{"block_type":299,"html":300,"position":301,"description":302},"G-FK0E8FMBTL",{"id":1585,"slug":1586,"html_blocks":1587,"google_tag_id":1589},4562,"en-gg",[1588],{"block_type":299,"html":300,"position":301,"description":302},"G-91GDBPSTFQ",{"id":1591,"slug":1592,"html_blocks":1593,"google_tag_id":1595},3538,"am-et",[1594],{"block_type":299,"html":300,"position":301,"description":302},"G-92NRFYPPTG",{"id":1597,"slug":1598,"html_blocks":1599,"google_tag_id":1601},4567,"en-im",[1600],{"block_type":299,"html":300,"position":301,"description":302},"G-WG5PWJCKY2",{"id":1603,"slug":1604,"html_blocks":1605,"google_tag_id":1607},2008,"ar-mr",[1606],{"block_type":299,"html":300,"position":301,"description":302},"G-1HHQ73ZLSQ",{"id":1609,"slug":1610,"html_blocks":1611,"google_tag_id":1613},2522,"es-ni",[1612],{"block_type":299,"html":300,"position":301,"description":302},"G-RK6HMMJNQ7",{"id":1615,"slug":1616,"html_blocks":1617,"google_tag_id":1619},1499,"fr-tn",[1618],{"block_type":299,"html":300,"position":301,"description":302},"G-8LWX2KM3H2",{"id":1621,"slug":1622,"html_blocks":1623,"google_tag_id":1625},4572,"en-je",[1624],{"block_type":299,"html":300,"position":301,"description":302},"G-ZF0JSBZ709",{"id":1627,"slug":1628,"html_blocks":1629,"google_tag_id":1631},476,"en-mt",[1630],{"block_type":299,"html":300,"position":301,"description":302},"G-G5PV476QLX",{"id":1633,"slug":1634,"html_blocks":1635,"google_tag_id":1637},4060,"sq-mk",[1636],{"block_type":299,"html":300,"position":301,"description":302},"G-BPTBPP5SH4",{"id":1639,"slug":1640,"html_blocks":1641,"google_tag_id":1643},3039,"pt-ao",[1642],{"block_type":299,"html":300,"position":301,"description":302},"G-5KED240RCF",{"id":1645,"slug":1646,"html_blocks":1647,"google_tag_id":1649},4577,"is-is",[1648],{"block_type":299,"html":300,"position":301,"description":302},"G-R2ME4NRB36",{"id":1651,"slug":1652,"html_blocks":1653,"google_tag_id":1655},4582,"hy-am",[1654],{"block_type":299,"html":300,"position":301,"description":302},"G-3ETBG31ENR",{"id":1657,"slug":1658,"html_blocks":1659,"google_tag_id":1661},29160,"fr-wf",[1660],{"block_type":299,"html":300,"position":301,"description":302},"G-DTJNDTJNQ9",{"id":1663,"slug":1664,"html_blocks":1665,"google_tag_id":1667},4588,"tk-tm",[1666],{"block_type":299,"html":300,"position":301,"description":302},"G-0ZKGSCXFQH",{"id":1669,"slug":1670,"html_blocks":1671,"google_tag_id":1673},1006,"en-gb",[1672],{"block_type":299,"html":300,"position":301,"description":302},"G-N40H8RVVRC",{"id":1675,"slug":1676,"html_blocks":1677,"google_tag_id":1679},3569,"ro-md",[1678],{"block_type":299,"html":300,"position":301,"description":302},"G-1BSB2VXY2P",{"id":1681,"slug":1682,"html_blocks":1683,"google_tag_id":1685},4593,"uz-uz",[1684],{"block_type":299,"html":300,"position":301,"description":302},"G-GVJR31YE95",{"id":1687,"slug":1688,"html_blocks":1689,"google_tag_id":1691},2037,"ar-ye",[1690],{"block_type":299,"html":300,"position":301,"description":302},"G-Z3Z6VPLVDH",{"id":1693,"slug":1694,"html_blocks":1695,"google_tag_id":1697},4599,"lo-la",[1696],{"block_type":299,"html":300,"position":301,"description":302},"G-3657DW1M5M",{"id":1699,"slug":1700,"html_blocks":1701,"google_tag_id":1703},1529,"fr-cm",[1702],{"block_type":299,"html":300,"position":301,"description":302},"G-R9613M0N91",{"id":1705,"slug":1706,"html_blocks":1707,"google_tag_id":1709},507,"en-et",[1708],{"block_type":299,"html":300,"position":301,"description":302},"G-0PHNWT4KWQ",{"id":1711,"slug":1712,"html_blocks":1713,"google_tag_id":1715},3580,"ro-ro",[1714],{"block_type":299,"html":300,"position":301,"description":302},"G-JQSN0P4C5R",{"id":1717,"slug":1718,"html_blocks":1719,"google_tag_id":1721},4605,"th-th",[1720],{"block_type":299,"html":300,"position":301,"description":302},"G-3J5MKQJDNX",{"id":1723,"slug":1724,"html_blocks":1725,"google_tag_id":1727},29183,"fr-yt",[1726],{"block_type":299,"html":300,"position":301,"description":302},"G-KWZ95V2DLX",[1729,1747,1767,1782,1798,1814,1828,1847,1861,1874,1894,1908,1921,1932,1947,1965,1980,1999,2009,2027,2042,2057,2074,2090,2108,2124,2140,2151,2162,2172,2187,2203,2220,2235,2245,2261,2280,2294,2305,2321,2341,2361,2372,2386,2406,2422,2439,2453,2467,2483,2496,2512,2527,2541,2559,2569,2580,2591,2607,2617,2629,2644,2661,2672,2684,2699,2715,2735,2753,2772,2787,2798,2818,2832,2843,2856,2875,2885,2899,2913,2933,2948,2963,2974,2995,3009,3022,3038,3058,3074,3089,3099,3114,3130,3145,3155,3166,3180,3190,3201,3221,3232,3250,3267,3282,3292,3311,3327,3342,3357,3372,3390,3403,3418,3435,3445,3460,3473,3488,3505,3520,3532,3552,3565,3583,3597,3612,3630,3648,3664,3676,3688,3700,3711,3722,3733,3743,3753,3769,3779,3797,3812,3826,3837,3857,3877,3887,3902,3920,3935,3952,3969,3982,4002,4014,4024,4044,4056,4073,4091,4104,4120,4130,4146,4156,4170,4186,4196,4215,4229,4247,4264,4276,4290,4300,4314,4334,4344,4362,4378,4392,4409,4429,4449,4466,4482,4498,4518,4534,4549,4568,4583,4598,4604,4617,4635,4650,4665,4681,4698,4714,4730,4745,4760,4776,4791,4806,4821,4836,4851,4863,4875,4886,4898,4914,4927,4944,4959,4974,4989,5005,5019,5036,5056,5072,5087,5102,5120,5138,5152,5168,5188,5201,5220,5233,5247,5262,5281],{"id":1240,"title":1730,"short_title":7,"intro_text":8,"url_path":1731,"legacy_locale":1732,"language_code":1733,"ietf_bcp47":1734,"language_name_en":1735,"language_name_local":1736,"country_code":1737,"country_name_en":1730,"country_name_local":8,"search_tokens":1738,"country_iso_numeric_code":1739,"url_paths":1740,"show_search":1746,"slug":1241},"Andorra","\u002Fes-ad","es_AD","es","es-AD","Spanish","español","AD","020 ad andorra es es-ad es_ad español spanish","020",{"occupations_url_path":7,"minimum_wages_url_path":1741,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":1742,"living_tariffs_url_path":7,"survey_url_path":1743,"vip_check_url_path":1744,"salary_check_url_path":1745},"es-ad\u002Ftrabajo-en-andorra\u002Fsalario-minimo","es-ad\u002Ftrabajo-en-andorra\u002Fsalarios-vitales","es-ad\u002Ftrabajo-en-andorra\u002Fsalario\u002Fencuesta-salarial","es-ad\u002Ftrabajo-en-andorra\u002Fsalario\u002Ffamosos","es-ad\u002Ftrabajo-en-andorra\u002Fsalario\u002Fcompara",true,{"id":1639,"title":1748,"short_title":1749,"intro_text":1750,"url_path":1751,"legacy_locale":1752,"language_code":1753,"ietf_bcp47":1754,"language_name_en":1755,"language_name_local":1756,"country_code":1757,"country_name_en":1748,"country_name_local":1748,"search_tokens":1758,"country_iso_numeric_code":1759,"url_paths":1760,"show_search":1746,"slug":1640},"Angola","O Seu Portal de Informação Salarial e Laboral","\u003Cp data-block-key=\"ggnma\">Bem-vindo ao principal portal de informação sobre salários e trabalho em Angola. Compare salários, conheça os seus direitos laborais, consulte o salário mínimo nacional e aceda a dados salariais atualizados de milhares de profissões. Toda a informação essencial para tomar decisões informadas sobre a sua carreira e conhecer o mercado de trabalho angolano.\u003C\u002Fp>","\u002Fpt-ao","pt_AO","pt","pt-AO","Portuguese","Português","AO","024 angola ao portuguese português pt pt-ao pt_ao","024",{"occupations_url_path":7,"minimum_wages_url_path":1761,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":1762,"living_wage_publications_url_path":1763,"living_tariffs_url_path":7,"survey_url_path":1764,"vip_check_url_path":1765,"salary_check_url_path":1766},"pt-ao\u002Ftrabalho-em-angola\u002Fsalario-minimo","pt-ao\u002Ftrabalho-em-angola\u002Flei-do-trabalho","pt-ao\u002Ftrabalho-em-angola\u002Fsalarios-dignos","pt-ao\u002Ftrabalho-em-angola\u002Fsalario\u002Fpesquisa-salarial","pt-ao\u002Ftrabalho-em-angola\u002Fsalario\u002Fsalario-vip","pt-ao\u002Ftrabalho-em-angola\u002Fsalario\u002Fcompare-o-seu-salario",{"id":551,"title":1768,"short_title":7,"intro_text":8,"url_path":1769,"legacy_locale":1770,"language_code":11,"ietf_bcp47":1771,"language_name_en":1772,"language_name_local":1772,"country_code":1773,"country_name_en":1768,"country_name_local":1774,"search_tokens":1775,"country_iso_numeric_code":1776,"url_paths":1777,"show_search":1746,"slug":552},"Antigua and Barbuda","\u002Fen-ag","en_AG","en-AG","English","AG","Antigua & Barbuda","028 ag antigua & barbuda antigua and barbuda en en-ag en_ag english","028",{"occupations_url_path":7,"minimum_wages_url_path":1778,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":1779,"living_tariffs_url_path":7,"survey_url_path":1780,"vip_check_url_path":7,"salary_check_url_path":1781},"en-ag\u002Fwork-in-antigua-and-barbuda\u002Fminimum-wage","en-ag\u002Fwork-in-antigua-and-barbuda\u002Fliving-wages","en-ag\u002Fwork-in-antigua-and-barbuda\u002Fsalary\u002Fsurvey","en-ag\u002Fwork-in-antigua-and-barbuda\u002Fsalary\u002Fcheck",{"id":940,"title":1783,"short_title":7,"intro_text":8,"url_path":1784,"legacy_locale":1785,"language_code":1733,"ietf_bcp47":1786,"language_name_en":1735,"language_name_local":1736,"country_code":1787,"country_name_en":1783,"country_name_local":1783,"search_tokens":1788,"country_iso_numeric_code":1789,"url_paths":1790,"show_search":1746,"slug":941},"Argentina","\u002Fes-ar","es_AR","es-AR","AR","032 ar argentina es es-ar es_ar español spanish","032",{"occupations_url_path":7,"minimum_wages_url_path":1791,"collective_agreements_url_path":1792,"factory_pages_url_path":7,"labour_law_url_path":1793,"living_wage_publications_url_path":1794,"living_tariffs_url_path":7,"survey_url_path":1795,"vip_check_url_path":1796,"salary_check_url_path":1797},"es-ar\u002Ftrabajo-en-argentina\u002Fsalario-minimo","es-ar\u002Ftrabajo-en-argentina\u002Fconvenios-colectivos","es-ar\u002Ftrabajo-en-argentina\u002Fleyes-laborales","es-ar\u002Ftrabajo-en-argentina\u002Fsalarios-vitales","es-ar\u002Ftrabajo-en-argentina\u002Fsalario\u002Fencuesta","es-ar\u002Ftrabajo-en-argentina\u002Fsalario\u002Ffamosos","es-ar\u002Ftrabajo-en-argentina\u002Fsalario\u002Fcompara",{"id":1120,"title":1799,"short_title":7,"intro_text":8,"url_path":1800,"legacy_locale":1801,"language_code":1802,"ietf_bcp47":1803,"language_name_en":1804,"language_name_local":1805,"country_code":1806,"country_name_en":1799,"country_name_local":1799,"search_tokens":1807,"country_iso_numeric_code":1808,"url_paths":1809,"show_search":1746,"slug":1121},"Aruba","\u002Fnl-aw","nl_AW","nl","nl-AW","Dutch","Nederlands","AW","533 aruba aw dutch nederlands nl nl-aw nl_aw","533",{"occupations_url_path":7,"minimum_wages_url_path":1810,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":1811,"living_tariffs_url_path":7,"survey_url_path":1812,"vip_check_url_path":7,"salary_check_url_path":1813},"nl-aw\u002Fwerk-op-aruba\u002Fminimumloon","nl-aw\u002Fwerk-op-aruba\u002Fleefbaar-loon","nl-aw\u002Fwerk-op-aruba\u002Fsalaris\u002Fenquete","nl-aw\u002Fwerk-op-aruba\u002Fsalaris\u002Fcheck",{"id":1192,"title":1815,"short_title":7,"intro_text":8,"url_path":1816,"legacy_locale":1817,"language_code":11,"ietf_bcp47":1818,"language_name_en":1772,"language_name_local":1772,"country_code":1819,"country_name_en":1815,"country_name_local":1815,"search_tokens":1820,"country_iso_numeric_code":1821,"url_paths":1822,"show_search":1746,"slug":1193},"Australia","\u002Fen-au","en_AU","en-AU","AU","036 au australia en en-au en_au english","036",{"occupations_url_path":7,"minimum_wages_url_path":1823,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":1824,"living_tariffs_url_path":7,"survey_url_path":1825,"vip_check_url_path":1826,"salary_check_url_path":1827},"en-au\u002Fwork-in-australia\u002Fminimum-wage","en-au\u002Fwork-in-australia\u002Fliving-wages","en-au\u002Fwork-in-australia\u002Fsalary\u002Fsurvey","en-au\u002Fwork-in-australia\u002Fsalary\u002Fvip","en-au\u002Fwork-in-australia\u002Fsalary\u002Fcheck",{"id":844,"title":1829,"short_title":7,"intro_text":8,"url_path":1830,"legacy_locale":1831,"language_code":1832,"ietf_bcp47":1833,"language_name_en":1834,"language_name_local":1835,"country_code":1836,"country_name_en":1837,"country_name_local":1829,"search_tokens":1838,"country_iso_numeric_code":1839,"url_paths":1840,"show_search":1746,"slug":845},"Azərbaycan","\u002Faz-az","az_AZ","az","az-AZ","Azerbaijani","Azərbaycanca","AZ","Azerbaijan","031 az az-az az_az azerbaijan azerbaijani azərbaycan azərbaycanca","031",{"occupations_url_path":7,"minimum_wages_url_path":1841,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":1842,"living_wage_publications_url_path":1843,"living_tariffs_url_path":7,"survey_url_path":1844,"vip_check_url_path":1845,"salary_check_url_path":1846},"az-az\u002Fazerbaycanda-is\u002Fminimum-emekhaqqi","az-az\u002Fazerbaycanda-is\u002Femek-qanunvericiliyi","az-az\u002Fazerbaycanda-is\u002Fyasayis-minimumu","az-az\u002Fazerbaycanda-is\u002Femek-haqqi\u002Femekhaqqi-sorgusu","az-az\u002Fazerbaycanda-is\u002Femek-haqqi\u002Fmeshurlarin-gelirleri","az-az\u002Fazerbaycanda-is\u002Femek-haqqi\u002Femek-haqqi-hesablayicisi",{"id":868,"title":1848,"short_title":7,"intro_text":8,"url_path":1849,"legacy_locale":1850,"language_code":11,"ietf_bcp47":1851,"language_name_en":1772,"language_name_local":1772,"country_code":1852,"country_name_en":1848,"country_name_local":1848,"search_tokens":1853,"country_iso_numeric_code":1854,"url_paths":1855,"show_search":1746,"slug":869},"Bahamas","\u002Fen-bs","en_BS","en-BS","BS","044 bahamas bs en en-bs en_bs english","044",{"occupations_url_path":7,"minimum_wages_url_path":1856,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":1857,"living_tariffs_url_path":7,"survey_url_path":1858,"vip_check_url_path":1859,"salary_check_url_path":1860},"en-bs\u002Fwork-in-bahamas\u002Fminimum-wage","en-bs\u002Fwork-in-bahamas\u002Fliving-wages","en-bs\u002Fwork-in-bahamas\u002Fsalary\u002Fsurvey","en-bs\u002Fwork-in-bahamas\u002Fsalary\u002Fvip","en-bs\u002Fwork-in-bahamas\u002Fsalary\u002Fcheck",{"id":1228,"title":1862,"short_title":7,"intro_text":8,"url_path":1863,"legacy_locale":1864,"language_code":11,"ietf_bcp47":1865,"language_name_en":1772,"language_name_local":1772,"country_code":1866,"country_name_en":1862,"country_name_local":1862,"search_tokens":1867,"country_iso_numeric_code":1868,"url_paths":1869,"show_search":1746,"slug":1229},"Barbados","\u002Fen-bb","en_BB","en-BB","BB","052 barbados bb en en-bb en_bb english","052",{"occupations_url_path":7,"minimum_wages_url_path":1870,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":1871,"living_tariffs_url_path":7,"survey_url_path":1872,"vip_check_url_path":7,"salary_check_url_path":1873},"en-bb\u002Fwork-in-barbados\u002Fminimum-wage","en-bb\u002Fwork-in-barbados\u002Fliving-wages","en-bb\u002Fwork-in-barbados\u002Fsalary\u002Fsurvey","en-bb\u002Fwork-in-barbados\u002Fsalary\u002Fcheck",{"id":838,"title":1875,"short_title":7,"intro_text":8,"url_path":1876,"legacy_locale":1877,"language_code":1878,"ietf_bcp47":1879,"language_name_en":1880,"language_name_local":1881,"country_code":1882,"country_name_en":1883,"country_name_local":1875,"search_tokens":1884,"country_iso_numeric_code":1885,"url_paths":1886,"show_search":1746,"slug":839},"Belgique","\u002Ffr-be","fr_BE","fr","fr-BE","French","français","BE","Belgium","056 be belgique belgium fr fr-be fr_be français french","056",{"occupations_url_path":7,"minimum_wages_url_path":1887,"collective_agreements_url_path":1888,"factory_pages_url_path":7,"labour_law_url_path":1889,"living_wage_publications_url_path":1890,"living_tariffs_url_path":7,"survey_url_path":1891,"vip_check_url_path":1892,"salary_check_url_path":1893},"fr-be\u002Ftravail-en-belgique\u002Fsalaire-minimum","fr-be\u002Ftravail-en-belgique\u002Fconvention-collective","fr-be\u002Ftravail-en-belgique\u002Fdroit-du-travail","fr-be\u002Ftravail-en-belgique\u002Fsalaires-minimums-vitaux","fr-be\u002Ftravail-en-belgique\u002Fsalaire\u002Fenquete","fr-be\u002Ftravail-en-belgique\u002Fsalaire\u002Fvip","fr-be\u002Ftravail-en-belgique\u002Fsalaire\u002Fcontrole",{"id":1186,"title":1895,"short_title":7,"intro_text":8,"url_path":1896,"legacy_locale":1897,"language_code":1802,"ietf_bcp47":1898,"language_name_en":1804,"language_name_local":1805,"country_code":1882,"country_name_en":1883,"country_name_local":1895,"search_tokens":1899,"country_iso_numeric_code":1885,"url_paths":1900,"show_search":1746,"slug":1187},"België","\u002Fnl-be","nl_BE","nl-BE","056 be belgium belgië dutch nederlands nl nl-be nl_be",{"occupations_url_path":7,"minimum_wages_url_path":1901,"collective_agreements_url_path":1902,"factory_pages_url_path":7,"labour_law_url_path":1903,"living_wage_publications_url_path":1904,"living_tariffs_url_path":7,"survey_url_path":1905,"vip_check_url_path":1906,"salary_check_url_path":1907},"nl-be\u002Fwerk-in-belgie\u002Fminimumloon","nl-be\u002Fwerk-in-belgie\u002Fcollectieve-arbeidsovereenkomst","nl-be\u002Fwerk-in-belgie\u002Farbeidsrecht","nl-be\u002Fwerk-in-belgie\u002Fleefbaar-loon","nl-be\u002Fwerk-in-belgie\u002Fsalaris\u002Fenquete","nl-be\u002Fwerk-in-belgie\u002Fsalaris\u002Fberoemdheden","nl-be\u002Fwerk-in-belgie\u002Fsalaris\u002Fcheck",{"id":749,"title":1909,"short_title":7,"intro_text":8,"url_path":1910,"legacy_locale":1911,"language_code":11,"ietf_bcp47":1912,"language_name_en":1772,"language_name_local":1772,"country_code":1913,"country_name_en":1909,"country_name_local":1909,"search_tokens":1914,"country_iso_numeric_code":1915,"url_paths":1916,"show_search":1746,"slug":750},"Belize","\u002Fen-bz","en_BZ","en-BZ","BZ","084 belize bz en en-bz en_bz english","084",{"occupations_url_path":7,"minimum_wages_url_path":1917,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":1918,"living_tariffs_url_path":7,"survey_url_path":1919,"vip_check_url_path":7,"salary_check_url_path":1920},"en-bz\u002Fwork-in-belize\u002Fminimum-wage","en-bz\u002Fwork-in-belize\u002Fliving-wages","en-bz\u002Fwork-in-belize\u002Fsalary\u002Fsurvey","en-bz\u002Fwork-in-belize\u002Fsalary\u002Fcheck",{"id":1555,"title":1922,"short_title":7,"intro_text":8,"url_path":1923,"legacy_locale":1924,"language_code":11,"ietf_bcp47":1925,"language_name_en":1772,"language_name_local":1772,"country_code":1926,"country_name_en":1922,"country_name_local":1922,"search_tokens":1927,"country_iso_numeric_code":1928,"url_paths":1929,"show_search":1746,"slug":1556},"Bermuda","\u002Fen-bm","en_BM","en-BM","BM","060 bermuda bm en en-bm en_bm english","060",{"occupations_url_path":7,"minimum_wages_url_path":1930,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":1931,"living_tariffs_url_path":7,"survey_url_path":7,"vip_check_url_path":7,"salary_check_url_path":7},"en-bm\u002Fwork-in-bermuda\u002Fminimum-wage","en-bm\u002Fwork-in-bermuda\u002Fliving-wages",{"id":1459,"title":1933,"short_title":7,"intro_text":8,"url_path":1934,"legacy_locale":1935,"language_code":1733,"ietf_bcp47":1936,"language_name_en":1735,"language_name_local":1736,"country_code":1937,"country_name_en":1933,"country_name_local":1933,"search_tokens":1938,"country_iso_numeric_code":1939,"url_paths":1940,"show_search":1746,"slug":1460},"Bolivia","\u002Fes-bo","es_BO","es-BO","BO","068 bo bolivia es es-bo es_bo español spanish","068",{"occupations_url_path":7,"minimum_wages_url_path":1941,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":1942,"living_wage_publications_url_path":1943,"living_tariffs_url_path":7,"survey_url_path":1944,"vip_check_url_path":1945,"salary_check_url_path":1946},"es-bo\u002Ftrabajo-en-bolivia\u002Fsalario-minimo","es-bo\u002Ftrabajo-en-bolivia\u002Fleyes-laborales","es-bo\u002Ftrabajo-en-bolivia\u002Fsalarios-vitales","es-bo\u002Ftrabajo-en-bolivia\u002Fsalario\u002Fencuesta-salarial","es-bo\u002Ftrabajo-en-bolivia\u002Fsalario\u002Ffamosos","es-bo\u002Ftrabajo-en-bolivia\u002Fsalario\u002Fcompara",{"id":1399,"title":1948,"short_title":7,"intro_text":8,"url_path":1949,"legacy_locale":1950,"language_code":1951,"ietf_bcp47":1952,"language_name_en":1953,"language_name_local":1954,"country_code":1955,"country_name_en":1956,"country_name_local":1948,"search_tokens":1957,"country_iso_numeric_code":1958,"url_paths":1959,"show_search":1746,"slug":1400},"Bosna i Hercegovina","\u002Fbs-ba","bs_BA","bs","bs-BA","Bosnian","bosanski","BA","Bosnia and Herzegovina","070 ba bosanski bosna i hercegovina bosnia and herzegovina bosnian bs bs-ba bs_ba","070",{"occupations_url_path":7,"minimum_wages_url_path":1960,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":1961,"living_wage_publications_url_path":1962,"living_tariffs_url_path":7,"survey_url_path":1963,"vip_check_url_path":7,"salary_check_url_path":1964},"bs-ba\u002Frad-u-bosni-i-hercegovini\u002Fminimalna-plata","bs-ba\u002Frad-u-bosni-i-hercegovini\u002Fzakon-o-radu-fbih","bs-ba\u002Frad-u-bosni-i-hercegovini\u002Fplata-za-zivot","bs-ba\u002Frad-u-bosni-i-hercegovini\u002Fplata\u002Fanketa","bs-ba\u002Frad-u-bosni-i-hercegovini\u002Fplata\u002Fprovjeri",{"id":1537,"title":1966,"short_title":7,"intro_text":8,"url_path":1967,"legacy_locale":1968,"language_code":11,"ietf_bcp47":1969,"language_name_en":1772,"language_name_local":1772,"country_code":1970,"country_name_en":1966,"country_name_local":1966,"search_tokens":1971,"country_iso_numeric_code":1972,"url_paths":1973,"show_search":1746,"slug":1538},"Botswana","\u002Fen-bw","en_BW","en-BW","BW","072 botswana bw en en-bw en_bw english","072",{"occupations_url_path":7,"minimum_wages_url_path":1974,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":1975,"living_wage_publications_url_path":1976,"living_tariffs_url_path":7,"survey_url_path":1977,"vip_check_url_path":1978,"salary_check_url_path":1979},"en-bw\u002Fwork-in-botswana\u002Fminimum-wage","en-bw\u002Fwork-in-botswana\u002Flabour-law","en-bw\u002Fwork-in-botswana\u002Fliving-wages","en-bw\u002Fwork-in-botswana\u002Fsalary\u002Fsurvey","en-bw\u002Fwork-in-botswana\u002Fsalary\u002Fvip","en-bw\u002Fwork-in-botswana\u002Fsalary\u002Fcheck",{"id":527,"title":1981,"short_title":1749,"intro_text":1982,"url_path":1983,"legacy_locale":1984,"language_code":1753,"ietf_bcp47":1985,"language_name_en":1755,"language_name_local":1756,"country_code":1986,"country_name_en":1987,"country_name_local":1981,"search_tokens":1988,"country_iso_numeric_code":1989,"url_paths":1990,"show_search":1746,"slug":528},"Brasil","\u003Cp data-block-key=\"87xei\">Bem-vindo ao principal portal de informação sobre salários e trabalho no Brasil. Compare salários, conheça os seus direitos laborais, consulte o salário mínimo nacional e aceda a dados salariais atualizados de milhares de profissões. Toda a informação essencial para tomar decisões informadas sobre a sua carreira e conhecer o mercado de trabalho brasileiro.\u003C\u002Fp>","\u002Fpt-br","pt_BR","pt-BR","BR","Brazil","076 br brasil brazil portuguese português pt pt-br pt_br","076",{"occupations_url_path":1991,"minimum_wages_url_path":1992,"collective_agreements_url_path":1993,"factory_pages_url_path":7,"labour_law_url_path":1994,"living_wage_publications_url_path":1995,"living_tariffs_url_path":7,"survey_url_path":1996,"vip_check_url_path":1997,"salary_check_url_path":1998},"pt-br\u002Ftrabalho-em-brasil\u002Ftrabalho-e-salario","pt-br\u002Ftrabalho-em-brasil\u002Fsalario-minimo","pt-br\u002Ftrabalho-em-brasil\u002Facordo-coletivo-de-trabalho","pt-br\u002Ftrabalho-em-brasil\u002Flei-do-trabalho","pt-br\u002Ftrabalho-em-brasil\u002Fsalarios-dignos","pt-br\u002Ftrabalho-em-brasil\u002Fsalario\u002Fpesquisa-salarial","pt-br\u002Ftrabalho-em-brasil\u002Fsalario\u002Fsalarios-vip","pt-br\u002Ftrabalho-em-brasil\u002Fsalario\u002Fcompare-seu-salario",{"id":1531,"title":2000,"short_title":7,"intro_text":8,"url_path":2001,"legacy_locale":2002,"language_code":11,"ietf_bcp47":2003,"language_name_en":1772,"language_name_local":1772,"country_code":2004,"country_name_en":2000,"country_name_local":2000,"search_tokens":2005,"country_iso_numeric_code":2006,"url_paths":2007,"show_search":1746,"slug":1532},"British Virgin Islands","\u002Fen-vg","en_VG","en-VG","VG","092 british virgin islands en en-vg en_vg english vg","092",{"occupations_url_path":7,"minimum_wages_url_path":2008,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":7,"living_tariffs_url_path":7,"survey_url_path":7,"vip_check_url_path":7,"salary_check_url_path":7},"en-vg\u002Fwork-in-british-virgin-islands\u002Fminimum-wage",{"id":539,"title":2010,"short_title":7,"intro_text":8,"url_path":2011,"legacy_locale":2012,"language_code":2013,"ietf_bcp47":2014,"language_name_en":2015,"language_name_local":2016,"country_code":2017,"country_name_en":2018,"country_name_local":2010,"search_tokens":2019,"country_iso_numeric_code":2020,"url_paths":2021,"show_search":1746,"slug":540},"Brunei","\u002Fms-bn","ms_BN","ms","ms-BN","Malay","Bahasa Melayu","BN","Brunei Darussalam","096 bahasa melayu bn brunei brunei darussalam malay ms ms-bn ms_bn","096",{"occupations_url_path":7,"minimum_wages_url_path":2022,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":2023,"living_tariffs_url_path":7,"survey_url_path":2024,"vip_check_url_path":2025,"salary_check_url_path":2026},"ms-bn\u002Fbekerja-di-brunei\u002Fgaji-minimum","ms-bn\u002Fbekerja-di-brunei\u002Fgaji-bermaruah","ms-bn\u002Fbekerja-di-brunei\u002Fgaji\u002Fkaji-selidik","ms-bn\u002Fbekerja-di-brunei\u002Fgaji\u002Fvip","ms-bn\u002Fbekerja-di-brunei\u002Fgaji\u002Fsemak",{"id":1339,"title":2028,"short_title":7,"intro_text":8,"url_path":2029,"legacy_locale":2030,"language_code":1878,"ietf_bcp47":2031,"language_name_en":1880,"language_name_local":1881,"country_code":2032,"country_name_en":2028,"country_name_local":2028,"search_tokens":2033,"country_iso_numeric_code":2034,"url_paths":2035,"show_search":1746,"slug":1340},"Burkina Faso","\u002Ffr-bf","fr_BF","fr-BF","BF","854 bf burkina faso fr fr-bf fr_bf français french","854",{"occupations_url_path":7,"minimum_wages_url_path":2036,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":2037,"living_wage_publications_url_path":2038,"living_tariffs_url_path":7,"survey_url_path":2039,"vip_check_url_path":2040,"salary_check_url_path":2041},"fr-bf\u002Ftravail-au-burkina-faso\u002Fsalaire-minimum","fr-bf\u002Ftravail-au-burkina-faso\u002Fdroit-du-travail","fr-bf\u002Ftravail-au-burkina-faso\u002Fsalaires-minimums-vitaux","fr-bf\u002Ftravail-au-burkina-faso\u002Fsalaire\u002Fenquete","fr-bf\u002Ftravail-au-burkina-faso\u002Fsalaire\u002Fvip","fr-bf\u002Ftravail-au-burkina-faso\u002Fsalaire\u002Fcontrole",{"id":826,"title":2043,"short_title":7,"intro_text":8,"url_path":2044,"legacy_locale":2045,"language_code":1878,"ietf_bcp47":2046,"language_name_en":1880,"language_name_local":1881,"country_code":2047,"country_name_en":2043,"country_name_local":2043,"search_tokens":2048,"country_iso_numeric_code":2049,"url_paths":2050,"show_search":1746,"slug":827},"Burundi","\u002Ffr-bi","fr_BI","fr-BI","BI","108 bi burundi fr fr-bi fr_bi français french","108",{"occupations_url_path":7,"minimum_wages_url_path":2051,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":2052,"living_wage_publications_url_path":2053,"living_tariffs_url_path":7,"survey_url_path":2054,"vip_check_url_path":2055,"salary_check_url_path":2056},"fr-bi\u002Ftravail-au-burundi\u002Fsalaire-minimum","fr-bi\u002Ftravail-au-burundi\u002Fdroit-du-travail","fr-bi\u002Ftravail-au-burundi\u002Fsalaires-minimums-vitaux","fr-bi\u002Ftravail-au-burundi\u002Fsalaire\u002Fenquete","fr-bi\u002Ftravail-au-burundi\u002Fsalaire\u002Fvip","fr-bi\u002Ftravail-au-burundi\u002Fsalaire\u002Fcontrole",{"id":335,"title":2058,"short_title":7,"intro_text":8,"url_path":2059,"legacy_locale":2060,"language_code":1878,"ietf_bcp47":2061,"language_name_en":1880,"language_name_local":1881,"country_code":2062,"country_name_en":2063,"country_name_local":2058,"search_tokens":2064,"country_iso_numeric_code":2065,"url_paths":2066,"show_search":1746,"slug":336},"Bénin","\u002Ffr-bj","fr_BJ","fr-BJ","BJ","Benin","204 benin bj bénin fr fr-bj fr_bj français french","204",{"occupations_url_path":7,"minimum_wages_url_path":2067,"collective_agreements_url_path":2068,"factory_pages_url_path":7,"labour_law_url_path":2069,"living_wage_publications_url_path":2070,"living_tariffs_url_path":7,"survey_url_path":2071,"vip_check_url_path":2072,"salary_check_url_path":2073},"fr-bj\u002Ftravail-au-benin\u002Fsalaire-minimum","fr-bj\u002Ftravail-au-benin\u002Fconvention-collective","fr-bj\u002Ftravail-au-benin\u002Fdroit-du-travail","fr-bj\u002Ftravail-au-benin\u002Fsalaires-minimums-vitaux","fr-bj\u002Ftravail-au-benin\u002Fsalaire\u002Fenquete","fr-bj\u002Ftravail-au-benin\u002Fsalaire\u002Fvip","fr-bj\u002Ftravail-au-benin\u002Fsalaire\u002Fcontrole",{"id":1435,"title":2075,"short_title":1749,"intro_text":2076,"url_path":2077,"legacy_locale":2078,"language_code":1753,"ietf_bcp47":2079,"language_name_en":1755,"language_name_local":1756,"country_code":2080,"country_name_en":2075,"country_name_local":2075,"search_tokens":2081,"country_iso_numeric_code":2082,"url_paths":2083,"show_search":1746,"slug":1436},"Cabo Verde","\u003Cp data-block-key=\"g1y7c\">Bem-vindo ao principal portal de informação sobre salários e trabalho em Cabo Verde. Compare salários, conheça os seus direitos laborais, consulte o salário mínimo nacional e aceda a dados salariais atualizados de milhares de profissões. Toda a informação essencial para tomar decisões informadas sobre a sua carreira e conhecer o mercado de trabalho cabo-verdiano.\u003C\u002Fp>","\u002Fpt-cv","pt_CV","pt-CV","CV","132 cabo verde cv portuguese português pt pt-cv pt_cv","132",{"occupations_url_path":7,"minimum_wages_url_path":2084,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":2085,"living_wage_publications_url_path":2086,"living_tariffs_url_path":7,"survey_url_path":2087,"vip_check_url_path":2088,"salary_check_url_path":2089},"pt-cv\u002Ftrabalho-em-cabo-verde\u002Fsalario-minimo","pt-cv\u002Ftrabalho-em-cabo-verde\u002Flei-do-trabalho","pt-cv\u002Ftrabalho-em-cabo-verde\u002Fsalarios-dignos","pt-cv\u002Ftrabalho-em-cabo-verde\u002Fsalario\u002Fpesquisa-salarial","pt-cv\u002Ftrabalho-em-cabo-verde\u002Fsalario\u002Fsalario-vip","pt-cv\u002Ftrabalho-em-cabo-verde\u002Fsalario\u002Fcompare-o-seu-salario",{"id":784,"title":2091,"short_title":2092,"intro_text":2093,"url_path":2094,"legacy_locale":2095,"language_code":11,"ietf_bcp47":2096,"language_name_en":1772,"language_name_local":1772,"country_code":2097,"country_name_en":2091,"country_name_local":8,"search_tokens":2098,"country_iso_numeric_code":2099,"url_paths":2100,"show_search":1746,"slug":785},"Cambodia","Work and Wages in Cambodia","\u003Cp data-block-key=\"2regq\">Find out all about Work, Wages and Labour Laws in Cambodia.\u003C\u002Fp>","\u002Fen-kh","en_KH","en-KH","KH","116 cambodia en en-kh en_kh english kh","116",{"occupations_url_path":7,"minimum_wages_url_path":2101,"collective_agreements_url_path":2102,"factory_pages_url_path":7,"labour_law_url_path":2103,"living_wage_publications_url_path":2104,"living_tariffs_url_path":7,"survey_url_path":2105,"vip_check_url_path":2106,"salary_check_url_path":2107},"en-kh\u002Fwork-in-cambodia\u002Fminimum-wage","en-kh\u002Fwork-in-cambodia\u002Fcollective-bargaining-agreement","en-kh\u002Fwork-in-cambodia\u002Flabour-law","en-kh\u002Fwork-in-cambodia\u002Fliving-wages","en-kh\u002Fwork-in-cambodia\u002Fsalary\u002Fsurvey","en-kh\u002Fwork-in-cambodia\u002Fsalary\u002Fvip","en-kh\u002Fwork-in-cambodia\u002Fsalary\u002Fcheck",{"id":1699,"title":2109,"short_title":7,"intro_text":8,"url_path":2110,"legacy_locale":2111,"language_code":1878,"ietf_bcp47":2112,"language_name_en":1880,"language_name_local":1881,"country_code":2113,"country_name_en":2114,"country_name_local":2109,"search_tokens":2115,"country_iso_numeric_code":2116,"url_paths":2117,"show_search":1746,"slug":1700},"Cameroun","\u002Ffr-cm","fr_CM","fr-CM","CM","Cameroon","120 cameroon cameroun cm fr fr-cm fr_cm français french","120",{"occupations_url_path":7,"minimum_wages_url_path":2118,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":2119,"living_wage_publications_url_path":2120,"living_tariffs_url_path":7,"survey_url_path":2121,"vip_check_url_path":2122,"salary_check_url_path":2123},"fr-cm\u002Ftravail-au-cameroun\u002Fsalaire-minimum","fr-cm\u002Ftravail-au-cameroun\u002Fdroit-du-travail","fr-cm\u002Ftravail-au-cameroun\u002Fsalaires-minimums-vitaux","fr-cm\u002Ftravail-au-cameroun\u002Fsalaire\u002Fenquete","fr-cm\u002Ftravail-au-cameroun\u002Fsalaire\u002Fvip","fr-cm\u002Ftravail-au-cameroun\u002Fsalaire\u002Fcontrole",{"id":1291,"title":2125,"short_title":2126,"intro_text":2127,"url_path":2128,"legacy_locale":2129,"language_code":11,"ietf_bcp47":2130,"language_name_en":1772,"language_name_local":1772,"country_code":2131,"country_name_en":2125,"country_name_local":2125,"search_tokens":2132,"country_iso_numeric_code":2133,"url_paths":2134,"show_search":1746,"slug":1292},"Canada","Work and wages in Canada","\u003Cp data-block-key=\"5qo58\">Find out all about work and wages in Canada\u003C\u002Fp>","\u002Fen-ca","en_CA","en-CA","CA","124 ca canada en en-ca en_ca english","124",{"occupations_url_path":7,"minimum_wages_url_path":2135,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":2136,"living_tariffs_url_path":7,"survey_url_path":2137,"vip_check_url_path":2138,"salary_check_url_path":2139},"en-ca\u002Fwork-in-canada\u002Fminimum-wage","en-ca\u002Fwork-in-canada\u002Fliving-wages","en-ca\u002Fwork-in-canada\u002Fsalary\u002Fsurvey","en-ca\u002Fwork-in-canada\u002Fsalary\u002Fvip","en-ca\u002Fwork-in-canada\u002Fsalary\u002Fcheck",{"id":491,"title":2125,"short_title":7,"intro_text":8,"url_path":2141,"legacy_locale":2142,"language_code":1878,"ietf_bcp47":2143,"language_name_en":1880,"language_name_local":1881,"country_code":2131,"country_name_en":2125,"country_name_local":2125,"search_tokens":2144,"country_iso_numeric_code":2133,"url_paths":2145,"show_search":1746,"slug":492},"\u002Ffr-ca","fr_CA","fr-CA","124 ca canada fr fr-ca fr_ca français french",{"occupations_url_path":7,"minimum_wages_url_path":2146,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":2147,"living_tariffs_url_path":7,"survey_url_path":2148,"vip_check_url_path":2149,"salary_check_url_path":2150},"fr-ca\u002Ftravail-au-canada\u002Fsalaire-minimum","fr-ca\u002Ftravail-au-canada\u002Fsalaires-minimums-vitaux","fr-ca\u002Ftravail-au-canada\u002Fsalaire\u002Fenquete","fr-ca\u002Ftravail-au-canada\u002Fsalaire\u002Fvip","fr-ca\u002Ftravail-au-canada\u002Fsalaire\u002Fcontrole",{"id":443,"title":2152,"short_title":7,"intro_text":8,"url_path":2153,"legacy_locale":2154,"language_code":1802,"ietf_bcp47":2155,"language_name_en":1804,"language_name_local":1805,"country_code":2156,"country_name_en":2157,"country_name_local":2152,"search_tokens":2158,"country_iso_numeric_code":2159,"url_paths":2160,"show_search":1746,"slug":444},"Caribisch Nederland","\u002Fnl-bq","nl_BQ","nl-BQ","BQ","Bonaire, Sint Eustatius and Saba","535 bonaire, sint eustatius and saba bq caribisch nederland dutch nederlands nl nl-bq nl_bq","535",{"occupations_url_path":7,"minimum_wages_url_path":2161,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":7,"living_tariffs_url_path":7,"survey_url_path":7,"vip_check_url_path":7,"salary_check_url_path":7},"nl-bq\u002Fwerk-op-caribisch-nederland\u002Fminimumloon",{"id":653,"title":2163,"short_title":7,"intro_text":8,"url_path":2164,"legacy_locale":2165,"language_code":11,"ietf_bcp47":2166,"language_name_en":1772,"language_name_local":1772,"country_code":2167,"country_name_en":2163,"country_name_local":2163,"search_tokens":2168,"country_iso_numeric_code":2169,"url_paths":2170,"show_search":1746,"slug":654},"Cayman Islands","\u002Fen-ky","en_KY","en-KY","KY","136 cayman islands en en-ky en_ky english ky","136",{"occupations_url_path":7,"minimum_wages_url_path":2171,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":7,"living_tariffs_url_path":7,"survey_url_path":7,"vip_check_url_path":7,"salary_check_url_path":7},"en-ky\u002Fwork-in-cayman-islands\u002Fminimum-wage",{"id":407,"title":2173,"short_title":7,"intro_text":8,"url_path":2174,"legacy_locale":2175,"language_code":1733,"ietf_bcp47":2176,"language_name_en":1735,"language_name_local":1736,"country_code":2177,"country_name_en":2173,"country_name_local":2173,"search_tokens":2178,"country_iso_numeric_code":2179,"url_paths":2180,"show_search":1746,"slug":408},"Chile","\u002Fes-cl","es_CL","es-CL","CL","152 chile cl es es-cl es_cl español spanish","152",{"occupations_url_path":7,"minimum_wages_url_path":2181,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":2182,"living_wage_publications_url_path":2183,"living_tariffs_url_path":7,"survey_url_path":2184,"vip_check_url_path":2185,"salary_check_url_path":2186},"es-cl\u002Ftrabajo-en-chile\u002Fsalario-minimo","es-cl\u002Ftrabajo-en-chile\u002Fleyes-laborales","es-cl\u002Ftrabajo-en-chile\u002Fsalarios-vitales","es-cl\u002Ftrabajo-en-chile\u002Fsalario\u002Fencuesta","es-cl\u002Ftrabajo-en-chile\u002Fsalario\u002Ffamosos","es-cl\u002Ftrabajo-en-chile\u002Fsalario\u002Fcompara",{"id":796,"title":2188,"short_title":7,"intro_text":8,"url_path":2189,"legacy_locale":2190,"language_code":1733,"ietf_bcp47":2191,"language_name_en":1735,"language_name_local":1736,"country_code":2192,"country_name_en":2188,"country_name_local":2188,"search_tokens":2193,"country_iso_numeric_code":2194,"url_paths":2195,"show_search":1746,"slug":797},"Colombia","\u002Fes-co","es_CO","es-CO","CO","170 co colombia es es-co es_co español spanish","170",{"occupations_url_path":7,"minimum_wages_url_path":2196,"collective_agreements_url_path":2197,"factory_pages_url_path":7,"labour_law_url_path":2198,"living_wage_publications_url_path":2199,"living_tariffs_url_path":7,"survey_url_path":2200,"vip_check_url_path":2201,"salary_check_url_path":2202},"es-co\u002Ftrabajo-en-colombia\u002Fsalario-minimo","es-co\u002Ftrabajo-en-colombia\u002Fconvenios-colectivos","es-co\u002Ftrabajo-en-colombia\u002Fleyes-laborales","es-co\u002Ftrabajo-en-colombia\u002Fsalarios-vitales","es-co\u002Ftrabajo-en-colombia\u002Fsalario\u002Fencuesta-salarial","es-co\u002Ftrabajo-en-colombia\u002Fsalario\u002Ffamosos","es-co\u002Ftrabajo-en-colombia\u002Fsalario\u002Fcompara-tu-salario",{"id":1429,"title":2204,"short_title":7,"intro_text":8,"url_path":2205,"legacy_locale":2206,"language_code":1878,"ietf_bcp47":2207,"language_name_en":1880,"language_name_local":1881,"country_code":2208,"country_name_en":2209,"country_name_local":2210,"search_tokens":2211,"country_iso_numeric_code":2212,"url_paths":2213,"show_search":1746,"slug":1430},"Congo","\u002Ffr-cd","fr_CD","fr-CD","CD","Congo, The Democratic Republic of the","Congo-Kinshasa","180 cd congo, the democratic republic of the congo-kinshasa fr fr-cd fr_cd français french","180",{"occupations_url_path":7,"minimum_wages_url_path":2214,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":2215,"living_wage_publications_url_path":2216,"living_tariffs_url_path":7,"survey_url_path":2217,"vip_check_url_path":2218,"salary_check_url_path":2219},"fr-cd\u002Ftravail-au-congo\u002Fsalaire-minimum","fr-cd\u002Ftravail-au-congo\u002Fdroit-du-travail","fr-cd\u002Ftravail-au-congo\u002Fsalaires-minimums-vitaux","fr-cd\u002Ftravail-au-congo\u002Fsalaire\u002Fenquete","fr-cd\u002Ftravail-au-congo\u002Fsalaire\u002Fvip","fr-cd\u002Ftravail-au-congo\u002Fsalaire\u002Fcontrole",{"id":1525,"title":2221,"short_title":7,"intro_text":8,"url_path":2222,"legacy_locale":2223,"language_code":1878,"ietf_bcp47":2224,"language_name_en":1880,"language_name_local":1881,"country_code":2225,"country_name_en":2204,"country_name_local":2221,"search_tokens":2226,"country_iso_numeric_code":2227,"url_paths":2228,"show_search":1746,"slug":1526},"Congo-Brazzaville","\u002Ffr-cg","fr_CG","fr-CG","CG","178 cg congo congo-brazzaville fr fr-cg fr_cg français french","178",{"occupations_url_path":7,"minimum_wages_url_path":2229,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":2230,"living_wage_publications_url_path":2231,"living_tariffs_url_path":7,"survey_url_path":2232,"vip_check_url_path":2233,"salary_check_url_path":2234},"fr-cg\u002Ftravail-au-congo-brazzaville\u002Fsalaire-minimum","fr-cg\u002Ftravail-au-congo-brazzaville\u002Fdroit-du-travail","fr-cg\u002Ftravail-au-congo-brazzaville\u002Fsalaires-minimums-vitaux","fr-cg\u002Ftravail-au-congo-brazzaville\u002Fsalaire\u002Fenquete","fr-cg\u002Ftravail-au-congo-brazzaville\u002Fsalaire\u002Fvip","fr-cg\u002Ftravail-au-congo-brazzaville\u002Fsalaire\u002Fcontrole",{"id":545,"title":2236,"short_title":7,"intro_text":8,"url_path":2237,"legacy_locale":2238,"language_code":11,"ietf_bcp47":2239,"language_name_en":1772,"language_name_local":1772,"country_code":2240,"country_name_en":2236,"country_name_local":2236,"search_tokens":2241,"country_iso_numeric_code":2242,"url_paths":2243,"show_search":1746,"slug":546},"Cook Islands","\u002Fen-ck","en_CK","en-CK","CK","184 ck cook islands en en-ck en_ck english","184",{"occupations_url_path":7,"minimum_wages_url_path":2244,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":7,"living_tariffs_url_path":7,"survey_url_path":7,"vip_check_url_path":7,"salary_check_url_path":7},"en-ck\u002Fwork-in-cook-islands\u002Fminimum-wage",{"id":623,"title":2246,"short_title":7,"intro_text":8,"url_path":2247,"legacy_locale":2248,"language_code":1733,"ietf_bcp47":2249,"language_name_en":1735,"language_name_local":1736,"country_code":2250,"country_name_en":2246,"country_name_local":2246,"search_tokens":2251,"country_iso_numeric_code":2252,"url_paths":2253,"show_search":1746,"slug":624},"Costa Rica","\u002Fes-cr","es_CR","es-CR","CR","188 costa rica cr es es-cr es_cr español spanish","188",{"occupations_url_path":7,"minimum_wages_url_path":2254,"collective_agreements_url_path":2255,"factory_pages_url_path":7,"labour_law_url_path":2256,"living_wage_publications_url_path":2257,"living_tariffs_url_path":7,"survey_url_path":2258,"vip_check_url_path":2259,"salary_check_url_path":2260},"es-cr\u002Ftrabajo-en-costa-rica\u002Fsalario-minimo","es-cr\u002Ftrabajo-en-costa-rica\u002Fconvenios-colectivos","es-cr\u002Ftrabajo-en-costa-rica\u002Fleyes-laborales","es-cr\u002Ftrabajo-en-costa-rica\u002Fsalarios-vitales","es-cr\u002Ftrabajo-en-costa-rica\u002Fsalario\u002Fencuesta-de-salarios","es-cr\u002Ftrabajo-en-costa-rica\u002Fsalario\u002Ffamosos","es-cr\u002Ftrabajo-en-costa-rica\u002Fsalario\u002Fcompara",{"id":1321,"title":2262,"short_title":7,"intro_text":8,"url_path":2263,"legacy_locale":2264,"language_code":2265,"ietf_bcp47":2266,"language_name_en":2267,"language_name_local":2268,"country_code":2269,"country_name_en":2270,"country_name_local":2262,"search_tokens":2271,"country_iso_numeric_code":2272,"url_paths":2273,"show_search":1746,"slug":1322},"Crna Gora","\u002Fsr-me","sr_ME","sr","sr-ME","Serbian","српски","ME","Montenegro","499 crna gora me montenegro serbian sr sr-me sr_me српски","499",{"occupations_url_path":7,"minimum_wages_url_path":2274,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":2275,"living_wage_publications_url_path":2276,"living_tariffs_url_path":7,"survey_url_path":2277,"vip_check_url_path":2278,"salary_check_url_path":2279},"sr-me\u002Frad-u-crnoj-gori\u002Fminimalna-zarada","sr-me\u002Frad-u-crnoj-gori\u002Fzakon-o-radu","sr-me\u002Frad-u-crnoj-gori\u002Fplaca-za-zivot","sr-me\u002Frad-u-crnoj-gori\u002Fplata\u002Fupitnik","sr-me\u002Frad-u-crnoj-gori\u002Fplata\u002Fvip","sr-me\u002Frad-u-crnoj-gori\u002Fplata\u002Fprovjera",{"id":1303,"title":2281,"short_title":7,"intro_text":8,"url_path":2282,"legacy_locale":2283,"language_code":1733,"ietf_bcp47":2284,"language_name_en":1735,"language_name_local":1736,"country_code":2285,"country_name_en":2281,"country_name_local":2281,"search_tokens":2286,"country_iso_numeric_code":2287,"url_paths":2288,"show_search":1746,"slug":1304},"Cuba","\u002Fes-cu","es_CU","es-CU","CU","192 cu cuba es es-cu es_cu español spanish","192",{"occupations_url_path":7,"minimum_wages_url_path":2289,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":2290,"living_tariffs_url_path":7,"survey_url_path":2291,"vip_check_url_path":2292,"salary_check_url_path":2293},"es-cu\u002Ftrabajo-en-cuba\u002Fsalario-minimo","es-cu\u002Ftrabajo-en-cuba\u002Fsalarios-vitales","es-cu\u002Ftrabajo-en-cuba\u002Fsalario\u002Fencuesta-salarial","es-cu\u002Ftrabajo-en-cuba\u002Fsalario\u002Ffamosos","es-cu\u002Ftrabajo-en-cuba\u002Fsalario\u002Fcompara",{"id":1477,"title":2295,"short_title":7,"intro_text":8,"url_path":2296,"legacy_locale":2297,"language_code":1802,"ietf_bcp47":2298,"language_name_en":1804,"language_name_local":1805,"country_code":2299,"country_name_en":2295,"country_name_local":2295,"search_tokens":2300,"country_iso_numeric_code":2301,"url_paths":2302,"show_search":1746,"slug":1478},"Curaçao","\u002Fnl-cw","nl_CW","nl-CW","CW","531 curaçao cw dutch nederlands nl nl-cw nl_cw","531",{"occupations_url_path":7,"minimum_wages_url_path":2303,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":2304,"living_tariffs_url_path":7,"survey_url_path":7,"vip_check_url_path":7,"salary_check_url_path":7},"nl-cw\u002Fwerk-op-curacao\u002Fminimumloon","nl-cw\u002Fwerk-op-curacao\u002Fleefbaar-loon",{"id":970,"title":2306,"short_title":7,"intro_text":8,"url_path":2307,"legacy_locale":2308,"language_code":1878,"ietf_bcp47":2309,"language_name_en":1880,"language_name_local":1881,"country_code":2310,"country_name_en":2306,"country_name_local":2311,"search_tokens":2312,"country_iso_numeric_code":2313,"url_paths":2314,"show_search":1746,"slug":971},"Côte d'Ivoire","\u002Ffr-ci","fr_CI","fr-CI","CI","Côte d’Ivoire","384 ci côte d'ivoire côte d’ivoire fr fr-ci fr_ci français french","384",{"occupations_url_path":7,"minimum_wages_url_path":2315,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":2316,"living_wage_publications_url_path":2317,"living_tariffs_url_path":7,"survey_url_path":2318,"vip_check_url_path":2319,"salary_check_url_path":2320},"fr-ci\u002Ftravail-en-cote-d-ivoire\u002Fsalaire-minimum","fr-ci\u002Ftravail-en-cote-d-ivoire\u002Fdroit-du-travail","fr-ci\u002Ftravail-en-cote-d-ivoire\u002Fsalaires-minimums-vitaux","fr-ci\u002Ftravail-en-cote-d-ivoire\u002Fsalaire\u002Fenquete","fr-ci\u002Ftravail-en-cote-d-ivoire\u002Fsalaire\u002Fvip","fr-ci\u002Ftravail-en-cote-d-ivoire\u002Fsalaire\u002Fcontrole",{"id":455,"title":2322,"short_title":7,"intro_text":8,"url_path":2323,"legacy_locale":2324,"language_code":2325,"ietf_bcp47":2326,"language_name_en":2327,"language_name_local":2328,"country_code":2329,"country_name_en":2330,"country_name_local":2322,"search_tokens":2331,"country_iso_numeric_code":2332,"url_paths":2333,"show_search":1746,"slug":456},"Danmark","\u002Fda-dk","da_DK","da","da-DK","Danish","dansk","DK","Denmark","208 da da-dk da_dk danish danmark dansk denmark dk","208",{"occupations_url_path":7,"minimum_wages_url_path":2334,"collective_agreements_url_path":2335,"factory_pages_url_path":7,"labour_law_url_path":2336,"living_wage_publications_url_path":2337,"living_tariffs_url_path":7,"survey_url_path":2338,"vip_check_url_path":2339,"salary_check_url_path":2340},"da-dk\u002Farbejde-i-danmark\u002Fmindstelon","da-dk\u002Farbejde-i-danmark\u002Fkollektiv-overenskomst","da-dk\u002Farbejde-i-danmark\u002Farbejdsretten","da-dk\u002Farbejde-i-danmark\u002Feksistensminimum","da-dk\u002Farbejde-i-danmark\u002Floen\u002Fundersoegelse","da-dk\u002Farbejde-i-danmark\u002Floen\u002Fvip","da-dk\u002Farbejde-i-danmark\u002Floen\u002Ftjek",{"id":1381,"title":2342,"short_title":7,"intro_text":2343,"url_path":2344,"legacy_locale":2345,"language_code":2346,"ietf_bcp47":2347,"language_name_en":2348,"language_name_local":2349,"country_code":2350,"country_name_en":24,"country_name_local":2342,"search_tokens":2351,"country_iso_numeric_code":2352,"url_paths":2353,"show_search":1746,"slug":1382},"Deutschland","\u003Cp data-block-key=\"3y26l\">Willkommen\u003C\u002Fp>","\u002Fde-de","de_DE","de","de-DE","German","Deutsch","DE","276 de de-de de_de deutsch deutschland german germany","276",{"occupations_url_path":7,"minimum_wages_url_path":2354,"collective_agreements_url_path":2355,"factory_pages_url_path":7,"labour_law_url_path":2356,"living_wage_publications_url_path":2357,"living_tariffs_url_path":7,"survey_url_path":2358,"vip_check_url_path":2359,"salary_check_url_path":2360},"de-de\u002Farbeiten-in-deutschland\u002Fmindestlohn","de-de\u002Farbeiten-in-deutschland\u002Ftarifvertrag","de-de\u002Farbeiten-in-deutschland\u002Farbeitsrecht","de-de\u002Farbeiten-in-deutschland\u002Fexistenzsichernde-lohne","de-de\u002Farbeiten-in-deutschland\u002Fgehalt\u002Fumfrage","de-de\u002Farbeiten-in-deutschland\u002Fgehalt\u002Fvip","de-de\u002Farbeiten-in-deutschland\u002Fgehalt\u002Fcheck",{"id":641,"title":2362,"short_title":7,"intro_text":8,"url_path":2363,"legacy_locale":2364,"language_code":11,"ietf_bcp47":2365,"language_name_en":1772,"language_name_local":1772,"country_code":2366,"country_name_en":2362,"country_name_local":2362,"search_tokens":2367,"country_iso_numeric_code":2368,"url_paths":2369,"show_search":1746,"slug":642},"Dominica","\u002Fen-dm","en_DM","en-DM","DM","212 dm dominica en en-dm en_dm english","212",{"occupations_url_path":7,"minimum_wages_url_path":2370,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":2371,"living_tariffs_url_path":7,"survey_url_path":7,"vip_check_url_path":7,"salary_check_url_path":7},"en-dm\u002Fwork-in-dominica\u002Fminimum-wage","en-dm\u002Fwork-in-dominica\u002Fliving-wages",{"id":1561,"title":2373,"short_title":7,"intro_text":8,"url_path":2374,"legacy_locale":2375,"language_code":1733,"ietf_bcp47":2376,"language_name_en":1735,"language_name_local":1736,"country_code":2377,"country_name_en":2373,"country_name_local":2373,"search_tokens":2378,"country_iso_numeric_code":2379,"url_paths":2380,"show_search":1746,"slug":1562},"Ecuador","\u002Fes-ec","es_EC","es-EC","EC","218 ec ecuador es es-ec es_ec español spanish","218",{"occupations_url_path":7,"minimum_wages_url_path":2381,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":2382,"living_tariffs_url_path":7,"survey_url_path":2383,"vip_check_url_path":2384,"salary_check_url_path":2385},"es-ec\u002Ftrabajo-en-ecuador\u002Fsalario-minimo","es-ec\u002Ftrabajo-en-ecuador\u002Fsalarios-vitales","es-ec\u002Ftrabajo-en-ecuador\u002Fsalario\u002Fencuesta-salarial","es-ec\u002Ftrabajo-en-ecuador\u002Fsalario\u002Ffamosos","es-ec\u002Ftrabajo-en-ecuador\u002Fsalario\u002Fcompara",{"id":671,"title":2387,"short_title":7,"intro_text":8,"url_path":2388,"legacy_locale":2389,"language_code":2390,"ietf_bcp47":2391,"language_name_en":2392,"language_name_local":2393,"country_code":2394,"country_name_en":2395,"country_name_local":2387,"search_tokens":2396,"country_iso_numeric_code":2397,"url_paths":2398,"show_search":1746,"slug":672},"Eesti","\u002Fet-ee","et_EE","et","et-EE","Estonian","eesti","EE","Estonia","233 ee eesti estonia estonian et et-ee et_ee","233",{"occupations_url_path":7,"minimum_wages_url_path":2399,"collective_agreements_url_path":2400,"factory_pages_url_path":7,"labour_law_url_path":2401,"living_wage_publications_url_path":2402,"living_tariffs_url_path":7,"survey_url_path":2403,"vip_check_url_path":2404,"salary_check_url_path":2405},"et-ee\u002Ftootamine-eestis\u002Fmiinimumpalk","et-ee\u002Ftootamine-eestis\u002Fkollektiivlepingute-andmebaas","et-ee\u002Ftootamine-eestis\u002Ftoooigus","et-ee\u002Ftootamine-eestis\u002Felatusmiinimum","et-ee\u002Ftootamine-eestis\u002Fpalk\u002Fpalgauuring","et-ee\u002Ftootamine-eestis\u002Fpalk\u002Fvip","et-ee\u002Ftootamine-eestis\u002Fpalk\u002Fkontroll",{"id":383,"title":2407,"short_title":7,"intro_text":8,"url_path":2408,"legacy_locale":2409,"language_code":1733,"ietf_bcp47":2410,"language_name_en":1735,"language_name_local":1736,"country_code":2411,"country_name_en":2407,"country_name_local":2407,"search_tokens":2412,"country_iso_numeric_code":2413,"url_paths":2414,"show_search":1746,"slug":384},"El Salvador","\u002Fes-sv","es_SV","es-SV","SV","222 el salvador es es-sv es_sv español spanish sv","222",{"occupations_url_path":7,"minimum_wages_url_path":2415,"collective_agreements_url_path":2416,"factory_pages_url_path":7,"labour_law_url_path":2417,"living_wage_publications_url_path":2418,"living_tariffs_url_path":7,"survey_url_path":2419,"vip_check_url_path":2420,"salary_check_url_path":2421},"es-sv\u002Ftrabajo-en-el-salvador\u002Fsalario-minimo","es-sv\u002Ftrabajo-en-el-salvador\u002Fconvenios-colectivos","es-sv\u002Ftrabajo-en-el-salvador\u002Fleyes-laborales","es-sv\u002Ftrabajo-en-el-salvador\u002Fsalarios-vitales","es-sv\u002Ftrabajo-en-el-salvador\u002Fsalario\u002Fencuesta-salarial","es-sv\u002Ftrabajo-en-el-salvador\u002Fsalario\u002Ffamosos","es-sv\u002Ftrabajo-en-el-salvador\u002Fsalario\u002Fcompara",{"id":1030,"title":2423,"short_title":7,"intro_text":8,"url_path":2424,"legacy_locale":2425,"language_code":1733,"ietf_bcp47":2426,"language_name_en":1735,"language_name_local":1736,"country_code":2427,"country_name_en":2428,"country_name_local":2423,"search_tokens":2429,"country_iso_numeric_code":2430,"url_paths":2431,"show_search":1746,"slug":1031},"España","\u002Fes-es","es_ES","es-ES","ES","Spain","724 es es-es es_es españa español spain spanish","724",{"occupations_url_path":7,"minimum_wages_url_path":2432,"collective_agreements_url_path":2433,"factory_pages_url_path":7,"labour_law_url_path":2434,"living_wage_publications_url_path":2435,"living_tariffs_url_path":7,"survey_url_path":2436,"vip_check_url_path":2437,"salary_check_url_path":2438},"es-es\u002Ftrabajo-en-espana\u002Fsalario-minimo","es-es\u002Ftrabajo-en-espana\u002Fconvenios-colectivos","es-es\u002Ftrabajo-en-espana\u002Fleyes-laborales","es-es\u002Ftrabajo-en-espana\u002Fsalarios-vitales","es-es\u002Ftrabajo-en-espana\u002Fsalario\u002Fencuesta-salarial","es-es\u002Ftrabajo-en-espana\u002Fsalario\u002Ffamosos","es-es\u002Ftrabajo-en-espana\u002Fsalario\u002Fcompara-tu-salario",{"id":1573,"title":2440,"short_title":7,"intro_text":8,"url_path":2441,"legacy_locale":2442,"language_code":1733,"ietf_bcp47":2443,"language_name_en":1735,"language_name_local":1736,"country_code":2444,"country_name_en":2445,"country_name_local":2440,"search_tokens":2446,"country_iso_numeric_code":2447,"url_paths":2448,"show_search":1746,"slug":1574},"Estados Unidos","\u002Fes-us","es_US","es-US","US","United States","840 es es-us es_us español estados unidos spanish united states us","840",{"occupations_url_path":7,"minimum_wages_url_path":2449,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":7,"living_tariffs_url_path":7,"survey_url_path":2450,"vip_check_url_path":2451,"salary_check_url_path":2452},"es-us\u002Ftrabajo-en-estados-unidos\u002Fsalario-minimo","es-us\u002Ftrabajo-en-estados-unidos\u002Fsalario\u002Fcuestionario-salarial","es-us\u002Ftrabajo-en-estados-unidos\u002Fsalario\u002Ffamosos","es-us\u002Ftrabajo-en-estados-unidos\u002Fsalario\u002Fcompara-tu-salario",{"id":892,"title":2454,"short_title":7,"intro_text":8,"url_path":2455,"legacy_locale":2456,"language_code":11,"ietf_bcp47":2457,"language_name_en":1772,"language_name_local":1772,"country_code":2458,"country_name_en":2454,"country_name_local":2454,"search_tokens":2459,"country_iso_numeric_code":2460,"url_paths":2461,"show_search":1746,"slug":893},"Eswatini","\u002Fen-sz","en_SZ","en-SZ","SZ","748 en en-sz en_sz english eswatini sz","748",{"occupations_url_path":7,"minimum_wages_url_path":2462,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":2463,"living_tariffs_url_path":7,"survey_url_path":2464,"vip_check_url_path":2465,"salary_check_url_path":2466},"en-sz\u002Fwork-in-eswatini\u002Fminimum-wage","en-sz\u002Fwork-in-eswatini\u002Fliving-wages","en-sz\u002Fwork-in-eswatini\u002Fsalary\u002Fsurvey","en-sz\u002Fwork-in-eswatini\u002Fsalary\u002Fvip","en-sz\u002Fwork-in-eswatini\u002Fsalary\u002Fcheck",{"id":1705,"title":2468,"short_title":7,"intro_text":8,"url_path":2469,"legacy_locale":2470,"language_code":11,"ietf_bcp47":2471,"language_name_en":1772,"language_name_local":1772,"country_code":2472,"country_name_en":2468,"country_name_local":8,"search_tokens":2473,"country_iso_numeric_code":2474,"url_paths":2475,"show_search":1746,"slug":1706},"Ethiopia","\u002Fen-et","en_ET","en-ET","ET","231 en en-et en_et english et ethiopia","231",{"occupations_url_path":7,"minimum_wages_url_path":2476,"collective_agreements_url_path":2477,"factory_pages_url_path":7,"labour_law_url_path":2478,"living_wage_publications_url_path":2479,"living_tariffs_url_path":7,"survey_url_path":2480,"vip_check_url_path":2481,"salary_check_url_path":2482},"en-et\u002Fwork-in-ethiopia\u002Fminimum-wage","en-et\u002Fwork-in-ethiopia\u002Fcollective-bargaining-agreement","en-et\u002Fwork-in-ethiopia\u002Flabour-law","en-et\u002Fwork-in-ethiopia\u002Fliving-wages","en-et\u002Fwork-in-ethiopia\u002Fsalary\u002Fsurvey","en-et\u002Fwork-in-ethiopia\u002Fsalary\u002Fvip","en-et\u002Fwork-in-ethiopia\u002Fsalary\u002Fcheck",{"id":1102,"title":2484,"short_title":7,"intro_text":8,"url_path":2485,"legacy_locale":2486,"language_code":11,"ietf_bcp47":2487,"language_name_en":1772,"language_name_local":1772,"country_code":2488,"country_name_en":2484,"country_name_local":2484,"search_tokens":2489,"country_iso_numeric_code":2490,"url_paths":2491,"show_search":1746,"slug":1103},"Fiji","\u002Fen-fj","en_FJ","en-FJ","FJ","242 en en-fj en_fj english fiji fj","242",{"occupations_url_path":7,"minimum_wages_url_path":2492,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":2493,"living_tariffs_url_path":7,"survey_url_path":2494,"vip_check_url_path":7,"salary_check_url_path":2495},"en-fj\u002Fwork-in-fiji\u002Fminimum-wage","en-fj\u002Fwork-in-fiji\u002Fliving-wages","en-fj\u002Fwork-in-fiji\u002Fsalary\u002Fsurvey","en-fj\u002Fwork-in-fiji\u002Fsalary\u002Fcheck",{"id":773,"title":2497,"short_title":7,"intro_text":8,"url_path":2498,"legacy_locale":2499,"language_code":1878,"ietf_bcp47":2500,"language_name_en":1880,"language_name_local":1881,"country_code":2501,"country_name_en":2497,"country_name_local":2497,"search_tokens":2502,"country_iso_numeric_code":2503,"url_paths":2504,"show_search":1746,"slug":774},"France","\u002Ffr-fr","fr_FR","fr-FR","FR","250 fr fr-fr fr_fr france français french","250",{"occupations_url_path":7,"minimum_wages_url_path":2505,"collective_agreements_url_path":2506,"factory_pages_url_path":7,"labour_law_url_path":2507,"living_wage_publications_url_path":2508,"living_tariffs_url_path":7,"survey_url_path":2509,"vip_check_url_path":2510,"salary_check_url_path":2511},"fr-fr\u002Ftravail-en-france\u002Fsalaire-minimum","fr-fr\u002Ftravail-en-france\u002Fconvention-collective","fr-fr\u002Ftravail-en-france\u002Fdroit-du-travail","fr-fr\u002Ftravail-en-france\u002Fsalaires-minimums-vitaux","fr-fr\u002Ftravail-en-france\u002Fsalaire\u002Fenquete","fr-fr\u002Ftravail-en-france\u002Fsalaire\u002Fvip","fr-fr\u002Ftravail-en-france\u002Fsalaire\u002Fcontrole",{"id":1252,"title":2513,"short_title":7,"intro_text":8,"url_path":2514,"legacy_locale":2515,"language_code":1878,"ietf_bcp47":2516,"language_name_en":1880,"language_name_local":1881,"country_code":2517,"country_name_en":2513,"country_name_local":2513,"search_tokens":2518,"country_iso_numeric_code":2519,"url_paths":2520,"show_search":1746,"slug":1253},"Gabon","\u002Ffr-ga","fr_GA","fr-GA","GA","266 fr fr-ga fr_ga français french ga gabon","266",{"occupations_url_path":7,"minimum_wages_url_path":2521,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":2522,"living_wage_publications_url_path":2523,"living_tariffs_url_path":7,"survey_url_path":2524,"vip_check_url_path":2525,"salary_check_url_path":2526},"fr-ga\u002Ftravail-au-gabon\u002Fsalaire-minimum","fr-ga\u002Ftravail-au-gabon\u002Fdroit-du-travail","fr-ga\u002Ftravail-au-gabon\u002Fsalaires-minimums-vitaux","fr-ga\u002Ftravail-au-gabon\u002Fsalaire\u002Fenquete","fr-ga\u002Ftravail-au-gabon\u002Fsalaire\u002Fvip","fr-ga\u002Ftravail-au-gabon\u002Fsalaire\u002Fcontrole",{"id":910,"title":2528,"short_title":7,"intro_text":8,"url_path":2529,"legacy_locale":2530,"language_code":11,"ietf_bcp47":2531,"language_name_en":1772,"language_name_local":1772,"country_code":2532,"country_name_en":2528,"country_name_local":2528,"search_tokens":2533,"country_iso_numeric_code":2534,"url_paths":2535,"show_search":1746,"slug":911},"Gambia","\u002Fen-gm","en_GM","en-GM","GM","270 en en-gm en_gm english gambia gm","270",{"occupations_url_path":7,"minimum_wages_url_path":2536,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":2537,"living_tariffs_url_path":7,"survey_url_path":2538,"vip_check_url_path":2539,"salary_check_url_path":2540},"en-gm\u002Fwork-in-gambia\u002Fminimum-wage","en-gm\u002Fwork-in-gambia\u002Fliving-wages","en-gm\u002Fwork-in-gambia\u002Fsalary\u002Fsurvey","en-gm\u002Fwork-in-gambia\u002Fsalary\u002Fvip","en-gm\u002Fwork-in-gambia\u002Fsalary\u002Fcheck",{"id":850,"title":2542,"short_title":2543,"intro_text":2544,"url_path":2545,"legacy_locale":2546,"language_code":11,"ietf_bcp47":2547,"language_name_en":1772,"language_name_local":1772,"country_code":2548,"country_name_en":2542,"country_name_local":2542,"search_tokens":2549,"country_iso_numeric_code":2550,"url_paths":2551,"show_search":1746,"slug":851},"Ghana","All about Work and Wages in Ghana","\u003Cp data-block-key=\"9zbxs\">Learn all about Salaries, Labour Laws and Work in Ghana.\u003C\u002Fp>","\u002Fen-gh","en_GH","en-GH","GH","288 en en-gh en_gh english gh ghana","288",{"occupations_url_path":7,"minimum_wages_url_path":2552,"collective_agreements_url_path":2553,"factory_pages_url_path":7,"labour_law_url_path":2554,"living_wage_publications_url_path":2555,"living_tariffs_url_path":7,"survey_url_path":2556,"vip_check_url_path":2557,"salary_check_url_path":2558},"en-gh\u002Fwork-in-ghana\u002Fminimum-wage","en-gh\u002Fwork-in-ghana\u002Fcollective-bargaining-agreement","en-gh\u002Fwork-in-ghana\u002Flabour-law","en-gh\u002Fwork-in-ghana\u002Fliving-wages","en-gh\u002Fwork-in-ghana\u002Fsalary\u002Fsurvey","en-gh\u002Fwork-in-ghana\u002Fsalary\u002Fvip","en-gh\u002Fwork-in-ghana\u002Fsalary\u002Fcheck",{"id":1567,"title":2560,"short_title":7,"intro_text":8,"url_path":2561,"legacy_locale":2562,"language_code":11,"ietf_bcp47":2563,"language_name_en":1772,"language_name_local":1772,"country_code":2564,"country_name_en":2560,"country_name_local":2560,"search_tokens":2565,"country_iso_numeric_code":2566,"url_paths":2567,"show_search":1746,"slug":1568},"Gibraltar","\u002Fen-gi","en_GI","en-GI","GI","292 en en-gi en_gi english gi gibraltar","292",{"occupations_url_path":7,"minimum_wages_url_path":2568,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":7,"living_tariffs_url_path":7,"survey_url_path":7,"vip_check_url_path":7,"salary_check_url_path":7},"en-gi\u002Fwork-in-gibraltar\u002Fminimum-wage",{"id":761,"title":2570,"short_title":7,"intro_text":8,"url_path":2571,"legacy_locale":2572,"language_code":11,"ietf_bcp47":2573,"language_name_en":1772,"language_name_local":1772,"country_code":2574,"country_name_en":2570,"country_name_local":2570,"search_tokens":2575,"country_iso_numeric_code":2576,"url_paths":2577,"show_search":1746,"slug":762},"Grenada","\u002Fen-gd","en_GD","en-GD","GD","308 en en-gd en_gd english gd grenada","308",{"occupations_url_path":7,"minimum_wages_url_path":2578,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":2579,"living_tariffs_url_path":7,"survey_url_path":7,"vip_check_url_path":7,"salary_check_url_path":7},"en-gd\u002Fwork-in-grenada\u002Fminimum-wage","en-gd\u002Fwork-in-grenada\u002Fliving-wages",{"id":1501,"title":2581,"short_title":7,"intro_text":8,"url_path":2582,"legacy_locale":2583,"language_code":1878,"ietf_bcp47":2584,"language_name_en":1880,"language_name_local":1881,"country_code":2585,"country_name_en":2581,"country_name_local":2581,"search_tokens":2586,"country_iso_numeric_code":2587,"url_paths":2588,"show_search":1746,"slug":1502},"Guadeloupe","\u002Ffr-gp","fr_GP","fr-GP","GP","312 fr fr-gp fr_gp français french gp guadeloupe","312",{"occupations_url_path":7,"minimum_wages_url_path":2589,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":2590,"living_tariffs_url_path":7,"survey_url_path":7,"vip_check_url_path":7,"salary_check_url_path":7},"fr-gp\u002Ftravail-en-guadeloupe\u002Fsalaire-minimum","fr-gp\u002Ftravail-en-guadeloupe\u002Fsalaires-minimums-vitaux",{"id":719,"title":2592,"short_title":7,"intro_text":8,"url_path":2593,"legacy_locale":2594,"language_code":1733,"ietf_bcp47":2595,"language_name_en":1735,"language_name_local":1736,"country_code":2596,"country_name_en":2592,"country_name_local":2592,"search_tokens":2597,"country_iso_numeric_code":2598,"url_paths":2599,"show_search":1746,"slug":720},"Guatemala","\u002Fes-gt","es_GT","es-GT","GT","320 es es-gt es_gt español gt guatemala spanish","320",{"occupations_url_path":7,"minimum_wages_url_path":2600,"collective_agreements_url_path":2601,"factory_pages_url_path":7,"labour_law_url_path":2602,"living_wage_publications_url_path":2603,"living_tariffs_url_path":7,"survey_url_path":2604,"vip_check_url_path":2605,"salary_check_url_path":2606},"es-gt\u002Ftrabajo-en-guatemala\u002Fsalario-minimo","es-gt\u002Ftrabajo-en-guatemala\u002Fconvenios-colectivos","es-gt\u002Ftrabajo-en-guatemala\u002Fleyes-laborales","es-gt\u002Ftrabajo-en-guatemala\u002Fsalarios-vitales","es-gt\u002Ftrabajo-en-guatemala\u002Fsalario\u002Fencuesta-salarial","es-gt\u002Ftrabajo-en-guatemala\u002Fsalario\u002Ffamosos","es-gt\u002Ftrabajo-en-guatemala\u002Fsalario\u002Fcompara",{"id":1585,"title":2608,"short_title":7,"intro_text":8,"url_path":2609,"legacy_locale":2610,"language_code":11,"ietf_bcp47":2611,"language_name_en":1772,"language_name_local":1772,"country_code":2612,"country_name_en":2608,"country_name_local":2608,"search_tokens":2613,"country_iso_numeric_code":2614,"url_paths":2615,"show_search":1746,"slug":1586},"Guernsey","\u002Fen-gg","en_GG","en-GG","GG","831 en en-gg en_gg english gg guernsey","831",{"occupations_url_path":7,"minimum_wages_url_path":2616,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":7,"living_tariffs_url_path":7,"survey_url_path":7,"vip_check_url_path":7,"salary_check_url_path":7},"en-gg\u002Fwork-in-guernsey\u002Fminimum-wage",{"id":1222,"title":2618,"short_title":7,"intro_text":8,"url_path":2619,"legacy_locale":2620,"language_code":1733,"ietf_bcp47":2621,"language_name_en":1735,"language_name_local":1736,"country_code":2622,"country_name_en":2623,"country_name_local":2618,"search_tokens":2624,"country_iso_numeric_code":2625,"url_paths":2626,"show_search":1746,"slug":1223},"Guinea Ecuatorial","\u002Fes-gq","es_GQ","es-GQ","GQ","Equatorial Guinea","226 equatorial guinea es es-gq es_gq español gq guinea ecuatorial spanish","226",{"occupations_url_path":7,"minimum_wages_url_path":2627,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":2628,"living_tariffs_url_path":7,"survey_url_path":7,"vip_check_url_path":7,"salary_check_url_path":7},"es-gq\u002Ftrabajo-en-guinea-ecuatorial\u002Fsalario-minimo","es-gq\u002Ftrabajo-en-guinea-ecuatorial\u002Fsalarios-vitales",{"id":1393,"title":2630,"short_title":7,"intro_text":8,"url_path":2631,"legacy_locale":2632,"language_code":1753,"ietf_bcp47":2633,"language_name_en":1755,"language_name_local":1756,"country_code":2634,"country_name_en":2635,"country_name_local":2630,"search_tokens":2636,"country_iso_numeric_code":2637,"url_paths":2638,"show_search":1746,"slug":1394},"Guiné-Bissau","\u002Fpt-gw","pt_GW","pt-GW","GW","Guinea-Bissau","624 guinea-bissau guiné-bissau gw portuguese português pt pt-gw pt_gw","624",{"occupations_url_path":7,"minimum_wages_url_path":2639,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":2640,"living_tariffs_url_path":7,"survey_url_path":2641,"vip_check_url_path":2642,"salary_check_url_path":2643},"pt-gw\u002Ftrabalho-em-guine-bissau\u002Fsalario-minimo","pt-gw\u002Ftrabalho-em-guine-bissau\u002Fsalarios-dignos","pt-gw\u002Ftrabalho-em-guine-bissau\u002Fsalario\u002Fpesquisa-salarial","pt-gw\u002Ftrabalho-em-guine-bissau\u002Fsalario\u002Fsalario-vip","pt-gw\u002Ftrabalho-em-guine-bissau\u002Fsalario\u002Fcompare-o-seu-salario",{"id":1162,"title":2645,"short_title":7,"intro_text":8,"url_path":2646,"legacy_locale":2647,"language_code":1878,"ietf_bcp47":2648,"language_name_en":1880,"language_name_local":1881,"country_code":2649,"country_name_en":2650,"country_name_local":2645,"search_tokens":2651,"country_iso_numeric_code":2652,"url_paths":2653,"show_search":1746,"slug":1163},"Guinée","\u002Ffr-gn","fr_GN","fr-GN","GN","Guinea","324 fr fr-gn fr_gn français french gn guinea guinée","324",{"occupations_url_path":7,"minimum_wages_url_path":2654,"collective_agreements_url_path":2655,"factory_pages_url_path":7,"labour_law_url_path":2656,"living_wage_publications_url_path":2657,"living_tariffs_url_path":7,"survey_url_path":2658,"vip_check_url_path":2659,"salary_check_url_path":2660},"fr-gn\u002Ftravail-en-guinee\u002Fsalaire-minimum","fr-gn\u002Ftravail-en-guinee\u002Fconvention-collective","fr-gn\u002Ftravail-en-guinee\u002Fdroit-du-travail","fr-gn\u002Ftravail-en-guinee\u002Fsalaires-minimums-vitaux","fr-gn\u002Ftravail-en-guinee\u002Fsalaire\u002Fenquete","fr-gn\u002Ftravail-en-guinee\u002Fsalaire\u002Fvip","fr-gn\u002Ftravail-en-guinee\u002Fsalaire\u002Fcontrole",{"id":790,"title":2662,"short_title":7,"intro_text":8,"url_path":2663,"legacy_locale":2664,"language_code":11,"ietf_bcp47":2665,"language_name_en":1772,"language_name_local":1772,"country_code":2666,"country_name_en":2662,"country_name_local":2662,"search_tokens":2667,"country_iso_numeric_code":2668,"url_paths":2669,"show_search":1746,"slug":791},"Guyana","\u002Fen-gy","en_GY","en-GY","GY","328 en en-gy en_gy english guyana gy","328",{"occupations_url_path":7,"minimum_wages_url_path":2670,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":2671,"living_tariffs_url_path":7,"survey_url_path":7,"vip_check_url_path":7,"salary_check_url_path":7},"en-gy\u002Fwork-in-guyana\u002Fminimum-wage","en-gy\u002Fwork-in-guyana\u002Fliving-wages",{"id":862,"title":2673,"short_title":7,"intro_text":8,"url_path":2674,"legacy_locale":2675,"language_code":1878,"ietf_bcp47":2676,"language_name_en":1880,"language_name_local":1881,"country_code":2677,"country_name_en":2678,"country_name_local":2679,"search_tokens":2680,"country_iso_numeric_code":2681,"url_paths":2682,"show_search":1746,"slug":863},"Guyane Française","\u002Ffr-gf","fr_GF","fr-GF","GF","French Guiana","Guyane française","254 fr fr-gf fr_gf français french french guiana gf guyane française","254",{"occupations_url_path":7,"minimum_wages_url_path":2683,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":7,"living_tariffs_url_path":7,"survey_url_path":7,"vip_check_url_path":7,"salary_check_url_path":7},"fr-gf\u002Ftravail-en-guyane-francaise\u002Fsalaire-minimum",{"id":808,"title":2685,"short_title":7,"intro_text":8,"url_path":2686,"legacy_locale":2687,"language_code":1878,"ietf_bcp47":2688,"language_name_en":1880,"language_name_local":1881,"country_code":2689,"country_name_en":2690,"country_name_local":2685,"search_tokens":2691,"country_iso_numeric_code":2692,"url_paths":2693,"show_search":1746,"slug":809},"Haïti","\u002Ffr-ht","fr_HT","fr-HT","HT","Haiti","332 fr fr-ht fr_ht français french haiti haïti ht","332",{"occupations_url_path":7,"minimum_wages_url_path":2694,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":2695,"living_tariffs_url_path":7,"survey_url_path":2696,"vip_check_url_path":2697,"salary_check_url_path":2698},"fr-ht\u002Ftravail-en-haiti\u002Fsalaire-minimum","fr-ht\u002Ftravail-en-haiti\u002Fsalaires-minimums-vitaux","fr-ht\u002Ftravail-en-haiti\u002Fsalaire\u002Fenquete","fr-ht\u002Ftravail-en-haiti\u002Fsalaire\u002Fvip","fr-ht\u002Ftravail-en-haiti\u002Fsalaire\u002Fcontrole",{"id":341,"title":2700,"short_title":7,"intro_text":8,"url_path":2701,"legacy_locale":2702,"language_code":1733,"ietf_bcp47":2703,"language_name_en":1735,"language_name_local":1736,"country_code":2704,"country_name_en":2700,"country_name_local":2700,"search_tokens":2705,"country_iso_numeric_code":2706,"url_paths":2707,"show_search":1746,"slug":342},"Honduras","\u002Fes-hn","es_HN","es-HN","HN","340 es es-hn es_hn español hn honduras spanish","340",{"occupations_url_path":7,"minimum_wages_url_path":2708,"collective_agreements_url_path":2709,"factory_pages_url_path":7,"labour_law_url_path":2710,"living_wage_publications_url_path":2711,"living_tariffs_url_path":7,"survey_url_path":2712,"vip_check_url_path":2713,"salary_check_url_path":2714},"es-hn\u002Ftrabajo-en-honduras\u002Fsalario-minimo","es-hn\u002Ftrabajo-en-honduras\u002Fconvenios-colectivos","es-hn\u002Ftrabajo-en-honduras\u002Fleyes-laborales","es-hn\u002Ftrabajo-en-honduras\u002Fsalarios-vitales","es-hn\u002Ftrabajo-en-honduras\u002Fsalario\u002Fencuesta","es-hn\u002Ftrabajo-en-honduras\u002Fsalario\u002Ffamosos","es-hn\u002Ftrabajo-en-honduras\u002Fsalario\u002Fcompara",{"id":1309,"title":2716,"short_title":7,"intro_text":8,"url_path":2717,"legacy_locale":2718,"language_code":2719,"ietf_bcp47":2720,"language_name_en":2721,"language_name_local":2722,"country_code":2723,"country_name_en":2724,"country_name_local":2716,"search_tokens":2725,"country_iso_numeric_code":2726,"url_paths":2727,"show_search":1746,"slug":1310},"Hrvatska","\u002Fhr-hr","hr_HR","hr","hr-HR","Croatian","Hrvatski","HR","Croatia","191 croatia croatian hr hr-hr hr_hr hrvatska hrvatski","191",{"occupations_url_path":7,"minimum_wages_url_path":2728,"collective_agreements_url_path":2729,"factory_pages_url_path":7,"labour_law_url_path":2730,"living_wage_publications_url_path":2731,"living_tariffs_url_path":7,"survey_url_path":2732,"vip_check_url_path":2733,"salary_check_url_path":2734},"hr-hr\u002Frad-u-hrvatskoj\u002Fminimalna-placa","hr-hr\u002Frad-u-hrvatskoj\u002Fkolektivni-ugovor","hr-hr\u002Frad-u-hrvatskoj\u002Fradno-pravo","hr-hr\u002Frad-u-hrvatskoj\u002Fdostojanstvene-place","hr-hr\u002Frad-u-hrvatskoj\u002Fplaca\u002Fanketa","hr-hr\u002Frad-u-hrvatskoj\u002Fplaca\u002Fvip","hr-hr\u002Frad-u-hrvatskoj\u002Fplaca\u002Fprovjera",{"id":461,"title":2736,"short_title":2737,"intro_text":2738,"url_path":2739,"legacy_locale":2740,"language_code":11,"ietf_bcp47":2741,"language_name_en":1772,"language_name_local":1772,"country_code":2742,"country_name_en":2736,"country_name_local":2736,"search_tokens":2743,"country_iso_numeric_code":2744,"url_paths":2745,"show_search":1746,"slug":462},"India","Work and Wages in India","\u003Cp data-block-key=\"pyv2j\">Learn all about Work and Wages in India.\u003C\u002Fp>","\u002Fen-in","en_IN","en-IN","IN","356 en en-in en_in english in india","356",{"occupations_url_path":7,"minimum_wages_url_path":2746,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":2747,"living_wage_publications_url_path":2748,"living_tariffs_url_path":2749,"survey_url_path":2750,"vip_check_url_path":2751,"salary_check_url_path":2752},"en-in\u002Fwork-in-india\u002Fminimum-wage","en-in\u002Fwork-in-india\u002Flabour-law","en-in\u002Fwork-in-india\u002Fliving-wages","en-in\u002Fwork-in-india\u002Fliving-tariff","en-in\u002Fwork-in-india\u002Fsalary\u002Fsurvey","en-in\u002Fwork-in-india\u002Fsalary\u002Fpaycheck","en-in\u002Fwork-in-india\u002Fsalary\u002Fcheck",{"id":431,"title":2754,"short_title":7,"intro_text":8,"url_path":2755,"legacy_locale":2756,"language_code":2757,"ietf_bcp47":2758,"language_name_en":2759,"language_name_local":2759,"country_code":2760,"country_name_en":2754,"country_name_local":2754,"search_tokens":2761,"country_iso_numeric_code":2762,"url_paths":2763,"show_search":1746,"slug":432},"Indonesia","\u002Fid-id","id_ID","id","id-ID","Bahasa Indonesia","ID","360 bahasa indonesia id id-id id_id indonesia","360",{"occupations_url_path":7,"minimum_wages_url_path":2764,"collective_agreements_url_path":2765,"factory_pages_url_path":7,"labour_law_url_path":2766,"living_wage_publications_url_path":2767,"living_tariffs_url_path":2768,"survey_url_path":2769,"vip_check_url_path":2770,"salary_check_url_path":2771},"id-id\u002Fbekerja-di-indonesia\u002Fupah-minimum","id-id\u002Fbekerja-di-indonesia\u002Fperjanjian-kerja-bersama","id-id\u002Fbekerja-di-indonesia\u002Fhukum-tenaga-kerja","id-id\u002Fbekerja-di-indonesia\u002Fupah-layak","id-id\u002Fbekerja-di-indonesia\u002Fcek-tarif-layak","id-id\u002Fbekerja-di-indonesia\u002Fgaji\u002Fsurvei","id-id\u002Fbekerja-di-indonesia\u002Fgaji\u002Fselebritis","id-id\u002Fbekerja-di-indonesia\u002Fgaji\u002Fcek",{"id":707,"title":2773,"short_title":7,"intro_text":8,"url_path":2774,"legacy_locale":2775,"language_code":11,"ietf_bcp47":2776,"language_name_en":1772,"language_name_local":1772,"country_code":2777,"country_name_en":2773,"country_name_local":2773,"search_tokens":2778,"country_iso_numeric_code":2779,"url_paths":2780,"show_search":1746,"slug":708},"Ireland","\u002Fen-ie","en_IE","en-IE","IE","372 en en-ie en_ie english ie ireland","372",{"occupations_url_path":7,"minimum_wages_url_path":2781,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":2782,"living_wage_publications_url_path":2783,"living_tariffs_url_path":7,"survey_url_path":2784,"vip_check_url_path":2785,"salary_check_url_path":2786},"en-ie\u002Fwork-in-ireland\u002Fminimum-wage","en-ie\u002Fwork-in-ireland\u002Flabour-law","en-ie\u002Fwork-in-ireland\u002Fliving-wages","en-ie\u002Fwork-in-ireland\u002Fsalary\u002Fsurvey","en-ie\u002Fwork-in-ireland\u002Fsalary\u002Fvip","en-ie\u002Fwork-in-ireland\u002Fsalary\u002Fcheck",{"id":1597,"title":2788,"short_title":7,"intro_text":8,"url_path":2789,"legacy_locale":2790,"language_code":11,"ietf_bcp47":2791,"language_name_en":1772,"language_name_local":1772,"country_code":2792,"country_name_en":2788,"country_name_local":2788,"search_tokens":2793,"country_iso_numeric_code":2794,"url_paths":2795,"show_search":1746,"slug":1598},"Isle of Man","\u002Fen-im","en_IM","en-IM","IM","833 en en-im en_im english im isle of man","833",{"occupations_url_path":7,"minimum_wages_url_path":2796,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":2797,"living_tariffs_url_path":7,"survey_url_path":7,"vip_check_url_path":7,"salary_check_url_path":7},"en-im\u002Fwork-in-isle-of-man\u002Fminimum-wage","en-im\u002Fwork-in-isle-of-man\u002Fliving-wages",{"id":1132,"title":2799,"short_title":7,"intro_text":8,"url_path":2800,"legacy_locale":2801,"language_code":2802,"ietf_bcp47":2803,"language_name_en":2804,"language_name_local":2805,"country_code":2806,"country_name_en":2807,"country_name_local":2799,"search_tokens":2808,"country_iso_numeric_code":2809,"url_paths":2810,"show_search":1746,"slug":1133},"Italia","\u002Fit-it","it_IT","it","it-IT","Italian","italiano","IT","Italy","380 it it-it it_it italia italian italiano italy","380",{"occupations_url_path":7,"minimum_wages_url_path":2811,"collective_agreements_url_path":2812,"factory_pages_url_path":7,"labour_law_url_path":2813,"living_wage_publications_url_path":2814,"living_tariffs_url_path":7,"survey_url_path":2815,"vip_check_url_path":2816,"salary_check_url_path":2817},"it-it\u002Flavoro-in-italia\u002Fsalario-minimo","it-it\u002Flavoro-in-italia\u002Fcontratti-collettivi-nazionali","it-it\u002Flavoro-in-italia\u002Fdiritto-del-lavoro","it-it\u002Flavoro-in-italia\u002Fsalari-sussistenza","it-it\u002Flavoro-in-italia\u002Fstipendi\u002Ftest","it-it\u002Flavoro-in-italia\u002Fstipendi\u002Fvip","it-it\u002Flavoro-in-italia\u002Fstipendi\u002Fanalisi",{"id":1258,"title":2819,"short_title":7,"intro_text":8,"url_path":2820,"legacy_locale":2821,"language_code":11,"ietf_bcp47":2822,"language_name_en":1772,"language_name_local":1772,"country_code":2823,"country_name_en":2819,"country_name_local":2819,"search_tokens":2824,"country_iso_numeric_code":2825,"url_paths":2826,"show_search":1746,"slug":1259},"Jamaica","\u002Fen-jm","en_JM","en-JM","JM","388 en en-jm en_jm english jamaica jm","388",{"occupations_url_path":7,"minimum_wages_url_path":2827,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":2828,"living_tariffs_url_path":7,"survey_url_path":2829,"vip_check_url_path":2830,"salary_check_url_path":2831},"en-jm\u002Fwork-in-jamaica\u002Fminimum-wage","en-jm\u002Fwork-in-jamaica\u002Fliving-wages","en-jm\u002Fwork-in-jamaica\u002Fsalary\u002Fsurvey","en-jm\u002Fwork-in-jamaica\u002Fsalary\u002Fvip","en-jm\u002Fwork-in-jamaica\u002Fsalary\u002Fcheck",{"id":1621,"title":2833,"short_title":7,"intro_text":8,"url_path":2834,"legacy_locale":2835,"language_code":11,"ietf_bcp47":2836,"language_name_en":1772,"language_name_local":1772,"country_code":2837,"country_name_en":2833,"country_name_local":2833,"search_tokens":2838,"country_iso_numeric_code":2839,"url_paths":2840,"show_search":1746,"slug":1622},"Jersey","\u002Fen-je","en_JE","en-JE","JE","832 en en-je en_je english je jersey","832",{"occupations_url_path":7,"minimum_wages_url_path":2841,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":2842,"living_tariffs_url_path":7,"survey_url_path":7,"vip_check_url_path":7,"salary_check_url_path":7},"en-je\u002Fwork-in-jersey\u002Fminimum-wage","en-je\u002Fwork-in-jersey\u002Fliving-wages",{"id":1090,"title":2844,"short_title":7,"intro_text":8,"url_path":2845,"legacy_locale":2846,"language_code":2847,"ietf_bcp47":2848,"language_name_en":2849,"language_name_local":2849,"country_code":2850,"country_name_en":2851,"country_name_local":2844,"search_tokens":2852,"country_iso_numeric_code":2853,"url_paths":2854,"show_search":1746,"slug":1091},"Kalaallit Nunaat","\u002Fkl-gl","kl_GL","kl","kl-GL","Kalaallisut","GL","Greenland","304 gl greenland kalaallisut kalaallit nunaat kl kl-gl kl_gl","304",{"occupations_url_path":7,"minimum_wages_url_path":2855,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":7,"living_tariffs_url_path":7,"survey_url_path":7,"vip_check_url_path":7,"salary_check_url_path":7},"kl-gl\u002Fsulisitsineq-kalaallit-nunaanni\u002Faningaasarsiaq-minnerpaaq",{"id":1375,"title":2857,"short_title":2858,"intro_text":2859,"url_path":2860,"legacy_locale":2861,"language_code":11,"ietf_bcp47":2862,"language_name_en":1772,"language_name_local":1772,"country_code":2863,"country_name_en":2857,"country_name_local":2857,"search_tokens":2864,"country_iso_numeric_code":2865,"url_paths":2866,"show_search":1746,"slug":1376},"Kenya","Work and Wages in Kenya","\u003Cp data-block-key=\"6b9si\">All about Work, Wages and Labour Laws in Kenya\u003C\u002Fp>","\u002Fen-ke","en_KE","en-KE","KE","404 en en-ke en_ke english ke kenya","404",{"occupations_url_path":7,"minimum_wages_url_path":2867,"collective_agreements_url_path":2868,"factory_pages_url_path":7,"labour_law_url_path":2869,"living_wage_publications_url_path":2870,"living_tariffs_url_path":2871,"survey_url_path":2872,"vip_check_url_path":2873,"salary_check_url_path":2874},"en-ke\u002Fwork-in-kenya\u002Fminimum-wage","en-ke\u002Fwork-in-kenya\u002Fcollective-bargaining-agreement","en-ke\u002Fwork-in-kenya\u002Flabour-law","en-ke\u002Fwork-in-kenya\u002Fliving-wages","en-ke\u002Fwork-in-kenya\u002Fliving-tariff-tool","en-ke\u002Fwork-in-kenya\u002Fsalary\u002Fsalary-survey","en-ke\u002Fwork-in-kenya\u002Fsalary\u002Fcelebrity-salary","en-ke\u002Fwork-in-kenya\u002Fsalary\u002Fsalary-check",{"id":467,"title":2876,"short_title":7,"intro_text":8,"url_path":2877,"legacy_locale":2878,"language_code":11,"ietf_bcp47":2879,"language_name_en":1772,"language_name_local":1772,"country_code":2880,"country_name_en":2876,"country_name_local":2876,"search_tokens":2881,"country_iso_numeric_code":2882,"url_paths":2883,"show_search":1746,"slug":468},"Kiribati","\u002Fen-ki","en_KI","en-KI","KI","296 en en-ki en_ki english ki kiribati","296",{"occupations_url_path":7,"minimum_wages_url_path":2884,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":7,"living_tariffs_url_path":7,"survey_url_path":7,"vip_check_url_path":7,"salary_check_url_path":7},"en-ki\u002Fwork-in-kiribati\u002Fminimum-wage",{"id":1507,"title":2886,"short_title":7,"intro_text":8,"url_path":2887,"legacy_locale":2888,"language_code":2889,"ietf_bcp47":2890,"language_name_en":2891,"language_name_local":2892,"country_code":2893,"country_name_en":8,"country_name_local":2894,"search_tokens":2895,"country_iso_numeric_code":7,"url_paths":2896,"show_search":1746,"slug":1508},"Kosova","\u002Fsq-xk","sq_XK","sq","sq-XK","Albanian","shqip","XK","Kosovë","albanian kosovë shqip sq sq-xk sq_xk xk",{"occupations_url_path":7,"minimum_wages_url_path":2897,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":2898,"living_tariffs_url_path":7,"survey_url_path":7,"vip_check_url_path":7,"salary_check_url_path":7},"sq-xk\u002Fpune-ne-kosove\u002Fpagat-minimale","sq-xk\u002Fpune-ne-kosove\u002Fpagat-e-jeteses",{"id":629,"title":2900,"short_title":7,"intro_text":8,"url_path":2901,"legacy_locale":2902,"language_code":1878,"ietf_bcp47":2903,"language_name_en":1880,"language_name_local":1881,"country_code":2904,"country_name_en":2905,"country_name_local":2900,"search_tokens":2906,"country_iso_numeric_code":2907,"url_paths":2908,"show_search":1746,"slug":630},"La Réunion","\u002Ffr-re","fr_RE","fr-RE","RE","Réunion","638 fr fr-re fr_re français french la réunion re réunion","638",{"occupations_url_path":7,"minimum_wages_url_path":2909,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":7,"living_tariffs_url_path":7,"survey_url_path":2910,"vip_check_url_path":2911,"salary_check_url_path":2912},"fr-re\u002Ftravail-a-la-reunion\u002Fsalaire-minimum","fr-re\u002Ftravail-a-la-reunion\u002Fsalaire\u002Fenquete","fr-re\u002Ftravail-a-la-reunion\u002Fsalaire\u002Fvip","fr-re\u002Ftravail-a-la-reunion\u002Fsalaire\u002Fcontrole",{"id":755,"title":2914,"short_title":7,"intro_text":8,"url_path":2915,"legacy_locale":2916,"language_code":2917,"ietf_bcp47":2918,"language_name_en":2919,"language_name_local":2920,"country_code":2921,"country_name_en":2922,"country_name_local":2914,"search_tokens":2923,"country_iso_numeric_code":2924,"url_paths":2925,"show_search":1746,"slug":756},"Latvija","\u002Flv-lv","lv_LV","lv","lv-LV","Latvian","latviešu","LV","Latvia","428 latvia latvian latviešu latvija lv lv-lv lv_lv","428",{"occupations_url_path":2926,"minimum_wages_url_path":2927,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":2928,"living_wage_publications_url_path":2929,"living_tariffs_url_path":7,"survey_url_path":2930,"vip_check_url_path":2931,"salary_check_url_path":2932},"lv-lv\u002Fdarbs-latvija\u002Fprofesijas-un-atalgojums","lv-lv\u002Fdarbs-latvija\u002Fminimls-algas","lv-lv\u002Fdarbs-latvija\u002Fdarba-likumi","lv-lv\u002Fdarbs-latvija\u002Fiztikas-alga","lv-lv\u002Fdarbs-latvija\u002Falga\u002Faptauja","lv-lv\u002Fdarbs-latvija\u002Falga\u002Fvip","lv-lv\u002Fdarbs-latvija\u002Falga\u002Fparbaude",{"id":1144,"title":2934,"short_title":7,"intro_text":8,"url_path":2935,"legacy_locale":2936,"language_code":11,"ietf_bcp47":2937,"language_name_en":1772,"language_name_local":1772,"country_code":2938,"country_name_en":2934,"country_name_local":2934,"search_tokens":2939,"country_iso_numeric_code":2940,"url_paths":2941,"show_search":1746,"slug":1145},"Lesotho","\u002Fen-ls","en_LS","en-LS","LS","426 en en-ls en_ls english lesotho ls","426",{"occupations_url_path":7,"minimum_wages_url_path":2942,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":2943,"living_wage_publications_url_path":2944,"living_tariffs_url_path":7,"survey_url_path":2945,"vip_check_url_path":2946,"salary_check_url_path":2947},"en-ls\u002Fwork-in-lesotho\u002Fminimum-wage","en-ls\u002Fwork-in-lesotho\u002Flabour-law","en-ls\u002Fwork-in-lesotho\u002Fliving-wages","en-ls\u002Fwork-in-lesotho\u002Fsalary\u002Fsurvey","en-ls\u002Fwork-in-lesotho\u002Fsalary\u002Fvip","en-ls\u002Fwork-in-lesotho\u002Fsalary\u002Fcheck",{"id":802,"title":2949,"short_title":7,"intro_text":8,"url_path":2950,"legacy_locale":2951,"language_code":11,"ietf_bcp47":2952,"language_name_en":1772,"language_name_local":1772,"country_code":2953,"country_name_en":2949,"country_name_local":2949,"search_tokens":2954,"country_iso_numeric_code":2955,"url_paths":2956,"show_search":1746,"slug":803},"Liberia","\u002Fen-lr","en_LR","en-LR","LR","430 en en-lr en_lr english liberia lr","430",{"occupations_url_path":7,"minimum_wages_url_path":2957,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":2958,"living_wage_publications_url_path":2959,"living_tariffs_url_path":7,"survey_url_path":2960,"vip_check_url_path":2961,"salary_check_url_path":2962},"en-lr\u002Fwork-in-liberia\u002Fminimum-wage","en-lr\u002Fwork-in-liberia\u002Flabour-law","en-lr\u002Fwork-in-liberia\u002Fliving-wages","en-lr\u002Fwork-in-liberia\u002Fsalary\u002Fsurvey","en-lr\u002Fwork-in-liberia\u002Fsalary\u002Fvip","en-lr\u002Fwork-in-liberia\u002Fsalary\u002Fcheck",{"id":1168,"title":2964,"short_title":7,"intro_text":8,"url_path":2965,"legacy_locale":2966,"language_code":2346,"ietf_bcp47":2967,"language_name_en":2348,"language_name_local":2349,"country_code":2968,"country_name_en":2964,"country_name_local":2964,"search_tokens":2969,"country_iso_numeric_code":2970,"url_paths":2971,"show_search":1746,"slug":1169},"Liechtenstein","\u002Fde-li","de_LI","de-LI","LI","438 de de-li de_li deutsch german li liechtenstein","438",{"occupations_url_path":7,"minimum_wages_url_path":2972,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":2973,"living_tariffs_url_path":7,"survey_url_path":7,"vip_check_url_path":7,"salary_check_url_path":7},"de-li\u002Farbeiten-in-liechtenstein\u002Fmindestlohne","de-li\u002Farbeiten-in-liechtenstein\u002Fexistenzsichernde-lohne",{"id":557,"title":2975,"short_title":7,"intro_text":8,"url_path":2976,"legacy_locale":2977,"language_code":2978,"ietf_bcp47":2979,"language_name_en":2980,"language_name_local":2981,"country_code":2982,"country_name_en":2983,"country_name_local":2975,"search_tokens":2984,"country_iso_numeric_code":2985,"url_paths":2986,"show_search":1746,"slug":558},"Lietuva","\u002Flt-lt","lt_LT","lt","lt-LT","Lithuanian","Lietuviškai","LT","Lithuania","440 lietuva lietuviškai lithuania lithuanian lt lt-lt lt_lt","440",{"occupations_url_path":2987,"minimum_wages_url_path":2988,"collective_agreements_url_path":2989,"factory_pages_url_path":7,"labour_law_url_path":2990,"living_wage_publications_url_path":2991,"living_tariffs_url_path":7,"survey_url_path":2992,"vip_check_url_path":2993,"salary_check_url_path":2994},"lt-lt\u002Fdarbas-lietuvoje\u002Fdarbai-ir-darbo-uzmokesciai","lt-lt\u002Fdarbas-lietuvoje\u002Fminimalus-darbo-uzmokesciai","lt-lt\u002Fdarbas-lietuvoje\u002Fkolektyvin-sutartis","lt-lt\u002Fdarbas-lietuvoje\u002Fdarbo-teise","lt-lt\u002Fdarbas-lietuvoje\u002Fgyvenimo-uztikrinantis-atlyginimas","lt-lt\u002Fdarbas-lietuvoje\u002Fatlyginimas\u002Ftyrimas","lt-lt\u002Fdarbas-lietuvoje\u002Fatlyginimas\u002Fvip","lt-lt\u002Fdarbas-lietuvoje\u002Fatlyginimas\u002Fpatikrinimas",{"id":311,"title":2996,"short_title":7,"intro_text":8,"url_path":2997,"legacy_locale":2998,"language_code":1878,"ietf_bcp47":2999,"language_name_en":1880,"language_name_local":1881,"country_code":3000,"country_name_en":2996,"country_name_local":2996,"search_tokens":3001,"country_iso_numeric_code":3002,"url_paths":3003,"show_search":1746,"slug":312},"Luxembourg","\u002Ffr-lu","fr_LU","fr-LU","LU","442 fr fr-lu fr_lu français french lu luxembourg","442",{"occupations_url_path":7,"minimum_wages_url_path":3004,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":3005,"living_wage_publications_url_path":3006,"living_tariffs_url_path":7,"survey_url_path":3007,"vip_check_url_path":7,"salary_check_url_path":3008},"fr-lu\u002Ftravail-au-luxembourg\u002Fsalaire-minimum","fr-lu\u002Ftravail-au-luxembourg\u002Fdroit-du-travail","fr-lu\u002Ftravail-au-luxembourg\u002Fsalaires-minimums-vitaux","fr-lu\u002Ftravail-au-luxembourg\u002Fsalaire\u002Fenquete","fr-lu\u002Ftravail-au-luxembourg\u002Fsalaire\u002Fcontrole",{"id":1297,"title":3010,"short_title":7,"intro_text":8,"url_path":3011,"legacy_locale":3012,"language_code":2346,"ietf_bcp47":3013,"language_name_en":2348,"language_name_local":2349,"country_code":3000,"country_name_en":2996,"country_name_local":3010,"search_tokens":3014,"country_iso_numeric_code":3002,"url_paths":3015,"show_search":1746,"slug":1298},"Luxemburg","\u002Fde-lu","de_LU","de-LU","442 de de-lu de_lu deutsch german lu luxembourg luxemburg",{"occupations_url_path":7,"minimum_wages_url_path":3016,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":3017,"living_wage_publications_url_path":3018,"living_tariffs_url_path":7,"survey_url_path":3019,"vip_check_url_path":3020,"salary_check_url_path":3021},"de-lu\u002Farbeiten-in-luxemburg\u002Fmindestlohnsatze","de-lu\u002Farbeiten-in-luxemburg\u002Farbeitsrecht","de-lu\u002Farbeiten-in-luxemburg\u002Fexistenzsichernde-lohne","de-lu\u002Farbeiten-in-luxemburg\u002Fgehalt\u002Fumfrage","de-lu\u002Farbeiten-in-luxemburg\u002Fgehalt\u002Fvip","de-lu\u002Farbeiten-in-luxemburg\u002Fgehalt\u002Fcheck",{"id":599,"title":3023,"short_title":7,"intro_text":8,"url_path":3024,"legacy_locale":3025,"language_code":1878,"ietf_bcp47":3026,"language_name_en":1880,"language_name_local":1881,"country_code":3027,"country_name_en":3023,"country_name_local":3023,"search_tokens":3028,"country_iso_numeric_code":3029,"url_paths":3030,"show_search":1746,"slug":600},"Madagascar","\u002Ffr-mg","fr_MG","fr-MG","MG","450 fr fr-mg fr_mg français french madagascar mg","450",{"occupations_url_path":7,"minimum_wages_url_path":3031,"collective_agreements_url_path":3032,"factory_pages_url_path":7,"labour_law_url_path":3033,"living_wage_publications_url_path":3034,"living_tariffs_url_path":7,"survey_url_path":3035,"vip_check_url_path":3036,"salary_check_url_path":3037},"fr-mg\u002Ftravail-a-madagascar\u002Fsalaire-minimum","fr-mg\u002Ftravail-a-madagascar\u002Fconvention-collective","fr-mg\u002Ftravail-a-madagascar\u002Fdroit-du-travail","fr-mg\u002Ftravail-a-madagascar\u002Fsalaires-minimums-vitaux","fr-mg\u002Ftravail-a-madagascar\u002Fsalaire\u002Fenquete","fr-mg\u002Ftravail-a-madagascar\u002Fsalaire\u002Fvip","fr-mg\u002Ftravail-a-madagascar\u002Fsalaire\u002Fcontrole",{"id":305,"title":3039,"short_title":7,"intro_text":8,"url_path":3040,"legacy_locale":3041,"language_code":3042,"ietf_bcp47":3043,"language_name_en":3044,"language_name_local":3045,"country_code":3046,"country_name_en":3047,"country_name_local":3039,"search_tokens":3048,"country_iso_numeric_code":3049,"url_paths":3050,"show_search":1746,"slug":306},"Magyarország","\u002Fhu-hu","hu_HU","hu","hu-HU","Hungarian","Magyar","HU","Hungary","348 hu hu-hu hu_hu hungarian hungary magyar magyarország","348",{"occupations_url_path":7,"minimum_wages_url_path":3051,"collective_agreements_url_path":3052,"factory_pages_url_path":7,"labour_law_url_path":3053,"living_wage_publications_url_path":3054,"living_tariffs_url_path":7,"survey_url_path":3055,"vip_check_url_path":3056,"salary_check_url_path":3057},"hu-hu\u002Fmunka-magyarorszagon\u002Fminimalberek","hu-hu\u002Fmunka-magyarorszagon\u002Fkollektiv-szerzodes","hu-hu\u002Fmunka-magyarorszagon\u002Fmunkajog","hu-hu\u002Fmunka-magyarorszagon\u002Fletminimum","hu-hu\u002Fmunka-magyarorszagon\u002Ffizetes\u002Fberfelmeres","hu-hu\u002Fmunka-magyarorszagon\u002Ffizetes\u002Fvip","hu-hu\u002Fmunka-magyarorszagon\u002Ffizetes\u002Fberellenorzo",{"id":1441,"title":3059,"short_title":7,"intro_text":8,"url_path":3060,"legacy_locale":3061,"language_code":11,"ietf_bcp47":3062,"language_name_en":1772,"language_name_local":1772,"country_code":3063,"country_name_en":3059,"country_name_local":3059,"search_tokens":3064,"country_iso_numeric_code":3065,"url_paths":3066,"show_search":1746,"slug":1442},"Malawi","\u002Fen-mw","en_MW","en-MW","MW","454 en en-mw en_mw english malawi mw","454",{"occupations_url_path":7,"minimum_wages_url_path":3067,"collective_agreements_url_path":3068,"factory_pages_url_path":7,"labour_law_url_path":3069,"living_wage_publications_url_path":3070,"living_tariffs_url_path":7,"survey_url_path":3071,"vip_check_url_path":3072,"salary_check_url_path":3073},"en-mw\u002Fwork-in-malawi\u002Fminimum-wage","en-mw\u002Fwork-in-malawi\u002Fcollective-bargaining-agreement","en-mw\u002Fwork-in-malawi\u002Flabour-law","en-mw\u002Fwork-in-malawi\u002Fliving-wages","en-mw\u002Fwork-in-malawi\u002Fsalary\u002Fsurvey","en-mw\u002Fwork-in-malawi\u002Fsalary\u002Fvip","en-mw\u002Fwork-in-malawi\u002Fsalary\u002Fcheck",{"id":563,"title":3075,"short_title":7,"intro_text":8,"url_path":3076,"legacy_locale":3077,"language_code":2013,"ietf_bcp47":3078,"language_name_en":2015,"language_name_local":2016,"country_code":3079,"country_name_en":3075,"country_name_local":3075,"search_tokens":3080,"country_iso_numeric_code":3081,"url_paths":3082,"show_search":1746,"slug":564},"Malaysia","\u002Fms-my","ms_MY","ms-MY","MY","458 bahasa melayu malay malaysia ms ms-my ms_my my","458",{"occupations_url_path":7,"minimum_wages_url_path":3083,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":3084,"living_wage_publications_url_path":3085,"living_tariffs_url_path":7,"survey_url_path":3086,"vip_check_url_path":3087,"salary_check_url_path":3088},"ms-my\u002Fbekerja-di-malaysia\u002Fgaji-minimum","ms-my\u002Fbekerja-di-malaysia\u002Fundang-undang-buruh","ms-my\u002Fbekerja-di-malaysia\u002Fgaji-bermaruah","ms-my\u002Fbekerja-di-malaysia\u002Fgaji\u002Fkaji-selidik","ms-my\u002Fbekerja-di-malaysia\u002Fgaji\u002Fvip","ms-my\u002Fbekerja-di-malaysia\u002Fgaji\u002Fsemak",{"id":497,"title":3090,"short_title":7,"intro_text":8,"url_path":3091,"legacy_locale":3092,"language_code":11,"ietf_bcp47":3093,"language_name_en":1772,"language_name_local":1772,"country_code":3094,"country_name_en":3090,"country_name_local":3090,"search_tokens":3095,"country_iso_numeric_code":3096,"url_paths":3097,"show_search":1746,"slug":498},"Maldives","\u002Fen-mv","en_MV","en-MV","MV","462 en en-mv en_mv english maldives mv","462",{"occupations_url_path":7,"minimum_wages_url_path":3098,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":7,"living_tariffs_url_path":7,"survey_url_path":7,"vip_check_url_path":7,"salary_check_url_path":7},"en-mv\u002Fwork-in-maldives\u002Fminimum-wage",{"id":898,"title":3100,"short_title":7,"intro_text":8,"url_path":3101,"legacy_locale":3102,"language_code":1878,"ietf_bcp47":3103,"language_name_en":1880,"language_name_local":1881,"country_code":3104,"country_name_en":3100,"country_name_local":3100,"search_tokens":3105,"country_iso_numeric_code":3106,"url_paths":3107,"show_search":1746,"slug":899},"Mali","\u002Ffr-ml","fr_ML","fr-ML","ML","466 fr fr-ml fr_ml français french mali ml","466",{"occupations_url_path":7,"minimum_wages_url_path":3108,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":3109,"living_wage_publications_url_path":3110,"living_tariffs_url_path":7,"survey_url_path":3111,"vip_check_url_path":3112,"salary_check_url_path":3113},"fr-ml\u002Ftravail-au-mali\u002Fsalaire-minimum","fr-ml\u002Ftravail-au-mali\u002Fdroit-du-travail","fr-ml\u002Ftravail-au-mali\u002Fsalaires-minimums-vitaux","fr-ml\u002Ftravail-au-mali\u002Fsalaire\u002Fenquete","fr-ml\u002Ftravail-au-mali\u002Fsalaire\u002Fvip","fr-ml\u002Ftravail-au-mali\u002Fsalaire\u002Fcontrole",{"id":1627,"title":3115,"short_title":7,"intro_text":8,"url_path":3116,"legacy_locale":3117,"language_code":11,"ietf_bcp47":3118,"language_name_en":1772,"language_name_local":1772,"country_code":3119,"country_name_en":3115,"country_name_local":3115,"search_tokens":3120,"country_iso_numeric_code":3121,"url_paths":3122,"show_search":1746,"slug":1628},"Malta","\u002Fen-mt","en_MT","en-MT","MT","470 en en-mt en_mt english malta mt","470",{"occupations_url_path":7,"minimum_wages_url_path":3123,"collective_agreements_url_path":3124,"factory_pages_url_path":7,"labour_law_url_path":3125,"living_wage_publications_url_path":3126,"living_tariffs_url_path":7,"survey_url_path":3127,"vip_check_url_path":3128,"salary_check_url_path":3129},"en-mt\u002Fwork-in-malta\u002Fminimum-wage","en-mt\u002Fwork-in-malta\u002Fcollective-bargaining-agreement","en-mt\u002Fwork-in-malta\u002Flabour-law","en-mt\u002Fwork-in-malta\u002Fliving-wages","en-mt\u002Fwork-in-malta\u002Fsalary\u002Fsurvey","en-mt\u002Fwork-in-malta\u002Fsalary\u002Fvip","en-mt\u002Fwork-in-malta\u002Fsalary\u002Fcheck",{"id":1633,"title":3131,"short_title":7,"intro_text":8,"url_path":3132,"legacy_locale":3133,"language_code":2889,"ietf_bcp47":3134,"language_name_en":2891,"language_name_local":2892,"country_code":3135,"country_name_en":3136,"country_name_local":3131,"search_tokens":3137,"country_iso_numeric_code":3138,"url_paths":3139,"show_search":1746,"slug":1634},"Maqedonia e Veriut","\u002Fsq-mk","sq_MK","sq-MK","MK","North Macedonia","807 albanian maqedonia e veriut mk north macedonia shqip sq sq-mk sq_mk","807",{"occupations_url_path":7,"minimum_wages_url_path":3140,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":3141,"living_tariffs_url_path":7,"survey_url_path":3142,"vip_check_url_path":3143,"salary_check_url_path":3144},"sq-mk\u002Fpune-ne-maqedoni-te-veriut\u002Fpagat-minimale","sq-mk\u002Fpune-ne-maqedoni-te-veriut\u002Fpagat-e-jeteses","sq-mk\u002Fpune-ne-maqedoni-te-veriut\u002Fpaga\u002Fpyetesor","sq-mk\u002Fpune-ne-maqedoni-te-veriut\u002Fpaga\u002Fvip","sq-mk\u002Fpune-ne-maqedoni-te-veriut\u002Fpaga\u002Fkontrolli-i",{"id":419,"title":3146,"short_title":7,"intro_text":8,"url_path":3147,"legacy_locale":3148,"language_code":11,"ietf_bcp47":3149,"language_name_en":1772,"language_name_local":1772,"country_code":3150,"country_name_en":3146,"country_name_local":3146,"search_tokens":3151,"country_iso_numeric_code":3152,"url_paths":3153,"show_search":1746,"slug":420},"Marshall Islands","\u002Fen-mh","en_MH","en-MH","MH","584 en en-mh en_mh english marshall islands mh","584",{"occupations_url_path":7,"minimum_wages_url_path":3154,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":7,"living_tariffs_url_path":7,"survey_url_path":7,"vip_check_url_path":7,"salary_check_url_path":7},"en-mh\u002Fwork-in-marshall-islands\u002Fminimum-wage",{"id":1519,"title":3156,"short_title":7,"intro_text":8,"url_path":3157,"legacy_locale":3158,"language_code":1878,"ietf_bcp47":3159,"language_name_en":1880,"language_name_local":1881,"country_code":3160,"country_name_en":3156,"country_name_local":3156,"search_tokens":3161,"country_iso_numeric_code":3162,"url_paths":3163,"show_search":1746,"slug":1520},"Martinique","\u002Ffr-mq","fr_MQ","fr-MQ","MQ","474 fr fr-mq fr_mq français french martinique mq","474",{"occupations_url_path":7,"minimum_wages_url_path":3164,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":3165,"living_tariffs_url_path":7,"survey_url_path":7,"vip_check_url_path":7,"salary_check_url_path":7},"fr-mq\u002Ftravail-en-martinique\u002Fsalaire-minimum","fr-mq\u002Ftravail-en-martinique\u002Fsalaires-minimums-vitaux",{"id":1285,"title":3167,"short_title":7,"intro_text":8,"url_path":3168,"legacy_locale":3169,"language_code":11,"ietf_bcp47":3170,"language_name_en":1772,"language_name_local":1772,"country_code":3171,"country_name_en":3167,"country_name_local":3167,"search_tokens":3172,"country_iso_numeric_code":3173,"url_paths":3174,"show_search":1746,"slug":1286},"Mauritius","\u002Fen-mu","en_MU","en-MU","MU","480 en en-mu en_mu english mauritius mu","480",{"occupations_url_path":7,"minimum_wages_url_path":3175,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":3176,"living_tariffs_url_path":7,"survey_url_path":3177,"vip_check_url_path":3178,"salary_check_url_path":3179},"en-mu\u002Fwork-in-mauritius\u002Fminimum-wage","en-mu\u002Fwork-in-mauritius\u002Fliving-wages","en-mu\u002Fwork-in-mauritius\u002Fsalary\u002Fsurvey","en-mu\u002Fwork-in-mauritius\u002Fsalary\u002Fvip","en-mu\u002Fwork-in-mauritius\u002Fsalary\u002Fcheck",{"id":1723,"title":3181,"short_title":7,"intro_text":8,"url_path":3182,"legacy_locale":3183,"language_code":1878,"ietf_bcp47":3184,"language_name_en":1880,"language_name_local":1881,"country_code":3185,"country_name_en":3181,"country_name_local":3181,"search_tokens":3186,"country_iso_numeric_code":3187,"url_paths":3188,"show_search":1746,"slug":1724},"Mayotte","\u002Ffr-yt","fr_YT","fr-YT","YT","175 fr fr-yt fr_yt français french mayotte yt","175",{"occupations_url_path":7,"minimum_wages_url_path":3189,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":7,"living_tariffs_url_path":7,"survey_url_path":7,"vip_check_url_path":7,"salary_check_url_path":7},"fr-yt\u002Ftravail-a-mayotte\u002Fsalaire-minimum",{"id":515,"title":3191,"short_title":7,"intro_text":8,"url_path":3192,"legacy_locale":3193,"language_code":11,"ietf_bcp47":3194,"language_name_en":1772,"language_name_local":1772,"country_code":3195,"country_name_en":3196,"country_name_local":3191,"search_tokens":3197,"country_iso_numeric_code":3198,"url_paths":3199,"show_search":1746,"slug":516},"Micronesia","\u002Fen-fm","en_FM","en-FM","FM","Micronesia, Federated States of","583 en en-fm en_fm english fm micronesia micronesia, federated states of","583",{"occupations_url_path":7,"minimum_wages_url_path":3200,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":7,"living_tariffs_url_path":7,"survey_url_path":7,"vip_check_url_path":7,"salary_check_url_path":7},"en-fm\u002Fwork-in-micronesia\u002Fminimum-wage",{"id":1675,"title":3202,"short_title":7,"intro_text":8,"url_path":3203,"legacy_locale":3204,"language_code":3205,"ietf_bcp47":3206,"language_name_en":3207,"language_name_local":3208,"country_code":3209,"country_name_en":3202,"country_name_local":3210,"search_tokens":3211,"country_iso_numeric_code":3212,"url_paths":3213,"show_search":1746,"slug":1676},"Moldova","\u002Fro-md","ro_MD","ro","ro-MD","Romanian","Română","MD","Republica Moldova","498 md moldova republica moldova ro ro-md ro_md romanian română","498",{"occupations_url_path":3214,"minimum_wages_url_path":3215,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":3216,"living_wage_publications_url_path":3217,"living_tariffs_url_path":7,"survey_url_path":3218,"vip_check_url_path":3219,"salary_check_url_path":3220},"ro-md\u002Fmunca-in-moldova\u002Flocuri-de-munca-si-salarii","ro-md\u002Fmunca-in-moldova\u002Fsalariul-minim","ro-md\u002Fmunca-in-moldova\u002Flegislatia-muncii","ro-md\u002Fmunca-in-moldova\u002Fsalarii-decente","ro-md\u002Fmunca-in-moldova\u002Fsalariu\u002Fchestionar","ro-md\u002Fmunca-in-moldova\u002Fsalariu\u002Fvip","ro-md\u002Fmunca-in-moldova\u002Fsalariu\u002Fverificare",{"id":569,"title":3222,"short_title":7,"intro_text":8,"url_path":3223,"legacy_locale":3224,"language_code":1878,"ietf_bcp47":3225,"language_name_en":1880,"language_name_local":1881,"country_code":3226,"country_name_en":3222,"country_name_local":3222,"search_tokens":3227,"country_iso_numeric_code":3228,"url_paths":3229,"show_search":1746,"slug":570},"Monaco","\u002Ffr-mc","fr_MC","fr-MC","MC","492 fr fr-mc fr_mc français french mc monaco","492",{"occupations_url_path":7,"minimum_wages_url_path":3230,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":3231,"living_tariffs_url_path":7,"survey_url_path":7,"vip_check_url_path":7,"salary_check_url_path":7},"fr-mc\u002Ftravail-a-monaco\u002Fsalaire-minimum","fr-mc\u002Ftravail-a-monaco\u002Fsalaires-minimums-vitaux",{"id":1543,"title":3233,"short_title":1749,"intro_text":3234,"url_path":3235,"legacy_locale":3236,"language_code":1753,"ietf_bcp47":3237,"language_name_en":1755,"language_name_local":1756,"country_code":3238,"country_name_en":3239,"country_name_local":3233,"search_tokens":3240,"country_iso_numeric_code":3241,"url_paths":3242,"show_search":1746,"slug":1544},"Moçambique","\u003Cp data-block-key=\"w3ko4\">Bem-vindo ao principal portal de informação sobre salários e trabalho em Moçambique. Compare salários, conheça os seus direitos laborais, consulte o salário mínimo nacional e aceda a dados salariais atualizados de milhares de profissões. Toda a informação essencial para tomar decisões informadas sobre a sua carreira e conhecer o mercado de trabalho moçambicano.\u003C\u002Fp>","\u002Fpt-mz","pt_MZ","pt-MZ","MZ","Mozambique","508 mozambique moçambique mz portuguese português pt pt-mz pt_mz","508",{"occupations_url_path":7,"minimum_wages_url_path":3243,"collective_agreements_url_path":3244,"factory_pages_url_path":7,"labour_law_url_path":3245,"living_wage_publications_url_path":3246,"living_tariffs_url_path":7,"survey_url_path":3247,"vip_check_url_path":3248,"salary_check_url_path":3249},"pt-mz\u002Ftrabalho-em-mocambique\u002Fsalario-minimo","pt-mz\u002Ftrabalho-em-mocambique\u002Facordo-coletivo-de-trabalho","pt-mz\u002Ftrabalho-em-mocambique\u002Flei-do-trabalho","pt-mz\u002Ftrabalho-em-mocambique\u002Fsalarios-dignos","pt-mz\u002Ftrabalho-em-mocambique\u002Fsalario\u002Fpesquisa-salarial","pt-mz\u002Ftrabalho-em-mocambique\u002Fsalario\u002Fsalario-vip","pt-mz\u002Ftrabalho-em-mocambique\u002Fsalario\u002Fcompare-o-seu-salario",{"id":1060,"title":3251,"short_title":7,"intro_text":8,"url_path":3252,"legacy_locale":3253,"language_code":1733,"ietf_bcp47":3254,"language_name_en":1735,"language_name_local":1736,"country_code":3255,"country_name_en":3256,"country_name_local":3251,"search_tokens":3257,"country_iso_numeric_code":3258,"url_paths":3259,"show_search":1746,"slug":1061},"México","\u002Fes-mx","es_MX","es-MX","MX","Mexico","484 es es-mx es_mx español mexico mx méxico spanish","484",{"occupations_url_path":7,"minimum_wages_url_path":3260,"collective_agreements_url_path":3261,"factory_pages_url_path":7,"labour_law_url_path":3262,"living_wage_publications_url_path":3263,"living_tariffs_url_path":7,"survey_url_path":3264,"vip_check_url_path":3265,"salary_check_url_path":3266},"es-mx\u002Ftrabajo-en-mexico\u002Fsalario-minimo","es-mx\u002Ftrabajo-en-mexico\u002Fconvenios-colectivos","es-mx\u002Ftrabajo-en-mexico\u002Fleyes-laborales","es-mx\u002Ftrabajo-en-mexico\u002Fsalarios-vitales","es-mx\u002Ftrabajo-en-mexico\u002Fsalario\u002Fencuesta-de-salarios","es-mx\u002Ftrabajo-en-mexico\u002Fsalario\u002Ffamosos","es-mx\u002Ftrabajo-en-mexico\u002Fsalario\u002Fcompara-tu-salario",{"id":1345,"title":3268,"short_title":7,"intro_text":8,"url_path":3269,"legacy_locale":3270,"language_code":11,"ietf_bcp47":3271,"language_name_en":1772,"language_name_local":1772,"country_code":3272,"country_name_en":3268,"country_name_local":3268,"search_tokens":3273,"country_iso_numeric_code":3274,"url_paths":3275,"show_search":1746,"slug":1346},"Namibia","\u002Fen-na","en_NA","en-NA","NA","516 en en-na en_na english na namibia","516",{"occupations_url_path":7,"minimum_wages_url_path":3276,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":3277,"living_wage_publications_url_path":3278,"living_tariffs_url_path":7,"survey_url_path":3279,"vip_check_url_path":3280,"salary_check_url_path":3281},"en-na\u002Fwork-in-namibia\u002Fminimum-wage","en-na\u002Fwork-in-namibia\u002Flabour-law","en-na\u002Fwork-in-namibia\u002Fliving-wages","en-na\u002Fwork-in-namibia\u002Fsalary\u002Fsurvey","en-na\u002Fwork-in-namibia\u002Fsalary\u002Fvip","en-na\u002Fwork-in-namibia\u002Fsalary\u002Fcheck",{"id":437,"title":3283,"short_title":7,"intro_text":8,"url_path":3284,"legacy_locale":3285,"language_code":11,"ietf_bcp47":3286,"language_name_en":1772,"language_name_local":1772,"country_code":3287,"country_name_en":3283,"country_name_local":3283,"search_tokens":3288,"country_iso_numeric_code":3289,"url_paths":3290,"show_search":1746,"slug":438},"Nauru","\u002Fen-nr","en_NR","en-NR","NR","520 en en-nr en_nr english nauru nr","520",{"occupations_url_path":7,"minimum_wages_url_path":3291,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":7,"living_tariffs_url_path":7,"survey_url_path":7,"vip_check_url_path":7,"salary_check_url_path":7},"en-nr\u002Fwork-in-nauru\u002Fminimum-wage",{"id":1270,"title":3293,"short_title":3294,"intro_text":8,"url_path":3295,"legacy_locale":3296,"language_code":1802,"ietf_bcp47":3297,"language_name_en":1804,"language_name_local":1805,"country_code":3298,"country_name_en":3299,"country_name_local":3293,"search_tokens":3300,"country_iso_numeric_code":3301,"url_paths":3302,"show_search":1746,"slug":1271},"Nederland","WageIndicator Nederland","\u002Fnl-nl","nl_NL","nl-NL","NL","Netherlands","528 dutch nederland nederlands netherlands nl nl-nl nl_nl","528",{"occupations_url_path":7,"minimum_wages_url_path":3303,"collective_agreements_url_path":3304,"factory_pages_url_path":7,"labour_law_url_path":3305,"living_wage_publications_url_path":3306,"living_tariffs_url_path":3307,"survey_url_path":3308,"vip_check_url_path":3309,"salary_check_url_path":3310},"nl-nl\u002Fwerk-in-nederland\u002Fminimumloon","nl-nl\u002Fwerk-in-nederland\u002Fcollectieve-arbeidsovereenkomsten","nl-nl\u002Fwerk-in-nederland\u002Farbeidsrecht","nl-nl\u002Fwerk-in-nederland\u002Fleefbaar-loon","nl-nl\u002Fwerk-in-nederland\u002Fleefbaar-tarief","nl-nl\u002Fwerk-in-nederland\u002Fsalaris\u002Fenquete","nl-nl\u002Fwerk-in-nederland\u002Fsalaris\u002Fberoemdheden","nl-nl\u002Fwerk-in-nederland\u002Fsalaris\u002Fcheck",{"id":928,"title":3312,"short_title":3313,"intro_text":3314,"url_path":3315,"legacy_locale":3316,"language_code":11,"ietf_bcp47":3317,"language_name_en":1772,"language_name_local":1772,"country_code":3318,"country_name_en":3312,"country_name_local":3312,"search_tokens":3319,"country_iso_numeric_code":3320,"url_paths":3321,"show_search":1746,"slug":929},"New Zealand","Work and wages in New Zealand","\u003Cp data-block-key=\"czzv7\">Find out all about salaries and wages in New Zealand.\u003C\u002Fp>","\u002Fen-nz","en_NZ","en-NZ","NZ","554 en en-nz en_nz english new zealand nz","554",{"occupations_url_path":7,"minimum_wages_url_path":3322,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":3323,"living_tariffs_url_path":7,"survey_url_path":3324,"vip_check_url_path":3325,"salary_check_url_path":3326},"en-nz\u002Fwork-in-new-zealand\u002Fminimum-wage","en-nz\u002Fwork-in-new-zealand\u002Fliving-wages","en-nz\u002Fwork-in-new-zealand\u002Fsalary\u002Fsurvey","en-nz\u002Fwork-in-new-zealand\u002Fsalary\u002Fvip","en-nz\u002Fwork-in-new-zealand\u002Fsalary\u002Fcheck",{"id":1609,"title":3328,"short_title":7,"intro_text":8,"url_path":3329,"legacy_locale":3330,"language_code":1733,"ietf_bcp47":3331,"language_name_en":1735,"language_name_local":1736,"country_code":3332,"country_name_en":3328,"country_name_local":3328,"search_tokens":3333,"country_iso_numeric_code":3334,"url_paths":3335,"show_search":1746,"slug":1610},"Nicaragua","\u002Fes-ni","es_NI","es-NI","NI","558 es es-ni es_ni español ni nicaragua spanish","558",{"occupations_url_path":7,"minimum_wages_url_path":3336,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":3337,"living_wage_publications_url_path":3338,"living_tariffs_url_path":7,"survey_url_path":3339,"vip_check_url_path":3340,"salary_check_url_path":3341},"es-ni\u002Ftrabajo-en-nicaragua\u002Fsalario-minimo","es-ni\u002Ftrabajo-en-nicaragua\u002Fleyes-laborales","es-ni\u002Ftrabajo-en-nicaragua\u002Fsalarios-vitales","es-ni\u002Ftrabajo-en-nicaragua\u002Fsalario\u002Fencuesta-de-salarios","es-ni\u002Ftrabajo-en-nicaragua\u002Fsalario\u002Ffamosos","es-ni\u002Ftrabajo-en-nicaragua\u002Fsalario\u002Fcompara",{"id":1066,"title":3343,"short_title":7,"intro_text":8,"url_path":3344,"legacy_locale":3345,"language_code":1878,"ietf_bcp47":3346,"language_name_en":1880,"language_name_local":1881,"country_code":3347,"country_name_en":3343,"country_name_local":3343,"search_tokens":3348,"country_iso_numeric_code":3349,"url_paths":3350,"show_search":1746,"slug":1067},"Niger","\u002Ffr-ne","fr_NE","fr-NE","NE","562 fr fr-ne fr_ne français french ne niger","562",{"occupations_url_path":7,"minimum_wages_url_path":3351,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":3352,"living_wage_publications_url_path":3353,"living_tariffs_url_path":7,"survey_url_path":3354,"vip_check_url_path":3355,"salary_check_url_path":3356},"fr-ne\u002Ftravail-au-niger\u002Fsalaire-minimum","fr-ne\u002Ftravail-au-niger\u002Fdroit-du-travail","fr-ne\u002Ftravail-au-niger\u002Fsalaires-minimums-vitaux","fr-ne\u002Ftravail-au-niger\u002Fsalaire\u002Fenquete","fr-ne\u002Ftravail-au-niger\u002Fsalaire\u002Fvip","fr-ne\u002Ftravail-au-niger\u002Fsalaire\u002Fcontrole",{"id":323,"title":3358,"short_title":7,"intro_text":8,"url_path":3359,"legacy_locale":3360,"language_code":11,"ietf_bcp47":3361,"language_name_en":1772,"language_name_local":1772,"country_code":3362,"country_name_en":3358,"country_name_local":3358,"search_tokens":3363,"country_iso_numeric_code":3364,"url_paths":3365,"show_search":1746,"slug":324},"Nigeria","\u002Fen-ng","en_NG","en-NG","NG","566 en en-ng en_ng english ng nigeria","566",{"occupations_url_path":7,"minimum_wages_url_path":3366,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":3367,"living_wage_publications_url_path":3368,"living_tariffs_url_path":7,"survey_url_path":3369,"vip_check_url_path":3370,"salary_check_url_path":3371},"en-ng\u002Fwork-in-nigeria\u002Fminimum-wage","en-ng\u002Fwork-in-nigeria\u002Flabour-law","en-ng\u002Fwork-in-nigeria\u002Fliving-wages","en-ng\u002Fwork-in-nigeria\u002Fsalary\u002Fsurvey","en-ng\u002Fwork-in-nigeria\u002Fsalary\u002Fvip","en-ng\u002Fwork-in-nigeria\u002Fsalary\u002Fcheck",{"id":371,"title":3373,"short_title":7,"intro_text":8,"url_path":3374,"legacy_locale":3375,"language_code":3376,"ietf_bcp47":3377,"language_name_en":3378,"language_name_local":3379,"country_code":3380,"country_name_en":3381,"country_name_local":8,"search_tokens":3382,"country_iso_numeric_code":3383,"url_paths":3384,"show_search":1746,"slug":372},"Norge","\u002Fno-no","no_NO","no","no-NO","Norwegian","norsk","NO","Norway","578 no no-no no_no norsk norway norwegian","578",{"occupations_url_path":7,"minimum_wages_url_path":3385,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":3386,"living_tariffs_url_path":7,"survey_url_path":3387,"vip_check_url_path":3388,"salary_check_url_path":3389},"no-no\u002Fjobb-i-norge\u002Fminstelonn","no-no\u002Fjobb-i-norge\u002Flevelonn","no-no\u002Fjobb-i-norge\u002Flonn\u002Funderskelse","no-no\u002Fjobb-i-norge\u002Flonn\u002Fvip","no-no\u002Fjobb-i-norge\u002Flonn\u002Fsjekk",{"id":581,"title":3391,"short_title":7,"intro_text":8,"url_path":3392,"legacy_locale":3393,"language_code":1878,"ietf_bcp47":3394,"language_name_en":1880,"language_name_local":1881,"country_code":3395,"country_name_en":3396,"country_name_local":3391,"search_tokens":3397,"country_iso_numeric_code":3398,"url_paths":3399,"show_search":1746,"slug":582},"Nouvelle-Calédonie","\u002Ffr-nc","fr_NC","fr-NC","NC","New Caledonia","540 fr fr-nc fr_nc français french nc new caledonia nouvelle-calédonie","540",{"occupations_url_path":7,"minimum_wages_url_path":3400,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":7,"living_tariffs_url_path":7,"survey_url_path":3401,"vip_check_url_path":7,"salary_check_url_path":3402},"fr-nc\u002Ftravail-en-nouvelle-caledonie\u002Fsalaire-minimum","fr-nc\u002Ftravail-en-nouvelle-caledonie\u002Fsalaire\u002Fenquete","fr-nc\u002Ftravail-en-nouvelle-caledonie\u002Fsalaire\u002Fcontrole",{"id":1681,"title":3404,"short_title":7,"intro_text":8,"url_path":3405,"legacy_locale":3406,"language_code":3407,"ietf_bcp47":3408,"language_name_en":3409,"language_name_local":3410,"country_code":3411,"country_name_en":3412,"country_name_local":3404,"search_tokens":3413,"country_iso_numeric_code":3414,"url_paths":3415,"show_search":1746,"slug":1682},"Oʻzbekiston","\u002Fuz-uz","uz_UZ","uz","uz-UZ","Uzbek","oʻzbek tili","UZ","Uzbekistan","860 oʻzbek tili oʻzbekiston uz uz-uz uz_uz uzbek uzbekistan","860",{"occupations_url_path":7,"minimum_wages_url_path":3416,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":3417,"living_tariffs_url_path":7,"survey_url_path":7,"vip_check_url_path":7,"salary_check_url_path":7},"uz-uz\u002Fozbekiston-da-ishlash\u002Fminimal-ish-haqi","uz-uz\u002Fozbekiston-da-ishlash\u002Fyashash-uchun-minimal-ish-haqlari",{"id":1579,"title":3419,"short_title":7,"intro_text":8,"url_path":3420,"legacy_locale":3421,"language_code":11,"ietf_bcp47":3422,"language_name_en":1772,"language_name_local":1772,"country_code":3423,"country_name_en":3419,"country_name_local":3419,"search_tokens":3424,"country_iso_numeric_code":3425,"url_paths":3426,"show_search":1746,"slug":1580},"Pakistan","\u002Fen-pk","en_PK","en-PK","PK","586 en en-pk en_pk english pakistan pk","586",{"occupations_url_path":7,"minimum_wages_url_path":3427,"collective_agreements_url_path":3428,"factory_pages_url_path":7,"labour_law_url_path":3429,"living_wage_publications_url_path":3430,"living_tariffs_url_path":3431,"survey_url_path":3432,"vip_check_url_path":3433,"salary_check_url_path":3434},"en-pk\u002Fwork-in-pakistan\u002Fminimum-wage","en-pk\u002Fwork-in-pakistan\u002Fcollective-bargaining-agreement","en-pk\u002Fwork-in-pakistan\u002Flabour-law","en-pk\u002Fwork-in-pakistan\u002Fliving-wages","en-pk\u002Fwork-in-pakistan\u002Fliving-tariff","en-pk\u002Fwork-in-pakistan\u002Fsalary\u002Fsurvey","en-pk\u002Fwork-in-pakistan\u002Fsalary\u002Fvip","en-pk\u002Fwork-in-pakistan\u002Fsalary\u002Fcheck",{"id":533,"title":3436,"short_title":7,"intro_text":8,"url_path":3437,"legacy_locale":3438,"language_code":11,"ietf_bcp47":3439,"language_name_en":1772,"language_name_local":1772,"country_code":3440,"country_name_en":3436,"country_name_local":3436,"search_tokens":3441,"country_iso_numeric_code":3442,"url_paths":3443,"show_search":1746,"slug":534},"Palau","\u002Fen-pw","en_PW","en-PW","PW","585 en en-pw en_pw english palau pw","585",{"occupations_url_path":7,"minimum_wages_url_path":3444,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":7,"living_tariffs_url_path":7,"survey_url_path":7,"vip_check_url_path":7,"salary_check_url_path":7},"en-pw\u002Fwork-in-palau\u002Fminimum-wage",{"id":1417,"title":3446,"short_title":7,"intro_text":8,"url_path":3447,"legacy_locale":3448,"language_code":1733,"ietf_bcp47":3449,"language_name_en":1735,"language_name_local":1736,"country_code":3450,"country_name_en":3451,"country_name_local":3446,"search_tokens":3452,"country_iso_numeric_code":3453,"url_paths":3454,"show_search":1746,"slug":1418},"Panamá","\u002Fes-pa","es_PA","es-PA","PA","Panama","591 es es-pa es_pa español pa panama panamá spanish","591",{"occupations_url_path":7,"minimum_wages_url_path":3455,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":3456,"living_tariffs_url_path":7,"survey_url_path":3457,"vip_check_url_path":3458,"salary_check_url_path":3459},"es-pa\u002Ftrabajo-en-panama\u002Fsalario-minimo","es-pa\u002Ftrabajo-en-panama\u002Fsalarios-vitales","es-pa\u002Ftrabajo-en-panama\u002Fsalario\u002Fencuesta-salarial","es-pa\u002Ftrabajo-en-panama\u002Fsalario\u002Ffamosos","es-pa\u002Ftrabajo-en-panama\u002Fsalario\u002Fcompara",{"id":958,"title":3461,"short_title":7,"intro_text":8,"url_path":3462,"legacy_locale":3463,"language_code":11,"ietf_bcp47":3464,"language_name_en":1772,"language_name_local":1772,"country_code":3465,"country_name_en":3461,"country_name_local":3461,"search_tokens":3466,"country_iso_numeric_code":3467,"url_paths":3468,"show_search":1746,"slug":959},"Papua New Guinea","\u002Fen-pg","en_PG","en-PG","PG","598 en en-pg en_pg english papua new guinea pg","598",{"occupations_url_path":7,"minimum_wages_url_path":3469,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":3470,"living_tariffs_url_path":7,"survey_url_path":3471,"vip_check_url_path":7,"salary_check_url_path":3472},"en-pg\u002Fwork-in-png\u002Fminimum-wage","en-pg\u002Fwork-in-png\u002Fliving-wages","en-pg\u002Fwork-in-png\u002Fsalary\u002Fsurvey","en-pg\u002Fwork-in-png\u002Fsalary\u002Fcheck",{"id":509,"title":3474,"short_title":7,"intro_text":8,"url_path":3475,"legacy_locale":3476,"language_code":1733,"ietf_bcp47":3477,"language_name_en":1735,"language_name_local":1736,"country_code":3478,"country_name_en":3474,"country_name_local":3474,"search_tokens":3479,"country_iso_numeric_code":3480,"url_paths":3481,"show_search":1746,"slug":510},"Paraguay","\u002Fes-py","es_PY","es-PY","PY","600 es es-py es_py español paraguay py spanish","600",{"occupations_url_path":7,"minimum_wages_url_path":3482,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":3483,"living_wage_publications_url_path":3484,"living_tariffs_url_path":7,"survey_url_path":3485,"vip_check_url_path":3486,"salary_check_url_path":3487},"es-py\u002Ftrabajo-en-paraguay\u002Fsalario-minimo","es-py\u002Ftrabajo-en-paraguay\u002Fleyes-laborales","es-py\u002Ftrabajo-en-paraguay\u002Fsalarios-vitales","es-py\u002Ftrabajo-en-paraguay\u002Fsalario\u002Fencuesta-salarial","es-py\u002Ftrabajo-en-paraguay\u002Fsalario\u002Ffamosos","es-py\u002Ftrabajo-en-paraguay\u002Fsalario\u002Fcompara",{"id":874,"title":3489,"short_title":7,"intro_text":8,"url_path":3490,"legacy_locale":3491,"language_code":1733,"ietf_bcp47":3492,"language_name_en":1735,"language_name_local":1736,"country_code":3493,"country_name_en":3494,"country_name_local":3489,"search_tokens":3495,"country_iso_numeric_code":3496,"url_paths":3497,"show_search":1746,"slug":875},"Perú","\u002Fes-pe","es_PE","es-PE","PE","Peru","604 es es-pe es_pe español pe peru perú spanish","604",{"occupations_url_path":7,"minimum_wages_url_path":3498,"collective_agreements_url_path":3499,"factory_pages_url_path":7,"labour_law_url_path":3500,"living_wage_publications_url_path":3501,"living_tariffs_url_path":7,"survey_url_path":3502,"vip_check_url_path":3503,"salary_check_url_path":3504},"es-pe\u002Ftrabajo-en-peru\u002Fsalario-minimo","es-pe\u002Ftrabajo-en-peru\u002Fconvenios-colectivos","es-pe\u002Ftrabajo-en-peru\u002Fleyes-laborales","es-pe\u002Ftrabajo-en-peru\u002Fsalarios-vitales","es-pe\u002Ftrabajo-en-peru\u002Fsalario\u002Fencuesta-salarial","es-pe\u002Ftrabajo-en-peru\u002Fsalario\u002Ffamosos","es-pe\u002Ftrabajo-en-peru\u002Fsalario\u002Fcomparador-salarial",{"id":347,"title":3506,"short_title":7,"intro_text":8,"url_path":3507,"legacy_locale":3508,"language_code":11,"ietf_bcp47":3509,"language_name_en":1772,"language_name_local":1772,"country_code":3510,"country_name_en":3506,"country_name_local":3506,"search_tokens":3511,"country_iso_numeric_code":3512,"url_paths":3513,"show_search":1746,"slug":348},"Philippines","\u002Fen-ph","en_PH","en-PH","PH","608 en en-ph en_ph english ph philippines","608",{"occupations_url_path":7,"minimum_wages_url_path":3514,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":3515,"living_wage_publications_url_path":3516,"living_tariffs_url_path":7,"survey_url_path":3517,"vip_check_url_path":3518,"salary_check_url_path":3519},"en-ph\u002Fwork-in-philippines\u002Fminimum-wage","en-ph\u002Fwork-in-philippines\u002Flabour-law","en-ph\u002Fwork-in-philippines\u002Fliving-wages","en-ph\u002Fwork-in-philippines\u002Fsalary\u002Fsurvey","en-ph\u002Fwork-in-philippines\u002Fsalary\u002Fvip","en-ph\u002Fwork-in-philippines\u002Fsalary\u002Fcheck",{"id":1114,"title":3521,"short_title":7,"intro_text":8,"url_path":3522,"legacy_locale":3523,"language_code":3524,"ietf_bcp47":3525,"language_name_en":3526,"language_name_local":3526,"country_code":3510,"country_name_en":3506,"country_name_local":3521,"search_tokens":3527,"country_iso_numeric_code":3512,"url_paths":3528,"show_search":1746,"slug":1115},"Pilipinas","\u002Ffil-ph","fil_PH","fil","fil-PH","Filipino","608 fil fil-ph fil_ph filipino ph philippines pilipinas",{"occupations_url_path":7,"minimum_wages_url_path":3529,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":3530,"living_wage_publications_url_path":3531,"living_tariffs_url_path":7,"survey_url_path":7,"vip_check_url_path":7,"salary_check_url_path":7},"fil-ph\u002Fmagtrabaho-sa-pilipinas\u002Fminimum-na-sahod","fil-ph\u002Fmagtrabaho-sa-pilipinas\u002Fbatas-sa-paggawa","fil-ph\u002Fmagtrabaho-sa-pilipinas\u002Fbuhay-na-sahod",{"id":778,"title":3533,"short_title":7,"intro_text":8,"url_path":3534,"legacy_locale":3535,"language_code":3536,"ietf_bcp47":3537,"language_name_en":3538,"language_name_local":3539,"country_code":3540,"country_name_en":3541,"country_name_local":3533,"search_tokens":3542,"country_iso_numeric_code":3543,"url_paths":3544,"show_search":1746,"slug":779},"Polska","\u002Fpl-pl","pl_PL","pl","pl-PL","Polish","polski","PL","Poland","616 pl pl-pl pl_pl poland polish polska polski","616",{"occupations_url_path":7,"minimum_wages_url_path":3545,"collective_agreements_url_path":3546,"factory_pages_url_path":7,"labour_law_url_path":3547,"living_wage_publications_url_path":3548,"living_tariffs_url_path":7,"survey_url_path":3549,"vip_check_url_path":3550,"salary_check_url_path":3551},"pl-pl\u002Fpraca-w-polsce\u002Fplaca-minimalna","pl-pl\u002Fpraca-w-polsce\u002Fbaza-danych-umow-zbiorowych","pl-pl\u002Fpraca-w-polsce\u002Fprawo-pracy","pl-pl\u002Fpraca-w-polsce\u002Fplaca-wystarczajaca-na-utrzymanie","pl-pl\u002Fpraca-w-polsce\u002Fwynagrodzenie\u002Fankieta","pl-pl\u002Fpraca-w-polsce\u002Fwynagrodzenie\u002Fvip","pl-pl\u002Fpraca-w-polsce\u002Fwynagrodzenie\u002Fsprawdz",{"id":1447,"title":3553,"short_title":3554,"intro_text":8,"url_path":3555,"legacy_locale":3556,"language_code":1878,"ietf_bcp47":3557,"language_name_en":1880,"language_name_local":1881,"country_code":3558,"country_name_en":3559,"country_name_local":3560,"search_tokens":3561,"country_iso_numeric_code":3562,"url_paths":3563,"show_search":1746,"slug":1448},"Polynésie Française","WageIndicator Polynésie française : Salaires, Travail et Plus","\u002Ffr-pf","fr_PF","fr-PF","PF","French Polynesia","Polynésie française","258 fr fr-pf fr_pf français french french polynesia pf polynésie française","258",{"occupations_url_path":7,"minimum_wages_url_path":3564,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":7,"living_tariffs_url_path":7,"survey_url_path":7,"vip_check_url_path":7,"salary_check_url_path":7},"fr-pf\u002Ftravail-en-polynesie-francaise\u002Fsalaire-minimum",{"id":359,"title":3566,"short_title":1749,"intro_text":3567,"url_path":3568,"legacy_locale":3569,"language_code":1753,"ietf_bcp47":3570,"language_name_en":1755,"language_name_local":1756,"country_code":3571,"country_name_en":3566,"country_name_local":3566,"search_tokens":3572,"country_iso_numeric_code":3573,"url_paths":3574,"show_search":1746,"slug":360},"Portugal","\u003Cp data-block-key=\"x2lfz\">Bem-vindo ao principal portal de informação sobre salários e trabalho em Portugal. Compare salários, conheça os seus direitos laborais, consulte o salário mínimo nacional e aceda a dados salariais atualizados de milhares de profissões. Toda a informação essencial para tomar decisões informadas sobre a sua carreira e conhecer o mercado de trabalho português.\u003C\u002Fp>","\u002Fpt-pt","pt_PT","pt-PT","PT","620 portugal portuguese português pt pt-pt pt_pt","620",{"occupations_url_path":3575,"minimum_wages_url_path":3576,"collective_agreements_url_path":3577,"factory_pages_url_path":7,"labour_law_url_path":3578,"living_wage_publications_url_path":3579,"living_tariffs_url_path":7,"survey_url_path":3580,"vip_check_url_path":3581,"salary_check_url_path":3582},"pt-pt\u002Ftrabalho-em-portugal\u002Femprego-e-salario","pt-pt\u002Ftrabalho-em-portugal\u002Fsalario-minimo","pt-pt\u002Ftrabalho-em-portugal\u002Facordo-coletivo-de-trabalho","pt-pt\u002Ftrabalho-em-portugal\u002Flei-do-trabalho","pt-pt\u002Ftrabalho-em-portugal\u002Fsalarios-dignos","pt-pt\u002Ftrabalho-em-portugal\u002Fsalario\u002Fpesquisa-salarial","pt-pt\u002Ftrabalho-em-portugal\u002Fsalario\u002Fsalarios-de-vip","pt-pt\u002Ftrabalho-em-portugal\u002Fsalario\u002Fcompare-seu-salario",{"id":1279,"title":3584,"short_title":7,"intro_text":8,"url_path":3585,"legacy_locale":3586,"language_code":1733,"ietf_bcp47":3587,"language_name_en":1735,"language_name_local":1736,"country_code":3588,"country_name_en":3584,"country_name_local":3584,"search_tokens":3589,"country_iso_numeric_code":3590,"url_paths":3591,"show_search":1746,"slug":1280},"Puerto Rico","\u002Fes-pr","es_PR","es-PR","PR","630 es es-pr es_pr español pr puerto rico spanish","630",{"occupations_url_path":7,"minimum_wages_url_path":3592,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":3593,"living_tariffs_url_path":7,"survey_url_path":3594,"vip_check_url_path":3595,"salary_check_url_path":3596},"es-pr\u002Ftrabajo-en-puerto-rico\u002Fsalario-minimo","es-pr\u002Ftrabajo-en-puerto-rico\u002Fsalarios-vitales","es-pr\u002Ftrabajo-en-puerto-rico\u002Fsalario\u002Fencuesta-salarial","es-pr\u002Ftrabajo-en-puerto-rico\u002Fsalario\u002Ffamosos","es-pr\u002Ftrabajo-en-puerto-rico\u002Fsalario\u002Fcompara",{"id":1387,"title":3598,"short_title":7,"intro_text":8,"url_path":3599,"legacy_locale":3600,"language_code":1733,"ietf_bcp47":3601,"language_name_en":1735,"language_name_local":1736,"country_code":3602,"country_name_en":3603,"country_name_local":3598,"search_tokens":3604,"country_iso_numeric_code":3605,"url_paths":3606,"show_search":1746,"slug":1388},"República Dominicana","\u002Fes-do","es_DO","es-DO","DO","Dominican Republic","214 do dominican republic es es-do es_do español república dominicana spanish","214",{"occupations_url_path":7,"minimum_wages_url_path":3607,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":3608,"living_tariffs_url_path":7,"survey_url_path":3609,"vip_check_url_path":3610,"salary_check_url_path":3611},"es-do\u002Ftrabajo-en-republica-dominicana\u002Fsalario-minimo","es-do\u002Ftrabajo-en-republica-dominicana\u002Fsalarios-vitales","es-do\u002Ftrabajo-en-republica-dominicana\u002Fsalario\u002Fencuesta-salarial","es-do\u002Ftrabajo-en-republica-dominicana\u002Fsalario\u002Ffamosos","es-do\u002Ftrabajo-en-republica-dominicana\u002Fsalario\u002Fcompara",{"id":1711,"title":3613,"short_title":7,"intro_text":8,"url_path":3614,"legacy_locale":3615,"language_code":3205,"ietf_bcp47":3616,"language_name_en":3207,"language_name_local":3208,"country_code":3617,"country_name_en":3618,"country_name_local":3613,"search_tokens":3619,"country_iso_numeric_code":3620,"url_paths":3621,"show_search":1746,"slug":1712},"România","\u002Fro-ro","ro_RO","ro-RO","RO","Romania","642 ro ro-ro ro_ro romania romanian românia română","642",{"occupations_url_path":3622,"minimum_wages_url_path":3623,"collective_agreements_url_path":3624,"factory_pages_url_path":7,"labour_law_url_path":3625,"living_wage_publications_url_path":3626,"living_tariffs_url_path":7,"survey_url_path":3627,"vip_check_url_path":3628,"salary_check_url_path":3629},"ro-ro\u002Fmunca-in-romania\u002Flocuri-de-munca-si-salarii","ro-ro\u002Fmunca-in-romania\u002Fsalariu-minim","ro-ro\u002Fmunca-in-romania\u002Fcontracte-colective","ro-ro\u002Fmunca-in-romania\u002Flegislatia-muncii","ro-ro\u002Fmunca-in-romania\u002Fsalarii-decente","ro-ro\u002Fmunca-in-romania\u002Fsalariu\u002Fchestionar","ro-ro\u002Fmunca-in-romania\u002Fsalariu\u002Fvip","ro-ro\u002Fmunca-in-romania\u002Fsalariu\u002Fverificare",{"id":1084,"title":3631,"short_title":3632,"intro_text":3633,"url_path":3634,"legacy_locale":3635,"language_code":11,"ietf_bcp47":3636,"language_name_en":1772,"language_name_local":1772,"country_code":3637,"country_name_en":3631,"country_name_local":3631,"search_tokens":3638,"country_iso_numeric_code":3639,"url_paths":3640,"show_search":1746,"slug":1085},"Rwanda","Work and Wages in Rwanda","\u003Cp data-block-key=\"b3374\">Find out more about Salaries, Labour Laws and Work in Rwanda.\u003C\u002Fp>","\u002Fen-rw","en_RW","en-RW","RW","646 en en-rw en_rw english rw rwanda","646",{"occupations_url_path":7,"minimum_wages_url_path":3641,"collective_agreements_url_path":3642,"factory_pages_url_path":7,"labour_law_url_path":3643,"living_wage_publications_url_path":3644,"living_tariffs_url_path":7,"survey_url_path":3645,"vip_check_url_path":3646,"salary_check_url_path":3647},"en-rw\u002Fwork-in-rwanda\u002Fminimum-wage","en-rw\u002Fwork-in-rwanda\u002Fcollective-bargaining-agreement","en-rw\u002Fwork-in-rwanda\u002Flabour-law","en-rw\u002Fwork-in-rwanda\u002Fliving-wages","en-rw\u002Fwork-in-rwanda\u002Fsalary\u002Fsurvey","en-rw\u002Fwork-in-rwanda\u002Fsalary\u002Fvip","en-rw\u002Fwork-in-rwanda\u002Fsalary\u002Fcheck",{"id":647,"title":3649,"short_title":7,"intro_text":8,"url_path":3650,"legacy_locale":3651,"language_code":1878,"ietf_bcp47":3652,"language_name_en":1880,"language_name_local":1881,"country_code":3653,"country_name_en":3654,"country_name_local":3649,"search_tokens":3655,"country_iso_numeric_code":3656,"url_paths":3657,"show_search":1746,"slug":648},"République centrafricaine","\u002Ffr-cf","fr_CF","fr-CF","CF","Central African Republic","140 central african republic cf fr fr-cf fr_cf français french république centrafricaine","140",{"occupations_url_path":7,"minimum_wages_url_path":3658,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":3659,"living_wage_publications_url_path":3660,"living_tariffs_url_path":7,"survey_url_path":3661,"vip_check_url_path":3662,"salary_check_url_path":3663},"fr-cf\u002Ftravail-en-republique-centrafricaine\u002Fsalaire-minimum","fr-cf\u002Ftravail-en-republique-centrafricaine\u002Fdroit-du-travail","fr-cf\u002Ftravail-en-republique-centrafricaine\u002Fsalaires-minimums-vitaux","fr-cf\u002Ftravail-en-republique-centrafricaine\u002Fsalaire\u002Fenquete","fr-cf\u002Ftravail-en-republique-centrafricaine\u002Fsalaire\u002Fvip","fr-cf\u002Ftravail-en-republique-centrafricaine\u002Fsalaire\u002Fcontrole",{"id":683,"title":3665,"short_title":7,"intro_text":3666,"url_path":3667,"legacy_locale":3668,"language_code":11,"ietf_bcp47":3669,"language_name_en":1772,"language_name_local":1772,"country_code":3670,"country_name_en":3665,"country_name_local":3671,"search_tokens":3672,"country_iso_numeric_code":3673,"url_paths":3674,"show_search":1746,"slug":684},"Saint Kitts and Nevis","\u003Cp data-block-key=\"zq6ce\">Find out more about salaries, wages and working in St. Kitts and Nevis. Stay informed by visiting the WageIndicator website.\u003C\u002Fp>","\u002Fen-kn","en_KN","en-KN","KN","St Kitts & Nevis","659 en en-kn en_kn english kn saint kitts and nevis st kitts & nevis","659",{"occupations_url_path":7,"minimum_wages_url_path":3675,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":7,"living_tariffs_url_path":7,"survey_url_path":7,"vip_check_url_path":7,"salary_check_url_path":7},"en-kn\u002Fwork-in-st-kitts-and-nevis\u002Fminimum-wage",{"id":611,"title":3677,"short_title":7,"intro_text":8,"url_path":3678,"legacy_locale":3679,"language_code":11,"ietf_bcp47":3680,"language_name_en":1772,"language_name_local":1772,"country_code":3681,"country_name_en":3677,"country_name_local":3682,"search_tokens":3683,"country_iso_numeric_code":3684,"url_paths":3685,"show_search":1746,"slug":612},"Saint Lucia","\u002Fen-lc","en_LC","en-LC","LC","St Lucia","662 en en-lc en_lc english lc saint lucia st lucia","662",{"occupations_url_path":7,"minimum_wages_url_path":3686,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":3687,"living_tariffs_url_path":7,"survey_url_path":7,"vip_check_url_path":7,"salary_check_url_path":7},"en-lc\u002Fwork-in-saint-lucia\u002Fminimum-wage","en-lc\u002Fwork-in-saint-lucia\u002Fliving-wages",{"id":677,"title":3689,"short_title":7,"intro_text":8,"url_path":3690,"legacy_locale":3691,"language_code":11,"ietf_bcp47":3692,"language_name_en":1772,"language_name_local":1772,"country_code":3693,"country_name_en":3689,"country_name_local":3694,"search_tokens":3695,"country_iso_numeric_code":3696,"url_paths":3697,"show_search":1746,"slug":678},"Saint Vincent and the Grenadines","\u002Fen-vc","en_VC","en-VC","VC","St Vincent & the Grenadines","670 en en-vc en_vc english saint vincent and the grenadines st vincent & the grenadines vc","670",{"occupations_url_path":7,"minimum_wages_url_path":3698,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":3699,"living_tariffs_url_path":7,"survey_url_path":7,"vip_check_url_path":7,"salary_check_url_path":7},"en-vc\u002Fwork-in-svg\u002Fminimum-wage","en-vc\u002Fwork-in-svg\u002Fliving-wages",{"id":886,"title":3701,"short_title":7,"intro_text":8,"url_path":3702,"legacy_locale":3703,"language_code":1878,"ietf_bcp47":3704,"language_name_en":1880,"language_name_local":1881,"country_code":3705,"country_name_en":3706,"country_name_local":3701,"search_tokens":3707,"country_iso_numeric_code":3708,"url_paths":3709,"show_search":1746,"slug":887},"Saint-Barthélemy","\u002Ffr-bl","fr_BL","fr-BL","BL","Saint Barthélemy","652 bl fr fr-bl fr_bl français french saint barthélemy saint-barthélemy","652",{"occupations_url_path":7,"minimum_wages_url_path":3710,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":7,"living_tariffs_url_path":7,"survey_url_path":7,"vip_check_url_path":7,"salary_check_url_path":7},"fr-bl\u002Ftravail-a-saint-barthelemy\u002Fsalaire-minimum",{"id":964,"title":3712,"short_title":7,"intro_text":8,"url_path":3713,"legacy_locale":3714,"language_code":1878,"ietf_bcp47":3715,"language_name_en":1880,"language_name_local":1881,"country_code":3716,"country_name_en":3717,"country_name_local":3712,"search_tokens":3718,"country_iso_numeric_code":3719,"url_paths":3720,"show_search":1746,"slug":965},"Saint-Martin","\u002Ffr-mf","fr_MF","fr-MF","MF","Saint Martin","663 fr fr-mf fr_mf français french mf saint martin saint-martin","663",{"occupations_url_path":7,"minimum_wages_url_path":3721,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":7,"living_tariffs_url_path":7,"survey_url_path":7,"vip_check_url_path":7,"salary_check_url_path":7},"fr-mf\u002Ftravail-a-saint-martin\u002Fsalaire-minimum",{"id":976,"title":3723,"short_title":7,"intro_text":8,"url_path":3724,"legacy_locale":3725,"language_code":1878,"ietf_bcp47":3726,"language_name_en":1880,"language_name_local":1881,"country_code":3727,"country_name_en":3728,"country_name_local":3723,"search_tokens":3729,"country_iso_numeric_code":3730,"url_paths":3731,"show_search":1746,"slug":977},"Saint-Pierre-et-Miquelon","\u002Ffr-pm","fr_PM","fr-PM","PM","Saint Pierre and Miquelon","666 fr fr-pm fr_pm français french pm saint pierre and miquelon saint-pierre-et-miquelon","666",{"occupations_url_path":7,"minimum_wages_url_path":3732,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":7,"living_tariffs_url_path":7,"survey_url_path":7,"vip_check_url_path":7,"salary_check_url_path":7},"fr-pm\u002Ftravail-a-saint-pierre-et-miquelon\u002Fsalaire-minimum",{"id":587,"title":3734,"short_title":7,"intro_text":8,"url_path":3735,"legacy_locale":3736,"language_code":11,"ietf_bcp47":3737,"language_name_en":1772,"language_name_local":1772,"country_code":3738,"country_name_en":3734,"country_name_local":3734,"search_tokens":3739,"country_iso_numeric_code":3740,"url_paths":3741,"show_search":1746,"slug":588},"Samoa","\u002Fen-ws","en_WS","en-WS","WS","882 en en-ws en_ws english samoa ws","882",{"occupations_url_path":7,"minimum_wages_url_path":3742,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":7,"living_tariffs_url_path":7,"survey_url_path":7,"vip_check_url_path":7,"salary_check_url_path":7},"en-ws\u002Fwork-in-samoa\u002Fminimum-wage",{"id":1108,"title":3744,"short_title":7,"intro_text":8,"url_path":3745,"legacy_locale":3746,"language_code":2802,"ietf_bcp47":3747,"language_name_en":2804,"language_name_local":2805,"country_code":3748,"country_name_en":3744,"country_name_local":3744,"search_tokens":3749,"country_iso_numeric_code":3750,"url_paths":3751,"show_search":1746,"slug":1109},"San Marino","\u002Fit-sm","it_SM","it-SM","SM","674 it it-sm it_sm italian italiano san marino sm","674",{"occupations_url_path":7,"minimum_wages_url_path":3752,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":7,"living_tariffs_url_path":7,"survey_url_path":7,"vip_check_url_path":7,"salary_check_url_path":7},"it-sm\u002Flavorare-a-san-marino\u002Fsalario-minimo",{"id":1180,"title":3754,"short_title":7,"intro_text":8,"url_path":3755,"legacy_locale":3756,"language_code":2346,"ietf_bcp47":3757,"language_name_en":2348,"language_name_local":2349,"country_code":3758,"country_name_en":3759,"country_name_local":3754,"search_tokens":3760,"country_iso_numeric_code":3761,"url_paths":3762,"show_search":1746,"slug":1181},"Schweiz","\u002Fde-ch","de_CH","de-CH","CH","Switzerland","756 ch de de-ch de_ch deutsch german schweiz switzerland","756",{"occupations_url_path":3763,"minimum_wages_url_path":3764,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":3765,"living_tariffs_url_path":7,"survey_url_path":3766,"vip_check_url_path":3767,"salary_check_url_path":3768},"de-ch\u002Farbeiten-in-der-schweiz\u002Fjobs-und-gehalt","de-ch\u002Farbeiten-in-der-schweiz\u002Fmindestlohne","de-ch\u002Farbeiten-in-der-schweiz\u002Fexistenzminimum","de-ch\u002Farbeiten-in-der-schweiz\u002Flohn\u002Fumfrage","de-ch\u002Farbeiten-in-der-schweiz\u002Flohn\u002Fvip","de-ch\u002Farbeiten-in-der-schweiz\u002Flohn\u002Fcheck",{"id":737,"title":3770,"short_title":7,"intro_text":8,"url_path":3771,"legacy_locale":3772,"language_code":11,"ietf_bcp47":3773,"language_name_en":1772,"language_name_local":1772,"country_code":3774,"country_name_en":3770,"country_name_local":3770,"search_tokens":3775,"country_iso_numeric_code":3776,"url_paths":3777,"show_search":1746,"slug":738},"Seychelles","\u002Fen-sc","en_SC","en-SC","SC","690 en en-sc en_sc english sc seychelles","690",{"occupations_url_path":7,"minimum_wages_url_path":3778,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":7,"living_tariffs_url_path":7,"survey_url_path":7,"vip_check_url_path":7,"salary_check_url_path":7},"en-sc\u002Fwork-in-seychelles\u002Fminimum-wage",{"id":1549,"title":3780,"short_title":7,"intro_text":8,"url_path":3781,"legacy_locale":3782,"language_code":2889,"ietf_bcp47":3783,"language_name_en":2891,"language_name_local":2892,"country_code":3784,"country_name_en":3785,"country_name_local":3786,"search_tokens":3787,"country_iso_numeric_code":3788,"url_paths":3789,"show_search":1746,"slug":1550},"Shqipëria","\u002Fsq-al","sq_AL","sq-AL","AL","Albania","Shqipëri","008 al albania albanian shqip shqipëri sq sq-al sq_al","008",{"occupations_url_path":3790,"minimum_wages_url_path":3791,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":3792,"living_wage_publications_url_path":3793,"living_tariffs_url_path":7,"survey_url_path":3794,"vip_check_url_path":3795,"salary_check_url_path":3796},"sq-al\u002Fpune-ne-shqiperi\u002Fpuna-dhe-paga","sq-al\u002Fpune-ne-shqiperi\u002Fpagat-minimale","sq-al\u002Fpune-ne-shqiperi\u002Fligji-i-punes","sq-al\u002Fpune-ne-shqiperi\u002Fpagat-e-jeteses","sq-al\u002Fpune-ne-shqiperi\u002Fpaga\u002Fpyetsor","sq-al\u002Fpune-ne-shqiperi\u002Fpaga\u002Fvip","sq-al\u002Fpune-ne-shqiperi\u002Fpaga\u002Fkontrolli-i",{"id":982,"title":3798,"short_title":7,"intro_text":8,"url_path":3799,"legacy_locale":3800,"language_code":11,"ietf_bcp47":3801,"language_name_en":1772,"language_name_local":1772,"country_code":3802,"country_name_en":3798,"country_name_local":3798,"search_tokens":3803,"country_iso_numeric_code":3804,"url_paths":3805,"show_search":1746,"slug":983},"Sierra Leone","\u002Fen-sl","en_SL","en-SL","SL","694 en en-sl en_sl english sierra leone sl","694",{"occupations_url_path":7,"minimum_wages_url_path":3806,"collective_agreements_url_path":3807,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":3808,"living_tariffs_url_path":7,"survey_url_path":3809,"vip_check_url_path":3810,"salary_check_url_path":3811},"en-sl\u002Fwork-in-sierra-leone\u002Fminimum-wage","en-sl\u002Fwork-in-sierra-leone\u002Fcollective-bargaining-agreement","en-sl\u002Fwork-in-sierra-leone\u002Fliving-wages","en-sl\u002Fwork-in-sierra-leone\u002Fsalary\u002Fsurvey","en-sl\u002Fwork-in-sierra-leone\u002Fsalary\u002Fvip","en-sl\u002Fwork-in-sierra-leone\u002Fsalary\u002Fcheck",{"id":1315,"title":3813,"short_title":7,"intro_text":8,"url_path":3814,"legacy_locale":3815,"language_code":11,"ietf_bcp47":3816,"language_name_en":1772,"language_name_local":1772,"country_code":3817,"country_name_en":3813,"country_name_local":3813,"search_tokens":3818,"country_iso_numeric_code":3819,"url_paths":3820,"show_search":1746,"slug":1316},"Singapore","\u002Fen-sg","en_SG","en-SG","SG","702 en en-sg en_sg english sg singapore","702",{"occupations_url_path":7,"minimum_wages_url_path":3821,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":3822,"living_tariffs_url_path":7,"survey_url_path":3823,"vip_check_url_path":3824,"salary_check_url_path":3825},"en-sg\u002Fwork-in-singapore\u002Fminimum-wage","en-sg\u002Fwork-in-singapore\u002Fliving-wages","en-sg\u002Fwork-in-singapore\u002Fsalary\u002Fsurvey","en-sg\u002Fwork-in-singapore\u002Fsalary\u002Fvip","en-sg\u002Fwork-in-singapore\u002Fsalary\u002Fcheck",{"id":1465,"title":3827,"short_title":7,"intro_text":8,"url_path":3828,"legacy_locale":3829,"language_code":1802,"ietf_bcp47":3830,"language_name_en":1804,"language_name_local":1805,"country_code":3831,"country_name_en":3827,"country_name_local":3832,"search_tokens":3833,"country_iso_numeric_code":3834,"url_paths":3835,"show_search":1746,"slug":1466},"Sint Maarten","\u002Fnl-sx","nl_SX","nl-SX","SX","Sint-Maarten","534 dutch nederlands nl nl-sx nl_sx sint maarten sint-maarten sx","534",{"occupations_url_path":7,"minimum_wages_url_path":3836,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":7,"living_tariffs_url_path":7,"survey_url_path":7,"vip_check_url_path":7,"salary_check_url_path":7},"nl-sx\u002Fwerk-op-sint-maarten\u002Fminimumloon",{"id":1216,"title":3838,"short_title":7,"intro_text":8,"url_path":3839,"legacy_locale":3840,"language_code":3841,"ietf_bcp47":3842,"language_name_en":3843,"language_name_local":3844,"country_code":3845,"country_name_en":3846,"country_name_local":3838,"search_tokens":3847,"country_iso_numeric_code":3848,"url_paths":3849,"show_search":1746,"slug":1217},"Slovenija","\u002Fsl-si","sl_SI","sl","sl-SI","Slovenian","Slovenščina","SI","Slovenia","705 si sl sl-si sl_si slovenia slovenian slovenija slovenščina","705",{"occupations_url_path":7,"minimum_wages_url_path":3850,"collective_agreements_url_path":3851,"factory_pages_url_path":7,"labour_law_url_path":3852,"living_wage_publications_url_path":3853,"living_tariffs_url_path":7,"survey_url_path":3854,"vip_check_url_path":3855,"salary_check_url_path":3856},"sl-si\u002Fdelo-v-sloveniji\u002Fminimalne-placa","sl-si\u002Fdelo-v-sloveniji\u002Fkolektivna-pogodba","sl-si\u002Fdelo-v-sloveniji\u002Fdelovno-pravo","sl-si\u002Fdelo-v-sloveniji\u002Fdostojne-place","sl-si\u002Fdelo-v-sloveniji\u002Fplaca\u002Fanketa","sl-si\u002Fdelo-v-sloveniji\u002Fplaca\u002Fvip","sl-si\u002Fdelo-v-sloveniji\u002Fplaca\u002Fpreveri",{"id":856,"title":3858,"short_title":7,"intro_text":8,"url_path":3859,"legacy_locale":3860,"language_code":3861,"ietf_bcp47":3862,"language_name_en":3863,"language_name_local":3864,"country_code":3865,"country_name_en":3866,"country_name_local":3858,"search_tokens":3867,"country_iso_numeric_code":3868,"url_paths":3869,"show_search":1746,"slug":857},"Slovensko","\u002Fsk-sk","sk_SK","sk","sk-SK","Slovak","slovensky","SK","Slovakia","703 sk sk-sk sk_sk slovak slovakia slovensko slovensky","703",{"occupations_url_path":7,"minimum_wages_url_path":3870,"collective_agreements_url_path":3871,"factory_pages_url_path":7,"labour_law_url_path":3872,"living_wage_publications_url_path":3873,"living_tariffs_url_path":7,"survey_url_path":3874,"vip_check_url_path":3875,"salary_check_url_path":3876},"sk-sk\u002Fpraca-na-slovensku\u002Fminimalna-mzda","sk-sk\u002Fpraca-na-slovensku\u002Fkolektivna-zmluva","sk-sk\u002Fpraca-na-slovensku\u002Fpracovne-pravo","sk-sk\u002Fpraca-na-slovensku\u002Fzivotne-minimum","sk-sk\u002Fpraca-na-slovensku\u002Fplat\u002Fprieskum","sk-sk\u002Fpraca-na-slovensku\u002Fplat\u002Fvip","sk-sk\u002Fpraca-na-slovensku\u002Fplat\u002Fkontrola",{"id":635,"title":3878,"short_title":7,"intro_text":8,"url_path":3879,"legacy_locale":3880,"language_code":11,"ietf_bcp47":3881,"language_name_en":1772,"language_name_local":1772,"country_code":3882,"country_name_en":3878,"country_name_local":3878,"search_tokens":3883,"country_iso_numeric_code":3884,"url_paths":3885,"show_search":1746,"slug":636},"Solomon Islands","\u002Fen-sb","en_SB","en-SB","SB","090 en en-sb en_sb english sb solomon islands","090",{"occupations_url_path":7,"minimum_wages_url_path":3886,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":7,"living_tariffs_url_path":7,"survey_url_path":7,"vip_check_url_path":7,"salary_check_url_path":7},"en-sb\u002Fwork-in-solomon-islands\u002Fminimum-wage",{"id":353,"title":3888,"short_title":7,"intro_text":8,"url_path":3889,"legacy_locale":3890,"language_code":3891,"ietf_bcp47":3892,"language_name_en":3893,"language_name_local":3894,"country_code":3895,"country_name_en":3896,"country_name_local":3888,"search_tokens":3897,"country_iso_numeric_code":3898,"url_paths":3899,"show_search":1746,"slug":354},"Soomaaliya","\u002Fso-so","so_SO","so","so-SO","Somali","Soomaali","SO","Somalia","706 so so-so so_so somali somalia soomaali soomaaliya","706",{"occupations_url_path":7,"minimum_wages_url_path":3900,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":3901,"living_tariffs_url_path":7,"survey_url_path":7,"vip_check_url_path":7,"salary_check_url_path":7},"so-so\u002Fka-shaqee-soomaaliya\u002Fmushaharka-ugu-yar","so-so\u002Fka-shaqee-soomaaliya\u002Fmushaharka-nolosha",{"id":377,"title":3903,"short_title":3904,"intro_text":3905,"url_path":3906,"legacy_locale":3907,"language_code":11,"ietf_bcp47":3908,"language_name_en":1772,"language_name_local":1772,"country_code":3909,"country_name_en":3903,"country_name_local":3903,"search_tokens":3910,"country_iso_numeric_code":3911,"url_paths":3912,"show_search":1746,"slug":378},"South Africa","All about Wages and Work in South Africa.","\u003Cp data-block-key=\"kwpgl\">Find out more about salaries, labour laws and working in South Africa. Stay informed by visiting the WageIndicator website.\u003C\u002Fp>","\u002Fen-za","en_ZA","en-ZA","ZA","710 en en-za en_za english south africa za","710",{"occupations_url_path":7,"minimum_wages_url_path":3913,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":3914,"living_wage_publications_url_path":3915,"living_tariffs_url_path":3916,"survey_url_path":3917,"vip_check_url_path":3918,"salary_check_url_path":3919},"en-za\u002Fwork-in-south-africa\u002Fminimum-wage","en-za\u002Fwork-in-south-africa\u002Flabour-law","en-za\u002Fwork-in-south-africa\u002Fliving-wages","en-za\u002Fwork-in-south-africa\u002Fliving-tariff","en-za\u002Fwork-in-south-africa\u002Fsalary\u002Fsurvey","en-za\u002Fwork-in-south-africa\u002Fsalary\u002Fvip","en-za\u002Fwork-in-south-africa\u002Fsalary\u002Fcheck",{"id":1018,"title":3921,"short_title":7,"intro_text":8,"url_path":3922,"legacy_locale":3923,"language_code":11,"ietf_bcp47":3924,"language_name_en":1772,"language_name_local":1772,"country_code":3925,"country_name_en":3921,"country_name_local":3921,"search_tokens":3926,"country_iso_numeric_code":3927,"url_paths":3928,"show_search":1746,"slug":1019},"South Sudan","\u002Fen-ss","en_SS","en-SS","SS","728 en en-ss en_ss english south sudan ss","728",{"occupations_url_path":7,"minimum_wages_url_path":3929,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":3930,"living_wage_publications_url_path":3931,"living_tariffs_url_path":7,"survey_url_path":3932,"vip_check_url_path":3933,"salary_check_url_path":3934},"en-ss\u002Fwork-in-south-sudan\u002Fminimum-wage","en-ss\u002Fwork-in-south-sudan\u002Flabour-law","en-ss\u002Fwork-in-south-sudan\u002Fliving-wages","en-ss\u002Fwork-in-south-sudan\u002Fsalary\u002Fsurvey","en-ss\u002Fwork-in-south-sudan\u002Fsalary\u002Fvip","en-ss\u002Fwork-in-south-sudan\u002Fsalary\u002Fcheck",{"id":1405,"title":3936,"short_title":7,"intro_text":8,"url_path":3937,"legacy_locale":3938,"language_code":2265,"ietf_bcp47":3939,"language_name_en":2267,"language_name_local":2268,"country_code":3940,"country_name_en":3941,"country_name_local":3942,"search_tokens":3943,"country_iso_numeric_code":3944,"url_paths":3945,"show_search":1746,"slug":1406},"Srbija","\u002Fsr-latn-rs","sr_RS","sr-Latn-RS","RS","Serbia","Србија","688 rs serbia serbian sr sr-latn-rs sr-rs sr_rs србија српски","688",{"occupations_url_path":7,"minimum_wages_url_path":3946,"collective_agreements_url_path":3947,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":3948,"living_tariffs_url_path":7,"survey_url_path":3949,"vip_check_url_path":3950,"salary_check_url_path":3951},"sr-latn-rs\u002Frad-u-srbiji\u002Fminimalne-zarada","sr-latn-rs\u002Frad-u-srbiji\u002Fbaza-podataka-kolektivnih-ugovora","sr-latn-rs\u002Frad-u-srbiji\u002Fzarada-za-zivot","sr-latn-rs\u002Frad-u-srbiji\u002Fplata\u002Fanketa","sr-latn-rs\u002Frad-u-srbiji\u002Fplata\u002Fvip","sr-latn-rs\u002Frad-u-srbiji\u002Fplata\u002Fprovera",{"id":1483,"title":3953,"short_title":3954,"intro_text":3955,"url_path":3956,"legacy_locale":3957,"language_code":11,"ietf_bcp47":3958,"language_name_en":1772,"language_name_local":1772,"country_code":3959,"country_name_en":3953,"country_name_local":8,"search_tokens":3960,"country_iso_numeric_code":3961,"url_paths":3962,"show_search":1746,"slug":1484},"Sri Lanka","Work and Wages in Sri Lanka","\u003Cp data-block-key=\"cy5m0\">Discover Salaries, Labour Laws and Work in Sri Lanka.\u003C\u002Fp>","\u002Fen-lk","en_LK","en-LK","LK","144 en en-lk en_lk english lk sri lanka","144",{"occupations_url_path":7,"minimum_wages_url_path":3963,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":3964,"living_wage_publications_url_path":3965,"living_tariffs_url_path":7,"survey_url_path":3966,"vip_check_url_path":3967,"salary_check_url_path":3968},"en-lk\u002Fwork-in-sri-lanka\u002Fminimum-wage","en-lk\u002Fwork-in-sri-lanka\u002Flabour-law","en-lk\u002Fwork-in-sri-lanka\u002Fliving-wages","en-lk\u002Fwork-in-sri-lanka\u002Fsalary\u002Fsurvey","en-lk\u002Fwork-in-sri-lanka\u002Fsalary\u002Fvip","en-lk\u002Fwork-in-sri-lanka\u002Fsalary\u002Fcheck",{"id":689,"title":3970,"short_title":7,"intro_text":8,"url_path":3971,"legacy_locale":3972,"language_code":1878,"ietf_bcp47":3973,"language_name_en":1880,"language_name_local":1881,"country_code":3758,"country_name_en":3759,"country_name_local":3970,"search_tokens":3974,"country_iso_numeric_code":3761,"url_paths":3975,"show_search":1746,"slug":690},"Suisse","\u002Ffr-ch","fr_CH","fr-CH","756 ch fr fr-ch fr_ch français french suisse switzerland",{"occupations_url_path":7,"minimum_wages_url_path":3976,"collective_agreements_url_path":3977,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":3978,"living_tariffs_url_path":7,"survey_url_path":3979,"vip_check_url_path":3980,"salary_check_url_path":3981},"fr-ch\u002Ftravail-en-suisse\u002Fsalaire-minimum","fr-ch\u002Ftravail-en-suisse\u002Fconvention-collective","fr-ch\u002Ftravail-en-suisse\u002Fsalaires-minimums-vitaux","fr-ch\u002Ftravail-en-suisse\u002Fsalaire\u002Fenquete","fr-ch\u002Ftravail-en-suisse\u002Fsalaire\u002Fvip","fr-ch\u002Ftravail-en-suisse\u002Fsalaire\u002Fcontrole",{"id":695,"title":3983,"short_title":7,"intro_text":8,"url_path":3984,"legacy_locale":3985,"language_code":3986,"ietf_bcp47":3987,"language_name_en":3988,"language_name_local":3989,"country_code":3990,"country_name_en":3991,"country_name_local":3983,"search_tokens":3992,"country_iso_numeric_code":3993,"url_paths":3994,"show_search":1746,"slug":696},"Suomi","\u002Ffi-fi","fi_FI","fi","fi-FI","Finnish","suomi","FI","Finland","246 fi fi-fi fi_fi finland finnish suomi","246",{"occupations_url_path":7,"minimum_wages_url_path":3995,"collective_agreements_url_path":3996,"factory_pages_url_path":7,"labour_law_url_path":3997,"living_wage_publications_url_path":3998,"living_tariffs_url_path":7,"survey_url_path":3999,"vip_check_url_path":4000,"salary_check_url_path":4001},"fi-fi\u002Ftyoskentele-suomessa\u002Fminimipalkka","fi-fi\u002Ftyoskentele-suomessa\u002Ftyoehtosopimus","fi-fi\u002Ftyoskentele-suomessa\u002Ftyooikeus","fi-fi\u002Ftyoskentele-suomessa\u002Ftoimeentulon-turvaavat-palkat","fi-fi\u002Ftyoskentele-suomessa\u002Fpalkka\u002Fkysely","fi-fi\u002Ftyoskentele-suomessa\u002Fpalkka\u002Fvip","fi-fi\u002Ftyoskentele-suomessa\u002Fpalkka\u002Ftarkista",{"id":701,"title":4003,"short_title":7,"intro_text":8,"url_path":4004,"legacy_locale":4005,"language_code":11,"ietf_bcp47":4006,"language_name_en":1772,"language_name_local":1772,"country_code":4007,"country_name_en":4003,"country_name_local":8,"search_tokens":4008,"country_iso_numeric_code":4009,"url_paths":4010,"show_search":1746,"slug":702},"Suriname","\u002Fen-sr","en_SR","en-SR","SR","740 en en-sr en_sr english sr suriname","740",{"occupations_url_path":7,"minimum_wages_url_path":4011,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":4012,"living_tariffs_url_path":7,"survey_url_path":7,"vip_check_url_path":7,"salary_check_url_path":4013},"en-sr\u002Fwork-in-suriname\u002Fminimum-wage","en-sr\u002Fwork-in-suriname\u002Fliving-wages","en-sr\u002Fwork-in-suriname\u002Fsalary\u002Fcheck",{"id":1150,"title":4003,"short_title":7,"intro_text":8,"url_path":4015,"legacy_locale":4016,"language_code":1802,"ietf_bcp47":4017,"language_name_en":1804,"language_name_local":1805,"country_code":4007,"country_name_en":4003,"country_name_local":4003,"search_tokens":4018,"country_iso_numeric_code":4009,"url_paths":4019,"show_search":1746,"slug":1151},"\u002Fnl-sr","nl_SR","nl-SR","740 dutch nederlands nl nl-sr nl_sr sr suriname",{"occupations_url_path":7,"minimum_wages_url_path":4020,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":4021,"living_tariffs_url_path":7,"survey_url_path":7,"vip_check_url_path":4022,"salary_check_url_path":4023},"nl-sr\u002Fwerk-in-suriname\u002Fminimum-loon","nl-sr\u002Fwerk-in-suriname\u002Fleefbaar-loon","nl-sr\u002Fwerk-in-suriname\u002Fsalaris\u002Fberoemdheden","nl-sr\u002Fwerk-in-suriname\u002Fsalaris\u002Fcheck",{"id":1138,"title":4025,"short_title":7,"intro_text":8,"url_path":4026,"legacy_locale":4027,"language_code":4028,"ietf_bcp47":4029,"language_name_en":4030,"language_name_local":4031,"country_code":4032,"country_name_en":4033,"country_name_local":4025,"search_tokens":4034,"country_iso_numeric_code":4035,"url_paths":4036,"show_search":1746,"slug":1139},"Sverige","\u002Fsv-se","sv_SE","sv","sv-SE","Swedish","svenska","SE","Sweden","752 se sv sv-se sv_se svenska sverige sweden swedish","752",{"occupations_url_path":7,"minimum_wages_url_path":4037,"collective_agreements_url_path":4038,"factory_pages_url_path":7,"labour_law_url_path":4039,"living_wage_publications_url_path":4040,"living_tariffs_url_path":7,"survey_url_path":4041,"vip_check_url_path":4042,"salary_check_url_path":4043},"sv-se\u002Farbeta-i-sverige\u002Fminimallon","sv-se\u002Farbeta-i-sverige\u002Fkollektivavtal","sv-se\u002Farbeta-i-sverige\u002Farbetsratt","sv-se\u002Farbeta-i-sverige\u002Flevnadsloner","sv-se\u002Farbeta-i-sverige\u002Flon\u002Fundersokning","sv-se\u002Farbeta-i-sverige\u002Flon\u002Fvip","sv-se\u002Farbeta-i-sverige\u002Flon\u002Fkontroll",{"id":1369,"title":4045,"short_title":7,"intro_text":8,"url_path":4046,"legacy_locale":4047,"language_code":1753,"ietf_bcp47":4048,"language_name_en":1755,"language_name_local":1756,"country_code":4049,"country_name_en":4050,"country_name_local":4045,"search_tokens":4051,"country_iso_numeric_code":4052,"url_paths":4053,"show_search":1746,"slug":1370},"São Tomé e Príncipe","\u002Fpt-st","pt_ST","pt-ST","ST","São Tomé & Príncipe","678 portuguese português pt pt-st pt_st st são tomé & príncipe são tomé e príncipe","678",{"occupations_url_path":7,"minimum_wages_url_path":4054,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":4055,"living_tariffs_url_path":7,"survey_url_path":7,"vip_check_url_path":7,"salary_check_url_path":7},"pt-st\u002Ftrabalho-em-sao-tome-e-principe\u002Fsalario-minimo","pt-st\u002Ftrabalho-em-sao-tome-e-principe\u002Fsalarios-dignos",{"id":916,"title":4057,"short_title":7,"intro_text":8,"url_path":4058,"legacy_locale":4059,"language_code":1878,"ietf_bcp47":4060,"language_name_en":1880,"language_name_local":1881,"country_code":4061,"country_name_en":4062,"country_name_local":4057,"search_tokens":4063,"country_iso_numeric_code":4064,"url_paths":4065,"show_search":1746,"slug":917},"Sénégal","\u002Ffr-sn","fr_SN","fr-SN","SN","Senegal","686 fr fr-sn fr_sn français french senegal sn sénégal","686",{"occupations_url_path":7,"minimum_wages_url_path":4066,"collective_agreements_url_path":4067,"factory_pages_url_path":7,"labour_law_url_path":4068,"living_wage_publications_url_path":4069,"living_tariffs_url_path":7,"survey_url_path":4070,"vip_check_url_path":4071,"salary_check_url_path":4072},"fr-sn\u002Ftravail-au-senegal\u002Fsalaire-minimum","fr-sn\u002Ftravail-au-senegal\u002Fconvention-collective","fr-sn\u002Ftravail-au-senegal\u002Fdroit-du-travail","fr-sn\u002Ftravail-au-senegal\u002Fsalaires-minimums-vitaux","fr-sn\u002Ftravail-au-senegal\u002Fsalaire\u002Fenquete","fr-sn\u002Ftravail-au-senegal\u002Fsalaire\u002Fvip","fr-sn\u002Ftravail-au-senegal\u002Fsalaire\u002Fcontrole",{"id":665,"title":4074,"short_title":7,"intro_text":8,"url_path":4075,"legacy_locale":4076,"language_code":4077,"ietf_bcp47":4078,"language_name_en":4079,"language_name_local":4080,"country_code":4081,"country_name_en":4074,"country_name_local":4074,"search_tokens":4082,"country_iso_numeric_code":4083,"url_paths":4084,"show_search":1746,"slug":666},"Tanzania","\u002Fsw-tz","sw_TZ","sw","sw-TZ","Swahili","Kiswahili","TZ","834 kiswahili sw sw-tz sw_tz swahili tanzania tz","834",{"occupations_url_path":7,"minimum_wages_url_path":4085,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":4086,"living_wage_publications_url_path":4087,"living_tariffs_url_path":7,"survey_url_path":4088,"vip_check_url_path":4089,"salary_check_url_path":4090},"sw-tz\u002Fkazi-nchini-tanzania\u002Fkima-cha-chini-cha-mshahara","sw-tz\u002Fkazi-nchini-tanzania\u002Fsheria-za-kazi","sw-tz\u002Fkazi-nchini-tanzania\u002Fmshahara-wa-kujikimu","sw-tz\u002Fkazi-nchini-tanzania\u002Fmshahara\u002Futafiti","sw-tz\u002Fkazi-nchini-tanzania\u002Fmshahara\u002Fvip","sw-tz\u002Fkazi-nchini-zanzibar\u002Fmshahara\u002Fkagua",{"id":503,"title":4074,"short_title":7,"intro_text":8,"url_path":4092,"legacy_locale":4093,"language_code":11,"ietf_bcp47":4094,"language_name_en":1772,"language_name_local":1772,"country_code":4081,"country_name_en":4074,"country_name_local":4074,"search_tokens":4095,"country_iso_numeric_code":4083,"url_paths":4096,"show_search":1746,"slug":504},"\u002Fen-tz","en_TZ","en-TZ","834 en en-tz en_tz english tanzania tz",{"occupations_url_path":7,"minimum_wages_url_path":4097,"collective_agreements_url_path":4098,"factory_pages_url_path":7,"labour_law_url_path":4099,"living_wage_publications_url_path":4100,"living_tariffs_url_path":7,"survey_url_path":4101,"vip_check_url_path":4102,"salary_check_url_path":4103},"en-tz\u002Fwork-in-tanzania\u002Fminimum-wage","en-tz\u002Fwork-in-tanzania\u002Fcollective-bargaining-agreement","en-tz\u002Fwork-in-tanzania\u002Flabour-law","en-tz\u002Fwork-in-tanzania\u002Fliving-wages","en-tz\u002Fwork-in-tanzania\u002Fsalary\u002Fsurvey","en-tz\u002Fwork-in-tanzania\u002Fsalary\u002Fvip","en-tz\u002Fwork-in-tanzania\u002Fsalary\u002Fcheck",{"id":731,"title":4105,"short_title":7,"intro_text":8,"url_path":4106,"legacy_locale":4107,"language_code":1878,"ietf_bcp47":4108,"language_name_en":1880,"language_name_local":1881,"country_code":4109,"country_name_en":4110,"country_name_local":4105,"search_tokens":4111,"country_iso_numeric_code":4112,"url_paths":4113,"show_search":1746,"slug":732},"Tchad","\u002Ffr-td","fr_TD","fr-TD","TD","Chad","148 chad fr fr-td fr_td français french tchad td","148",{"occupations_url_path":7,"minimum_wages_url_path":4114,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":4115,"living_wage_publications_url_path":4116,"living_tariffs_url_path":7,"survey_url_path":4117,"vip_check_url_path":4118,"salary_check_url_path":4119},"fr-td\u002Ftravail-au-tchad\u002Fsalaire-minimum","fr-td\u002Ftravail-au-tchad\u002Fdroit-du-travail","fr-td\u002Ftravail-au-tchad\u002Fsalaires-minimums-vitaux","fr-td\u002Ftravail-au-tchad\u002Fsalaire\u002Fenquete","fr-td\u002Ftravail-au-tchad\u002Fsalaire\u002Fvip","fr-td\u002Ftravail-au-tchad\u002Fsalaire\u002Fcontrole",{"id":1363,"title":4121,"short_title":7,"intro_text":8,"url_path":4122,"legacy_locale":4123,"language_code":1753,"ietf_bcp47":4124,"language_name_en":1755,"language_name_local":1756,"country_code":4125,"country_name_en":4121,"country_name_local":4121,"search_tokens":4126,"country_iso_numeric_code":4127,"url_paths":4128,"show_search":1746,"slug":1364},"Timor-Leste","\u002Fpt-tl","pt_TL","pt-TL","TL","626 portuguese português pt pt-tl pt_tl timor-leste tl","626",{"occupations_url_path":7,"minimum_wages_url_path":4129,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":7,"living_tariffs_url_path":7,"survey_url_path":7,"vip_check_url_path":7,"salary_check_url_path":7},"pt-tl\u002Ftrabalho-em-timor-leste\u002Fsalario-minimo",{"id":401,"title":4131,"short_title":7,"intro_text":8,"url_path":4132,"legacy_locale":4133,"language_code":1878,"ietf_bcp47":4134,"language_name_en":1880,"language_name_local":1881,"country_code":4135,"country_name_en":4131,"country_name_local":4131,"search_tokens":4136,"country_iso_numeric_code":4137,"url_paths":4138,"show_search":1746,"slug":402},"Togo","\u002Ffr-tg","fr_TG","fr-TG","TG","768 fr fr-tg fr_tg français french tg togo","768",{"occupations_url_path":7,"minimum_wages_url_path":4139,"collective_agreements_url_path":4140,"factory_pages_url_path":7,"labour_law_url_path":4141,"living_wage_publications_url_path":4142,"living_tariffs_url_path":7,"survey_url_path":4143,"vip_check_url_path":4144,"salary_check_url_path":4145},"fr-tg\u002Ftravail-au-togo\u002Fsalaire-minimum","fr-tg\u002Ftravail-au-togo\u002Fconvention-collective","fr-tg\u002Ftravail-au-togo\u002Fdroit-du-travail","fr-tg\u002Ftravail-au-togo\u002Fsalaires-minimums-vitaux","fr-tg\u002Ftravail-au-togo\u002Fsalaire\u002Fenquete","fr-tg\u002Ftravail-au-togo\u002Fsalaire\u002Fvip","fr-tg\u002Ftravail-au-togo\u002Fsalaire\u002Fcontrole",{"id":479,"title":4147,"short_title":7,"intro_text":8,"url_path":4148,"legacy_locale":4149,"language_code":11,"ietf_bcp47":4150,"language_name_en":1772,"language_name_local":1772,"country_code":4151,"country_name_en":4147,"country_name_local":4147,"search_tokens":4152,"country_iso_numeric_code":4153,"url_paths":4154,"show_search":1746,"slug":480},"Tonga","\u002Fen-to","en_TO","en-TO","TO","776 en en-to en_to english to tonga","776",{"occupations_url_path":7,"minimum_wages_url_path":4155,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":7,"living_tariffs_url_path":7,"survey_url_path":7,"vip_check_url_path":7,"salary_check_url_path":7},"en-to\u002Fwork-in-tonga\u002Fminimum-wage",{"id":934,"title":4157,"short_title":7,"intro_text":8,"url_path":4158,"legacy_locale":4159,"language_code":11,"ietf_bcp47":4160,"language_name_en":1772,"language_name_local":1772,"country_code":4161,"country_name_en":4157,"country_name_local":4162,"search_tokens":4163,"country_iso_numeric_code":4164,"url_paths":4165,"show_search":1746,"slug":935},"Trinidad and Tobago","\u002Fen-tt","en_TT","en-TT","TT","Trinidad & Tobago","780 en en-tt en_tt english trinidad & tobago trinidad and tobago tt","780",{"occupations_url_path":7,"minimum_wages_url_path":4166,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":4167,"living_tariffs_url_path":7,"survey_url_path":4168,"vip_check_url_path":7,"salary_check_url_path":4169},"en-tt\u002Fwork-in-trinidad-and-tobago\u002Fminimum-wage","en-tt\u002Fwork-in-trinidad-and-tobago\u002Fliving-wages","en-tt\u002Fwork-in-trinidad-and-tobago\u002Fsalary\u002Fsurvey","en-tt\u002Fwork-in-trinidad-and-tobago\u002Fsalary\u002Fcheck",{"id":1615,"title":4171,"short_title":7,"intro_text":8,"url_path":4172,"legacy_locale":4173,"language_code":1878,"ietf_bcp47":4174,"language_name_en":1880,"language_name_local":1881,"country_code":4175,"country_name_en":4176,"country_name_local":4171,"search_tokens":4177,"country_iso_numeric_code":4178,"url_paths":4179,"show_search":1746,"slug":1616},"Tunisie","\u002Ffr-tn","fr_TN","fr-TN","TN","Tunisia","788 fr fr-tn fr_tn français french tn tunisia tunisie","788",{"occupations_url_path":7,"minimum_wages_url_path":4180,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":4181,"living_wage_publications_url_path":4182,"living_tariffs_url_path":7,"survey_url_path":4183,"vip_check_url_path":4184,"salary_check_url_path":4185},"fr-tn\u002Ftravail-en-tunisie\u002Fsalaire-minimum","fr-tn\u002Ftravail-en-tunisie\u002Fdroit-du-travail","fr-tn\u002Ftravail-en-tunisie\u002Fsalaires-minimums-vitaux","fr-tn\u002Ftravail-en-tunisie\u002Fsalaire\u002Fenquete","fr-tn\u002Ftravail-en-tunisie\u002Fsalaire\u002Fvip","fr-tn\u002Ftravail-en-tunisie\u002Fsalaire\u002Fcontrole",{"id":449,"title":4187,"short_title":7,"intro_text":8,"url_path":4188,"legacy_locale":4189,"language_code":11,"ietf_bcp47":4190,"language_name_en":1772,"language_name_local":1772,"country_code":4191,"country_name_en":4187,"country_name_local":4187,"search_tokens":4192,"country_iso_numeric_code":4193,"url_paths":4194,"show_search":1746,"slug":450},"Tuvalu","\u002Fen-tv","en_TV","en-TV","TV","798 en en-tv en_tv english tuvalu tv","798",{"occupations_url_path":7,"minimum_wages_url_path":4195,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":7,"living_tariffs_url_path":7,"survey_url_path":7,"vip_check_url_path":7,"salary_check_url_path":7},"en-tv\u002Fwork-in-tuvalu\u002Fminimum-wage",{"id":365,"title":4197,"short_title":7,"intro_text":8,"url_path":4198,"legacy_locale":4199,"language_code":4200,"ietf_bcp47":4201,"language_name_en":4202,"language_name_local":4203,"country_code":4204,"country_name_en":4197,"country_name_local":4197,"search_tokens":4205,"country_iso_numeric_code":4206,"url_paths":4207,"show_search":1746,"slug":366},"Türkiye","\u002Ftr-tr","tr_TR","tr","tr-TR","Turkish","Türkçe","TR","792 tr tr-tr tr_tr turkish türkiye türkçe","792",{"occupations_url_path":7,"minimum_wages_url_path":4208,"collective_agreements_url_path":4209,"factory_pages_url_path":7,"labour_law_url_path":4210,"living_wage_publications_url_path":4211,"living_tariffs_url_path":7,"survey_url_path":4212,"vip_check_url_path":4213,"salary_check_url_path":4214},"tr-tr\u002Fturkiye-de-calismak\u002Fasgari-ucretler","tr-tr\u002Fturkiye-de-calismak\u002Ftoplu-is-sozlesmesi","tr-tr\u002Fturkiye-de-calismak\u002Fis-hukuku","tr-tr\u002Fturkiye-de-calismak\u002Fasgari-gecim-ucreti","tr-tr\u002Fturkiye-de-calismak\u002Fma-as\u002Fanket","tr-tr\u002Fturkiye-de-calismak\u002Fma-as\u002Funluler","tr-tr\u002Fturkiye-de-calismak\u002Fma-as\u002Fsorgulama",{"id":1663,"title":4216,"short_title":7,"intro_text":8,"url_path":4217,"legacy_locale":4218,"language_code":4219,"ietf_bcp47":4220,"language_name_en":4221,"language_name_local":4222,"country_code":4223,"country_name_en":4224,"country_name_local":4216,"search_tokens":4225,"country_iso_numeric_code":4226,"url_paths":4227,"show_search":1746,"slug":1664},"Türkmenistan","\u002Ftk-tm","tk_TM","tk","tk-TM","Turkmen","Türkmençe","TM","Turkmenistan","795 tk tk-tm tk_tm tm turkmen turkmenistan türkmenistan türkmençe","795",{"occupations_url_path":7,"minimum_wages_url_path":4228,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":7,"living_tariffs_url_path":7,"survey_url_path":7,"vip_check_url_path":7,"salary_check_url_path":7},"tk-tm\u002Fturkmenistanda-islemek\u002Fin-pes-aylyk",{"id":413,"title":4230,"short_title":4231,"intro_text":4232,"url_path":4233,"legacy_locale":4234,"language_code":11,"ietf_bcp47":4235,"language_name_en":1772,"language_name_local":1772,"country_code":4236,"country_name_en":4230,"country_name_local":4230,"search_tokens":4237,"country_iso_numeric_code":4238,"url_paths":4239,"show_search":1746,"slug":414},"Uganda","Work and Wages in Uganda","\u003Cp data-block-key=\"y49gw\">Learn all about Work and Wages in Uganda.\u003C\u002Fp>","\u002Fen-ug","en_UG","en-UG","UG","800 en en-ug en_ug english ug uganda","800",{"occupations_url_path":7,"minimum_wages_url_path":4240,"collective_agreements_url_path":4241,"factory_pages_url_path":7,"labour_law_url_path":4242,"living_wage_publications_url_path":4243,"living_tariffs_url_path":7,"survey_url_path":4244,"vip_check_url_path":4245,"salary_check_url_path":4246},"en-ug\u002Fwork-in-uganda\u002Fminimum-wage","en-ug\u002Fwork-in-uganda\u002Fcollective-bargaining-agreement","en-ug\u002Fwork-in-uganda\u002Flabour-law","en-ug\u002Fwork-in-uganda\u002Fliving-wages","en-ug\u002Fwork-in-uganda\u002Fsalary\u002Fsurvey","en-ug\u002Fwork-in-uganda\u002Fsalary\u002Fvip","en-ug\u002Fwork-in-uganda\u002Fsalary\u002Fcheck",{"id":1669,"title":4248,"short_title":4249,"intro_text":4250,"url_path":4251,"legacy_locale":4252,"language_code":11,"ietf_bcp47":4253,"language_name_en":1772,"language_name_local":1772,"country_code":4254,"country_name_en":4248,"country_name_local":4248,"search_tokens":4255,"country_iso_numeric_code":4256,"url_paths":4257,"show_search":1746,"slug":1670},"United Kingdom","Work and wages in the United Kingdom","\u003Cp data-block-key=\"pyyrr\">Find out more about Salaries, Labour Laws and Work in the United Kingdom.\u003C\u002Fp>","\u002Fen-gb","en_GB","en-GB","GB","826 en en-gb en_gb english gb united kingdom","826",{"occupations_url_path":7,"minimum_wages_url_path":4258,"collective_agreements_url_path":4259,"factory_pages_url_path":7,"labour_law_url_path":4260,"living_wage_publications_url_path":7,"living_tariffs_url_path":7,"survey_url_path":4261,"vip_check_url_path":4262,"salary_check_url_path":4263},"en-gb\u002Fwork-in-uk\u002Fminimum-wage","en-gb\u002Fwork-in-uk\u002Fcollective-bargaining-agreement","en-gb\u002Fwork-in-uk\u002Flabour-law","en-gb\u002Fwork-in-uk\u002Fsalary\u002Fsurvey","en-gb\u002Fwork-in-uk\u002Fsalary\u002Fvip","en-gb\u002Fwork-in-uk\u002Fsalary\u002Fcheck",{"id":317,"title":2445,"short_title":4265,"intro_text":4266,"url_path":4267,"legacy_locale":4268,"language_code":11,"ietf_bcp47":4269,"language_name_en":1772,"language_name_local":1772,"country_code":2444,"country_name_en":2445,"country_name_local":2445,"search_tokens":4270,"country_iso_numeric_code":2447,"url_paths":4271,"show_search":1746,"slug":318},"Work and Wages in the USA","\u003Cp data-block-key=\"cn7x4\">Find everything you need to know about wages, salaries, and work in the USA\u003C\u002Fp>","\u002Fen-us","en_US","en-US","840 en en-us en_us english united states us",{"occupations_url_path":7,"minimum_wages_url_path":4272,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":7,"living_tariffs_url_path":7,"survey_url_path":4273,"vip_check_url_path":4274,"salary_check_url_path":4275},"en-us\u002Fwork-in-usa\u002Fminimum-wage","en-us\u002Fwork-in-usa\u002Fsalary\u002Fsurvey","en-us\u002Fwork-in-usa\u002Fsalary\u002Fvip","en-us\u002Fwork-in-usa\u002Fsalary\u002Fcheck",{"id":1357,"title":4277,"short_title":7,"intro_text":8,"url_path":4278,"legacy_locale":4279,"language_code":1733,"ietf_bcp47":4280,"language_name_en":1735,"language_name_local":1736,"country_code":4281,"country_name_en":4277,"country_name_local":4277,"search_tokens":4282,"country_iso_numeric_code":4283,"url_paths":4284,"show_search":1746,"slug":1358},"Uruguay","\u002Fes-uy","es_UY","es-UY","UY","858 es es-uy es_uy español spanish uruguay uy","858",{"occupations_url_path":7,"minimum_wages_url_path":4285,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":4286,"living_tariffs_url_path":7,"survey_url_path":4287,"vip_check_url_path":4288,"salary_check_url_path":4289},"es-uy\u002Ftrabajo-en-uruguay\u002Fsalario-minimo","es-uy\u002Ftrabajo-en-uruguay\u002Fsalarios-vitales","es-uy\u002Ftrabajo-en-uruguay\u002Fsalario\u002Fencuesta-salarial","es-uy\u002Ftrabajo-en-uruguay\u002Fsalario\u002Ffamosos","es-uy\u002Ftrabajo-en-uruguay\u002Fsalario\u002Fcompara",{"id":725,"title":4291,"short_title":7,"intro_text":8,"url_path":4292,"legacy_locale":4293,"language_code":11,"ietf_bcp47":4294,"language_name_en":1772,"language_name_local":1772,"country_code":4295,"country_name_en":4291,"country_name_local":4291,"search_tokens":4296,"country_iso_numeric_code":4297,"url_paths":4298,"show_search":1746,"slug":726},"Vanuatu","\u002Fen-vu","en_VU","en-VU","VU","548 en en-vu en_vu english vanuatu vu","548",{"occupations_url_path":7,"minimum_wages_url_path":4299,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":7,"living_tariffs_url_path":7,"survey_url_path":7,"vip_check_url_path":7,"salary_check_url_path":7},"en-vu\u002Fwork-in-vanuatu\u002Fminimum-wage",{"id":1327,"title":4301,"short_title":7,"intro_text":8,"url_path":4302,"legacy_locale":4303,"language_code":1733,"ietf_bcp47":4304,"language_name_en":1735,"language_name_local":1736,"country_code":4305,"country_name_en":4301,"country_name_local":4301,"search_tokens":4306,"country_iso_numeric_code":4307,"url_paths":4308,"show_search":1746,"slug":1328},"Venezuela","\u002Fes-ve","es_VE","es-VE","VE","862 es es-ve es_ve español spanish ve venezuela","862",{"occupations_url_path":7,"minimum_wages_url_path":4309,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":4310,"living_tariffs_url_path":7,"survey_url_path":4311,"vip_check_url_path":4312,"salary_check_url_path":4313},"es-ve\u002Ftrabajo-en-venezuela\u002Fsalario-minimo","es-ve\u002Ftrabajo-en-venezuela\u002Fsalarios-vitales","es-ve\u002Ftrabajo-en-venezuela\u002Fsalario\u002Fencuesta-salarial","es-ve\u002Ftrabajo-en-venezuela\u002Fsalario\u002Ffamosos","es-ve\u002Ftrabajo-en-venezuela\u002Fsalario\u002Fcompara",{"id":1024,"title":4315,"short_title":7,"intro_text":8,"url_path":4316,"legacy_locale":4317,"language_code":4318,"ietf_bcp47":4319,"language_name_en":4320,"language_name_local":4321,"country_code":4322,"country_name_en":4323,"country_name_local":4315,"search_tokens":4324,"country_iso_numeric_code":4325,"url_paths":4326,"show_search":1746,"slug":1025},"Việt Nam","\u002Fvi-vn","vi_VN","vi","vi-VN","Vietnamese","Tiếng Việt","VN","Vietnam","704 tiếng việt vi vi-vn vi_vn vietnam vietnamese việt nam vn","704",{"occupations_url_path":7,"minimum_wages_url_path":4327,"collective_agreements_url_path":4328,"factory_pages_url_path":7,"labour_law_url_path":4329,"living_wage_publications_url_path":4330,"living_tariffs_url_path":7,"survey_url_path":4331,"vip_check_url_path":4332,"salary_check_url_path":4333},"vi-vn\u002Fcong-viec-tai-viet-nam\u002Fmuc-luong-toi-thieu","vi-vn\u002Fcong-viec-tai-viet-nam\u002Fthoa-uoc-lao-dong-tap-the","vi-vn\u002Fcong-viec-tai-viet-nam\u002Fluat-lao-dong","vi-vn\u002Fcong-viec-tai-viet-nam\u002Fmuc-luong-du-song","vi-vn\u002Fcong-viec-tai-viet-nam\u002Fluong\u002Fkhao-sat","vi-vn\u002Fcong-viec-tai-viet-nam\u002Fluong\u002Fvip","vi-vn\u002Fcong-viec-tai-viet-nam\u002Fluong\u002Fkiem-tra",{"id":1657,"title":4335,"short_title":7,"intro_text":8,"url_path":4336,"legacy_locale":4337,"language_code":1878,"ietf_bcp47":4338,"language_name_en":1880,"language_name_local":1881,"country_code":4339,"country_name_en":4335,"country_name_local":4335,"search_tokens":4340,"country_iso_numeric_code":4341,"url_paths":4342,"show_search":1746,"slug":1658},"Wallis-et-Futuna","\u002Ffr-wf","fr_WF","fr-WF","WF","876 fr fr-wf fr_wf français french wallis-et-futuna wf","876",{"occupations_url_path":7,"minimum_wages_url_path":4343,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":7,"living_tariffs_url_path":7,"survey_url_path":7,"vip_check_url_path":7,"salary_check_url_path":7},"fr-wf\u002Ftravail-a-wallis-et-futuna\u002Fsalaire-minimum",{"id":1000,"title":4345,"short_title":4346,"intro_text":4347,"url_path":4348,"legacy_locale":4349,"language_code":11,"ietf_bcp47":4350,"language_name_en":1772,"language_name_local":1772,"country_code":4351,"country_name_en":4345,"country_name_local":4345,"search_tokens":4352,"country_iso_numeric_code":4353,"url_paths":4354,"show_search":1746,"slug":1001},"Zambia","All about Work and Wages in Zambia.","\u003Cp data-block-key=\"uaqsa\">Find out about Work, Wages and Labour Laws in Zambia.\u003C\u002Fp>","\u002Fen-zm","en_ZM","en-ZM","ZM","894 en en-zm en_zm english zambia zm","894",{"occupations_url_path":7,"minimum_wages_url_path":4355,"collective_agreements_url_path":4356,"factory_pages_url_path":7,"labour_law_url_path":4357,"living_wage_publications_url_path":4358,"living_tariffs_url_path":7,"survey_url_path":4359,"vip_check_url_path":4360,"salary_check_url_path":4361},"en-zm\u002Fwork-in-zambia\u002Fminimum-wage","en-zm\u002Fwork-in-zambia\u002Fcollective-bargaining-agreement","en-zm\u002Fwork-in-zambia\u002Flabour-law","en-zm\u002Fwork-in-zambia\u002Fliving-wages","en-zm\u002Fwork-in-zambia\u002Fsalary\u002Fsurvey","en-zm\u002Fwork-in-zambia\u002Fsalary\u002Fvip","en-zm\u002Fwork-in-zambia\u002Fsalary\u002Fcheck",{"id":617,"title":4363,"short_title":7,"intro_text":8,"url_path":4364,"legacy_locale":4365,"language_code":11,"ietf_bcp47":4366,"language_name_en":1772,"language_name_local":1772,"country_code":4367,"country_name_en":4363,"country_name_local":4363,"search_tokens":4368,"country_iso_numeric_code":4369,"url_paths":4370,"show_search":1746,"slug":618},"Zimbabwe","\u002Fen-zw","en_ZW","en-ZW","ZW","716 en en-zw en_zw english zimbabwe zw","716",{"occupations_url_path":7,"minimum_wages_url_path":4371,"collective_agreements_url_path":4372,"factory_pages_url_path":7,"labour_law_url_path":4373,"living_wage_publications_url_path":4374,"living_tariffs_url_path":7,"survey_url_path":4375,"vip_check_url_path":4376,"salary_check_url_path":4377},"en-zw\u002Fwork-in-zimbabwe\u002Fminimum-wage","en-zw\u002Fwork-in-zimbabwe\u002Fcollective-bargaining-agreement","en-zw\u002Fwork-in-zimbabwe\u002Flabour-law","en-zw\u002Fwork-in-zimbabwe\u002Fliving-wages","en-zw\u002Fwork-in-zimbabwe\u002Fsalary\u002Fsurvey","en-zw\u002Fwork-in-zimbabwe\u002Fsalary\u002Fvip","en-zw\u002Fwork-in-zimbabwe\u002Fsalary\u002Fcheck",{"id":1645,"title":4379,"short_title":7,"intro_text":8,"url_path":4380,"legacy_locale":4381,"language_code":4382,"ietf_bcp47":4383,"language_name_en":4384,"language_name_local":4385,"country_code":4386,"country_name_en":4387,"country_name_local":4379,"search_tokens":4388,"country_iso_numeric_code":4389,"url_paths":4390,"show_search":1746,"slug":1646},"Ísland","\u002Fis-is","is_IS","is","is-IS","Icelandic","Íslenska","IS","Iceland","352 iceland icelandic is is-is is_is ísland íslenska","352",{"occupations_url_path":7,"minimum_wages_url_path":4391,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":7,"living_tariffs_url_path":7,"survey_url_path":7,"vip_check_url_path":7,"salary_check_url_path":7},"is-is\u002Fvinna-a-islandi\u002Flagmarkslaun",{"id":1204,"title":4393,"short_title":7,"intro_text":8,"url_path":4394,"legacy_locale":4395,"language_code":2346,"ietf_bcp47":4396,"language_name_en":2348,"language_name_local":2349,"country_code":4397,"country_name_en":4398,"country_name_local":4393,"search_tokens":4399,"country_iso_numeric_code":4400,"url_paths":4401,"show_search":1746,"slug":1205},"Österreich","\u002Fde-at","de_AT","de-AT","AT","Austria","040 at austria de de-at de_at deutsch german österreich","040",{"occupations_url_path":7,"minimum_wages_url_path":4402,"collective_agreements_url_path":4403,"factory_pages_url_path":7,"labour_law_url_path":4404,"living_wage_publications_url_path":4405,"living_tariffs_url_path":7,"survey_url_path":4406,"vip_check_url_path":4407,"salary_check_url_path":4408},"de-at\u002Farbeiten-in-osterreich\u002Fmindestlohnsatze","de-at\u002Farbeiten-in-osterreich\u002Fdatenbank-der-tarifvertrage","de-at\u002Farbeiten-in-osterreich\u002Farbeitsrecht","de-at\u002Farbeiten-in-osterreich\u002Fexistenzsichernde-lohne","de-at\u002Farbeiten-in-osterreich\u002Fgehalt\u002Fumfrage","de-at\u002Farbeiten-in-osterreich\u002Fgehalt\u002Fvip","de-at\u002Farbeiten-in-osterreich\u002Fgehalt\u002Fcheck",{"id":946,"title":4410,"short_title":7,"intro_text":8,"url_path":4411,"legacy_locale":4412,"language_code":4413,"ietf_bcp47":4414,"language_name_en":4415,"language_name_local":4416,"country_code":4417,"country_name_en":4418,"country_name_local":4410,"search_tokens":4419,"country_iso_numeric_code":4420,"url_paths":4421,"show_search":1746,"slug":947},"Česko","\u002Fcs-cz","cs_CZ","cs","cs-CZ","Czech","česky","CZ","Czechia","203 cs cs-cz cs_cz cz czech czechia česko česky","203",{"occupations_url_path":7,"minimum_wages_url_path":4422,"collective_agreements_url_path":4423,"factory_pages_url_path":7,"labour_law_url_path":4424,"living_wage_publications_url_path":4425,"living_tariffs_url_path":7,"survey_url_path":4426,"vip_check_url_path":4427,"salary_check_url_path":4428},"cs-cz\u002Fprace-v-cesku\u002Fminimalni-mzda","cs-cz\u002Fprace-v-cesku\u002Fkolektivni-smlouva","cs-cz\u002Fprace-v-cesku\u002Fpracovni-pravo","cs-cz\u002Fprace-v-cesku\u002Fdustojne-mzdy","cs-cz\u002Fprace-v-cesku\u002Fmzda\u002Fpruzkum","cs-cz\u002Fprace-v-cesku\u002Fmzda\u002Fvip","cs-cz\u002Fprace-v-cesku\u002Fmzda\u002Fkontrola",{"id":485,"title":4430,"short_title":7,"intro_text":8,"url_path":4431,"legacy_locale":4432,"language_code":4433,"ietf_bcp47":4434,"language_name_en":4435,"language_name_local":4436,"country_code":4437,"country_name_en":4438,"country_name_local":4430,"search_tokens":4439,"country_iso_numeric_code":4440,"url_paths":4441,"show_search":1746,"slug":486},"Ελλάδα","\u002Fel-gr","el_GR","el","el-GR","Greek","Ελληνικά","GR","Greece","300 el el-gr el_gr gr greece greek ελλάδα ελληνικά","300",{"occupations_url_path":7,"minimum_wages_url_path":4442,"collective_agreements_url_path":4443,"factory_pages_url_path":7,"labour_law_url_path":4444,"living_wage_publications_url_path":4445,"living_tariffs_url_path":7,"survey_url_path":4446,"vip_check_url_path":4447,"salary_check_url_path":4448},"el-gr\u002Fergasia-stin-ellada\u002Fkatotatos-misthos","el-gr\u002Fergasia-stin-ellada\u002Fsyllogiki-symvasi-ergasias","el-gr\u002Fergasia-stin-ellada\u002Fergatiko-dikaio","el-gr\u002Fergasia-stin-ellada\u002Fmisthoi-diaviosis","el-gr\u002Fergasia-stin-ellada\u002Fmisthos\u002Ferevna","el-gr\u002Fergasia-stin-ellada\u002Fmisthos\u002Fvip","el-gr\u002Fergasia-stin-ellada\u002Fmisthos\u002Fcheck",{"id":395,"title":4450,"short_title":7,"intro_text":8,"url_path":4451,"legacy_locale":4452,"language_code":4433,"ietf_bcp47":4453,"language_name_en":4435,"language_name_local":4436,"country_code":4454,"country_name_en":4455,"country_name_local":4450,"search_tokens":4456,"country_iso_numeric_code":4457,"url_paths":4458,"show_search":1746,"slug":396},"Κύπρος","\u002Fel-cy","el_CY","el-CY","CY","Cyprus","196 cy cyprus el el-cy el_cy greek ελληνικά κύπρος","196",{"occupations_url_path":7,"minimum_wages_url_path":4459,"collective_agreements_url_path":4460,"factory_pages_url_path":7,"labour_law_url_path":4461,"living_wage_publications_url_path":4462,"living_tariffs_url_path":7,"survey_url_path":4463,"vip_check_url_path":4464,"salary_check_url_path":4465},"el-cy\u002Fergasia-stin-kypro\u002Fkatotatos-misthos","el-cy\u002Fergasia-stin-kypro\u002Fsyllogiki-symvasi-ergasias","el-cy\u002Fergasia-stin-kypro\u002Fergatiko-dikaio","el-cy\u002Fergasia-stin-kypro\u002Fmisthoi-diaviosis","el-cy\u002Fergasia-stin-kypro\u002Fmisthos\u002Ferevna","el-cy\u002Fergasia-stin-kypro\u002Fmisthos\u002Fvip","el-cy\u002Fergasia-stin-kypro\u002Fmisthos\u002Felenchos",{"id":713,"title":4467,"short_title":7,"intro_text":8,"url_path":4468,"legacy_locale":4469,"language_code":4470,"ietf_bcp47":4471,"language_name_en":4472,"language_name_local":4473,"country_code":1836,"country_name_en":1837,"country_name_local":8,"search_tokens":4474,"country_iso_numeric_code":1839,"url_paths":4475,"show_search":1746,"slug":714},"Азербайджан","\u002Fru-az","ru_AZ","ru","ru-AZ","Russian","Русский","031 az azerbaijan ru ru-az ru_az russian русский",{"occupations_url_path":7,"minimum_wages_url_path":4476,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":4477,"living_wage_publications_url_path":4478,"living_tariffs_url_path":7,"survey_url_path":4479,"vip_check_url_path":4480,"salary_check_url_path":4481},"ru-az\u002Frabota-v-azerbaydzhane\u002Fminimalnaya-zarabotnaya-plata","ru-az\u002Frabota-v-azerbaydzhane\u002Ftrudovoe-pravo","ru-az\u002Frabota-v-azerbaydzhane\u002Fprozhitochneye-minimumy","ru-az\u002Frabota-v-azerbaydzhane\u002Fzarplata\u002Fanketa","ru-az\u002Frabota-v-azerbaydzhane\u002Fzarplata\u002Fznamenitostey","ru-az\u002Frabota-v-azerbaydzhane\u002Fzarplata\u002Fkalkulyator",{"id":767,"title":4483,"short_title":7,"intro_text":8,"url_path":4484,"legacy_locale":4485,"language_code":4470,"ietf_bcp47":4486,"language_name_en":4472,"language_name_local":4473,"country_code":4487,"country_name_en":4488,"country_name_local":4483,"search_tokens":4489,"country_iso_numeric_code":4490,"url_paths":4491,"show_search":1746,"slug":768},"Беларусь","\u002Fru-by","ru_BY","ru-BY","BY","Belarus","112 belarus by ru ru-by ru_by russian беларусь русский","112",{"occupations_url_path":7,"minimum_wages_url_path":4492,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":4493,"living_wage_publications_url_path":4494,"living_tariffs_url_path":7,"survey_url_path":4495,"vip_check_url_path":4496,"salary_check_url_path":4497},"ru-by\u002Frabota-v-belarusi\u002Fminimalnaya-zarabotnaya-plata","ru-by\u002Frabota-v-belarusi\u002Ftrudovoe-pravo","ru-by\u002Frabota-v-belarusi\u002Fprozhitochneye-minimumy","ru-by\u002Frabota-v-belarusi\u002Fzarplata\u002Fanketa","ru-by\u002Frabota-v-belarusi\u002Fzarplata\u002Fznamenitostey","ru-by\u002Frabota-v-belarusi\u002Fzarplata\u002Fkalkulyator",{"id":1126,"title":4499,"short_title":7,"intro_text":8,"url_path":4500,"legacy_locale":4501,"language_code":4502,"ietf_bcp47":4503,"language_name_en":4504,"language_name_local":4505,"country_code":4506,"country_name_en":4507,"country_name_local":4499,"search_tokens":4508,"country_iso_numeric_code":4509,"url_paths":4510,"show_search":1746,"slug":1127},"България","\u002Fbg-bg","bg_BG","bg","bg-BG","Bulgarian","български","BG","Bulgaria","100 bg bg-bg bg_bg bulgaria bulgarian българия български","100",{"occupations_url_path":7,"minimum_wages_url_path":4511,"collective_agreements_url_path":4512,"factory_pages_url_path":7,"labour_law_url_path":4513,"living_wage_publications_url_path":4514,"living_tariffs_url_path":7,"survey_url_path":4515,"vip_check_url_path":4516,"salary_check_url_path":4517},"bg-bg\u002Frabota-v-bulgariya\u002Fminimalna-zaplata","bg-bg\u002Frabota-v-bulgariya\u002Fkolektivni-trudovi-dogovori","bg-bg\u002Frabota-v-bulgariya\u002Ftrudovo-pravo","bg-bg\u002Frabota-v-bulgariya\u002Fzivotni-minimumi","bg-bg\u002Frabota-v-bulgariya\u002Frabotna-zaplata\u002Fprouchvane","bg-bg\u002Frabota-v-bulgariya\u002Frabotna-zaplata\u002Fvip","bg-bg\u002Frabota-v-bulgariya\u002Frabotna-zaplata\u002Fproverka",{"id":832,"title":4519,"short_title":7,"intro_text":8,"url_path":4520,"legacy_locale":4521,"language_code":4470,"ietf_bcp47":4522,"language_name_en":4472,"language_name_local":4473,"country_code":4523,"country_name_en":4524,"country_name_local":4519,"search_tokens":4525,"country_iso_numeric_code":4526,"url_paths":4527,"show_search":1746,"slug":833},"Казахстан","\u002Fru-kz","ru_KZ","ru-KZ","KZ","Kazakhstan","398 kazakhstan kz ru ru-kz ru_kz russian казахстан русский","398",{"occupations_url_path":7,"minimum_wages_url_path":4528,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":4529,"living_wage_publications_url_path":4530,"living_tariffs_url_path":7,"survey_url_path":4531,"vip_check_url_path":4532,"salary_check_url_path":4533},"ru-kz\u002Frabota-v-kazakhstane\u002Fminimalnaya-zarabotnaya-plata","ru-kz\u002Frabota-v-kazakhstane\u002Ftrudovoe-pravo","ru-kz\u002Frabota-v-kazakhstane\u002Fprozhitochneye-minimumy","ru-kz\u002Frabota-v-kazakhstane\u002Fzarplata\u002Fanketa","ru-kz\u002Frabota-v-kazakhstane\u002Fzarplata\u002Fznamenitostey","ru-kz\u002Frabota-v-kazakhstane\u002Fzarplata\u002Fkalkulyator",{"id":425,"title":4535,"short_title":7,"intro_text":8,"url_path":4536,"legacy_locale":4537,"language_code":4470,"ietf_bcp47":4538,"language_name_en":4472,"language_name_local":4473,"country_code":4539,"country_name_en":4540,"country_name_local":4541,"search_tokens":4542,"country_iso_numeric_code":4543,"url_paths":4544,"show_search":1746,"slug":426},"Кыргызстан","\u002Fru-kg","ru_KG","ru-KG","KG","Kyrgyzstan","Киргизия","417 kg kyrgyzstan ru ru-kg ru_kg russian киргизия русский","417",{"occupations_url_path":7,"minimum_wages_url_path":4545,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":4546,"living_wage_publications_url_path":4547,"living_tariffs_url_path":7,"survey_url_path":7,"vip_check_url_path":4548,"salary_check_url_path":7},"ru-kg\u002Frabota-v-kyrgyzstane\u002Fminimalnaya-zarabotnaya-plata","ru-kg\u002Frabota-v-kyrgyzstane\u002Ftrudovoe-pravo","ru-kg\u002Frabota-v-kyrgyzstane\u002Fprozhitochneye-minimumy","ru-kg\u002Frabota-v-kyrgyzstane\u002Fzarplata\u002Fvip",{"id":593,"title":4550,"short_title":7,"intro_text":8,"url_path":4551,"legacy_locale":4552,"language_code":4553,"ietf_bcp47":4554,"language_name_en":4555,"language_name_local":4555,"country_code":4556,"country_name_en":4557,"country_name_local":4558,"search_tokens":4559,"country_iso_numeric_code":4560,"url_paths":4561,"show_search":1746,"slug":594},"Монгол Улс","\u002Fmn-mn","mn_MN","mn","mn-MN","Mongolian","MN","Mongolia","Монгол","496 mn mn-mn mn_mn mongolia mongolian монгол","496",{"occupations_url_path":7,"minimum_wages_url_path":4562,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":4563,"living_wage_publications_url_path":4564,"living_tariffs_url_path":7,"survey_url_path":4565,"vip_check_url_path":4566,"salary_check_url_path":4567},"mn-mn\u002Fwork-in-mongolia\u002Fminimum-wage","mn-mn\u002Fwork-in-mongolia\u002Flabour-law","mn-mn\u002Fwork-in-mongolia\u002Fliving-wages","mn-mn\u002Fwork-in-mongolia\u002Fsalary\u002Fsurvey","mn-mn\u002Fwork-in-mongolia\u002Fsalary\u002Fvip","mn-mn\u002Fwork-in-mongolia\u002Fsalary\u002Fcheck",{"id":605,"title":4569,"short_title":7,"intro_text":8,"url_path":4570,"legacy_locale":4571,"language_code":4470,"ietf_bcp47":4572,"language_name_en":4472,"language_name_local":4473,"country_code":4573,"country_name_en":4574,"country_name_local":4569,"search_tokens":4575,"country_iso_numeric_code":4576,"url_paths":4577,"show_search":1746,"slug":606},"Россия","\u002Fru-ru","ru_RU","ru-RU","RU","Russian Federation","643 ru ru-ru ru_ru russian russian federation россия русский","643",{"occupations_url_path":7,"minimum_wages_url_path":4578,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":4579,"living_wage_publications_url_path":4580,"living_tariffs_url_path":7,"survey_url_path":4581,"vip_check_url_path":7,"salary_check_url_path":4582},"ru-ru\u002Frabota-v-rossii\u002Fminimalnaya-zarabotnaya-plata","ru-ru\u002Frabota-v-rossii\u002Ftrudovoe-pravo","ru-ru\u002Frabota-v-rossii\u002Fprozhitochneye-minimumy","ru-ru\u002Frabota-v-rossii\u002Fzarplata\u002Fanketa","ru-ru\u002Frabota-v-rossii\u002Fzarplata\u002Fkalkulyator",{"id":1471,"title":4584,"short_title":7,"intro_text":8,"url_path":4585,"legacy_locale":4586,"language_code":4587,"ietf_bcp47":4588,"language_name_en":4589,"language_name_local":4590,"country_code":3135,"country_name_en":3136,"country_name_local":4584,"search_tokens":4591,"country_iso_numeric_code":3138,"url_paths":4592,"show_search":1746,"slug":1472},"Северна Македонија","\u002Fmk-mk","mk_MK","mk","mk-MK","Macedonian","Македонски","807 macedonian mk mk-mk mk_mk north macedonia македонски северна македонија",{"occupations_url_path":7,"minimum_wages_url_path":4593,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":4594,"living_tariffs_url_path":7,"survey_url_path":4595,"vip_check_url_path":4596,"salary_check_url_path":4597},"mk-mk\u002Frabota-vo-severna-makedonija\u002Fminimalna-plata","mk-mk\u002Frabota-vo-severna-makedonija\u002Fplata-za-opstanok","mk-mk\u002Frabota-vo-severna-makedonija\u002Fplata\u002Fanketa-za-plati","mk-mk\u002Frabota-vo-severna-makedonija\u002Fplata\u002Fvip-plati","mk-mk\u002Frabota-vo-severna-makedonija\u002Fplata\u002Fproverka-na-plata",{"id":1453,"title":3942,"short_title":7,"intro_text":8,"url_path":4599,"legacy_locale":3938,"language_code":2265,"ietf_bcp47":4600,"language_name_en":2267,"language_name_local":2268,"country_code":3940,"country_name_en":3941,"country_name_local":3942,"search_tokens":4601,"country_iso_numeric_code":3944,"url_paths":4602,"show_search":54,"slug":1454},"\u002Fsr-cyrl-rs","sr-Cyrl-RS","688 rs serbia serbian sr sr-cyrl-rs sr-rs sr_rs србија српски",{"occupations_url_path":7,"minimum_wages_url_path":4603,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":7,"living_tariffs_url_path":7,"survey_url_path":7,"vip_check_url_path":7,"salary_check_url_path":7},"sr-cyrl-rs\u002Frad-u-srbija\u002Fminimalne-zarade",{"id":521,"title":4605,"short_title":7,"intro_text":8,"url_path":4606,"legacy_locale":4607,"language_code":4470,"ietf_bcp47":4608,"language_name_en":4472,"language_name_local":4473,"country_code":4609,"country_name_en":4610,"country_name_local":8,"search_tokens":4611,"country_iso_numeric_code":4612,"url_paths":4613,"show_search":1746,"slug":522},"Таджикистан","\u002Fru-tj","ru_TJ","ru-TJ","TJ","Tajikistan","762 ru ru-tj ru_tj russian tajikistan tj русский","762",{"occupations_url_path":7,"minimum_wages_url_path":4614,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":4615,"living_wage_publications_url_path":4616,"living_tariffs_url_path":7,"survey_url_path":7,"vip_check_url_path":7,"salary_check_url_path":7},"ru-tj\u002Frabota-v-tadzhikistane\u002Fminimalnaya-zarabotnaya-plata","ru-tj\u002Frabota-v-tadzhikistane\u002Ftrudovoe-pravo","ru-tj\u002Frabota-v-tadzhikistane\u002Fprozhitochneye-minimumy",{"id":904,"title":4618,"short_title":7,"intro_text":8,"url_path":4619,"legacy_locale":4620,"language_code":4621,"ietf_bcp47":4622,"language_name_en":4623,"language_name_local":4624,"country_code":4625,"country_name_en":4626,"country_name_local":4618,"search_tokens":4627,"country_iso_numeric_code":4628,"url_paths":4629,"show_search":1746,"slug":905},"Україна","\u002Fuk-ua","uk_UA","uk","uk-UA","Ukrainian","Українська","UA","Ukraine","804 ua uk uk-ua uk_ua ukraine ukrainian україна українська","804",{"occupations_url_path":7,"minimum_wages_url_path":4630,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":4631,"living_wage_publications_url_path":4632,"living_tariffs_url_path":7,"survey_url_path":4633,"vip_check_url_path":7,"salary_check_url_path":4634},"uk-ua\u002Frobota-v-ukraiini\u002Fminimalna-zarplata","uk-ua\u002Frobota-v-ukraiini\u002Ftrudove-zakonodavstvo","uk-ua\u002Frobota-v-ukraiini\u002Fprozhytkovi-minimumy","uk-ua\u002Frobota-v-ukraiini\u002Fzarplata\u002Fanketa","uk-ua\u002Frobota-v-ukraiini\u002Fzarplata\u002Fkalkuliator",{"id":1651,"title":4636,"short_title":7,"intro_text":8,"url_path":4637,"legacy_locale":4638,"language_code":4639,"ietf_bcp47":4640,"language_name_en":4641,"language_name_local":4642,"country_code":4643,"country_name_en":4644,"country_name_local":4636,"search_tokens":4645,"country_iso_numeric_code":4646,"url_paths":4647,"show_search":1746,"slug":1652},"Հայաստան","\u002Fhy-am","hy_AM","hy","hy-AM","Armenian","հայերեն","AM","Armenia","051 am armenia armenian hy hy-am hy_am հայաստան հայերեն","051",{"occupations_url_path":7,"minimum_wages_url_path":4648,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":4649,"living_tariffs_url_path":7,"survey_url_path":7,"vip_check_url_path":7,"salary_check_url_path":7},"hy-am\u002Fwork-in-armenia\u002Fminimum-wage","hy-am\u002Fwork-in-armenia\u002Fliving-wages",{"id":1411,"title":4651,"short_title":7,"intro_text":8,"url_path":4652,"legacy_locale":4653,"language_code":4654,"ietf_bcp47":4655,"language_name_en":4656,"language_name_local":4657,"country_code":4658,"country_name_en":4659,"country_name_local":4651,"search_tokens":4660,"country_iso_numeric_code":4661,"url_paths":4662,"show_search":1746,"slug":1412},"ישראל","\u002Fhe-il","he_IL","he","he-IL","Hebrew","עברית","IL","Israel","376 he he-il he_il hebrew il israel ישראל עברית","376",{"occupations_url_path":7,"minimum_wages_url_path":4663,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":4664,"living_tariffs_url_path":7,"survey_url_path":7,"vip_check_url_path":7,"salary_check_url_path":7},"he-il\u002Fwork-in-israel\u002Fminimum-wage","he-il\u002Fwork-in-israel\u002Fliving-wages",{"id":1156,"title":4666,"short_title":7,"intro_text":8,"url_path":4667,"legacy_locale":4668,"language_code":4669,"ietf_bcp47":4670,"language_name_en":4671,"language_name_local":4672,"country_code":4673,"country_name_en":4674,"country_name_local":4675,"search_tokens":4676,"country_iso_numeric_code":4677,"url_paths":4678,"show_search":1746,"slug":1157},"إرتريا","\u002Far-er","ar_ER","ar","ar-ER","Arabic","العربيّة","ER","Eritrea","إريتريا","232 ar ar-er ar_er arabic er eritrea إريتريا العربيّة","232",{"occupations_url_path":7,"minimum_wages_url_path":4679,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":4680,"living_tariffs_url_path":7,"survey_url_path":7,"vip_check_url_path":7,"salary_check_url_path":7},"ar-er\u002Fwork-in-eritrea\u002Fminimum-wage","ar-er\u002Fwork-in-eritrea\u002Fliving-wages",{"id":1246,"title":4682,"short_title":7,"intro_text":8,"url_path":4683,"legacy_locale":4684,"language_code":4685,"ietf_bcp47":4686,"language_name_en":4687,"language_name_local":4688,"country_code":4689,"country_name_en":4690,"country_name_local":4682,"search_tokens":4691,"country_iso_numeric_code":4692,"url_paths":4693,"show_search":1746,"slug":1247},"افغانستان","\u002Ffa-af","fa_AF","fa","fa-AF","Persian","فارسی","AF","Afghanistan","004 af afghanistan fa fa-af fa_af persian افغانستان فارسی","004",{"occupations_url_path":7,"minimum_wages_url_path":4694,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":4695,"living_wage_publications_url_path":7,"living_tariffs_url_path":7,"survey_url_path":4696,"vip_check_url_path":7,"salary_check_url_path":4697},"fa-af\u002Fwork-in-afghanistan\u002Fminimum-wage","fa-af\u002Fwork-in-afghanistan\u002Flabour-law","fa-af\u002Fwork-in-afghanistan\u002Fsalary\u002Fsurvey","fa-af\u002Fwork-in-afghanistan\u002Fsalary\u002Fcheck",{"id":1264,"title":4699,"short_title":7,"intro_text":8,"url_path":4700,"legacy_locale":4701,"language_code":4669,"ietf_bcp47":4702,"language_name_en":4671,"language_name_local":4672,"country_code":4703,"country_name_en":4704,"country_name_local":4699,"search_tokens":4705,"country_iso_numeric_code":4706,"url_paths":4707,"show_search":1746,"slug":1265},"الأردن","\u002Far-jo","ar_JO","ar-JO","JO","Jordan","400 ar ar-jo ar_jo arabic jo jordan الأردن العربيّة","400",{"occupations_url_path":4708,"minimum_wages_url_path":4709,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":4710,"living_wage_publications_url_path":4711,"living_tariffs_url_path":7,"survey_url_path":4712,"vip_check_url_path":4713,"salary_check_url_path":7},"ar-jo\u002Fwork-in-jordan\u002Frole-and-pay","ar-jo\u002Fwork-in-jordan\u002Fminimum-wage","ar-jo\u002Fwork-in-jordan\u002Flabour-law","ar-jo\u002Fwork-in-jordan\u002Fliving-wages","ar-jo\u002Fwork-in-jordan\u002Fsalary\u002Fsurvey","ar-jo\u002Fwork-in-jordan\u002Fsalary\u002Fvip",{"id":473,"title":4715,"short_title":7,"intro_text":8,"url_path":4716,"legacy_locale":4717,"language_code":4669,"ietf_bcp47":4718,"language_name_en":4671,"language_name_local":4672,"country_code":4719,"country_name_en":4720,"country_name_local":4715,"search_tokens":4721,"country_iso_numeric_code":4722,"url_paths":4723,"show_search":1746,"slug":474},"الإمارات العربية المتحدة","\u002Far-ae","ar_AE","ar-AE","AE","United Arab Emirates","784 ae ar ar-ae ar_ae arabic united arab emirates الإمارات العربية المتحدة العربيّة","784",{"occupations_url_path":4724,"minimum_wages_url_path":4725,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":4726,"living_wage_publications_url_path":4727,"living_tariffs_url_path":7,"survey_url_path":4728,"vip_check_url_path":4729,"salary_check_url_path":7},"ar-ae\u002Fwork-in-uae\u002Frole-and-pay","ar-ae\u002Fwork-in-uae\u002Fminimum-wage","ar-ae\u002Fwork-in-uae\u002Flabour-law","ar-ae\u002Fwork-in-uae\u002Fliving-wages","ar-ae\u002Fwork-in-uae\u002Fsalary\u002Fsalary-survey","ar-ae\u002Fwork-in-uae\u002Fsalary\u002Fcelebrities-salaries",{"id":1351,"title":4731,"short_title":7,"intro_text":8,"url_path":4732,"legacy_locale":4733,"language_code":4669,"ietf_bcp47":4734,"language_name_en":4671,"language_name_local":4672,"country_code":4735,"country_name_en":4736,"country_name_local":4731,"search_tokens":4737,"country_iso_numeric_code":4738,"url_paths":4739,"show_search":1746,"slug":1352},"البحرين","\u002Far-bh","ar_BH","ar-BH","BH","Bahrain","048 ar ar-bh ar_bh arabic bahrain bh البحرين العربيّة","048",{"occupations_url_path":7,"minimum_wages_url_path":4740,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":4741,"living_wage_publications_url_path":4742,"living_tariffs_url_path":7,"survey_url_path":4743,"vip_check_url_path":4744,"salary_check_url_path":7},"ar-bh\u002Fwork-in-bahrain\u002Fminimum-wage","ar-bh\u002Fwork-in-bahrain\u002Flabour-law","ar-bh\u002Fwork-in-bahrain\u002Fliving-wages","ar-bh\u002Fwork-in-bahrain\u002Fsalary\u002Fsurvey","ar-bh\u002Fwork-in-bahrain\u002Fsalary\u002Fvip",{"id":814,"title":4746,"short_title":7,"intro_text":8,"url_path":4747,"legacy_locale":4748,"language_code":4669,"ietf_bcp47":4749,"language_name_en":4671,"language_name_local":4672,"country_code":4750,"country_name_en":4751,"country_name_local":4746,"search_tokens":4752,"country_iso_numeric_code":4753,"url_paths":4754,"show_search":1746,"slug":815},"الجزائر","\u002Far-dz","ar_DZ","ar-DZ","DZ","Algeria","012 algeria ar ar-dz ar_dz arabic dz الجزائر العربيّة","012",{"occupations_url_path":7,"minimum_wages_url_path":4755,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":4756,"living_wage_publications_url_path":4757,"living_tariffs_url_path":7,"survey_url_path":4758,"vip_check_url_path":4759,"salary_check_url_path":7},"ar-dz\u002Fwork-in-algeria\u002Fminimum-wage","ar-dz\u002Fwork-in-algeria\u002Flabour-law","ar-dz\u002Fwork-in-algeria\u002Fliving-wages","ar-dz\u002Fwork-in-algeria\u002Fsalary\u002Fsalary-survey","ar-dz\u002Fwork-in-algeria\u002Fsalary\u002Fcelebrities-salaries",{"id":1513,"title":4761,"short_title":7,"intro_text":8,"url_path":4762,"legacy_locale":4763,"language_code":4669,"ietf_bcp47":4764,"language_name_en":4671,"language_name_local":4672,"country_code":4765,"country_name_en":4766,"country_name_local":4767,"search_tokens":4768,"country_iso_numeric_code":4769,"url_paths":4770,"show_search":1746,"slug":1514},"السعودية","\u002Far-sa","ar_SA","ar-SA","SA","Saudi Arabia","المملكة العربية السعودية","682 ar ar-sa ar_sa arabic sa saudi arabia العربيّة المملكة العربية السعودية","682",{"occupations_url_path":7,"minimum_wages_url_path":4771,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":4772,"living_wage_publications_url_path":4773,"living_tariffs_url_path":7,"survey_url_path":4774,"vip_check_url_path":4775,"salary_check_url_path":7},"ar-sa\u002Fwork-in-saudi-arabia\u002Fminimum-wage","ar-sa\u002Fwork-in-saudi-arabia\u002Flabour-law","ar-sa\u002Fwork-in-saudi-arabia\u002Fliving-wages","ar-sa\u002Fwork-in-saudi-arabia\u002Fsalary\u002Fsurvey","ar-sa\u002Fwork-in-saudi-arabia\u002Fsalary\u002Fvip",{"id":1072,"title":4777,"short_title":7,"intro_text":8,"url_path":4778,"legacy_locale":4779,"language_code":4669,"ietf_bcp47":4780,"language_name_en":4671,"language_name_local":4672,"country_code":4781,"country_name_en":4782,"country_name_local":4777,"search_tokens":4783,"country_iso_numeric_code":4784,"url_paths":4785,"show_search":1746,"slug":1073},"السودان","\u002Far-sd","ar_SD","ar-SD","SD","Sudan","729 ar ar-sd ar_sd arabic sd sudan السودان العربيّة","729",{"occupations_url_path":7,"minimum_wages_url_path":4786,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":4787,"living_wage_publications_url_path":4788,"living_tariffs_url_path":7,"survey_url_path":4789,"vip_check_url_path":4790,"salary_check_url_path":7},"ar-sd\u002Fwork-in-sudan\u002Fminimum-wage","ar-sd\u002Fwork-in-sudan\u002Flabour-law","ar-sd\u002Fwork-in-sudan\u002Fliving-wages","ar-sd\u002Fwork-in-sudan\u002Fsalary\u002Fsurvey","ar-sd\u002Fwork-in-sudan\u002Fsalary\u002Fvip",{"id":659,"title":4792,"short_title":7,"intro_text":8,"url_path":4793,"legacy_locale":4794,"language_code":4669,"ietf_bcp47":4795,"language_name_en":4671,"language_name_local":4672,"country_code":4796,"country_name_en":4797,"country_name_local":4792,"search_tokens":4798,"country_iso_numeric_code":4799,"url_paths":4800,"show_search":1746,"slug":660},"العراق","\u002Far-iq","ar_IQ","ar-IQ","IQ","Iraq","368 ar ar-iq ar_iq arabic iq iraq العراق العربيّة","368",{"occupations_url_path":7,"minimum_wages_url_path":4801,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":4802,"living_wage_publications_url_path":4803,"living_tariffs_url_path":7,"survey_url_path":4804,"vip_check_url_path":4805,"salary_check_url_path":7},"ar-iq\u002Fwork-in-iraq\u002Fminimum-wage","ar-iq\u002Fwork-in-iraq\u002Flabour-law","ar-iq\u002Fwork-in-iraq\u002Fliving-wages","ar-iq\u002Fwork-in-iraq\u002Fsalary\u002Fsurvey","ar-iq\u002Fwork-in-iraq\u002Fsalary\u002Fvip",{"id":952,"title":4807,"short_title":7,"intro_text":8,"url_path":4808,"legacy_locale":4809,"language_code":4669,"ietf_bcp47":4810,"language_name_en":4671,"language_name_local":4672,"country_code":4811,"country_name_en":4812,"country_name_local":4807,"search_tokens":4813,"country_iso_numeric_code":4814,"url_paths":4815,"show_search":1746,"slug":953},"الكويت","\u002Far-kw","ar_KW","ar-KW","KW","Kuwait","414 ar ar-kw ar_kw arabic kuwait kw العربيّة الكويت","414",{"occupations_url_path":7,"minimum_wages_url_path":4816,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":4817,"living_wage_publications_url_path":4818,"living_tariffs_url_path":7,"survey_url_path":4819,"vip_check_url_path":4820,"salary_check_url_path":7},"ar-kw\u002Fwork-in-kuwait\u002Fminimum-wage","ar-kw\u002Fwork-in-kuwait\u002Flabour-law","ar-kw\u002Fwork-in-kuwait\u002Fliving-wages","ar-kw\u002Fwork-in-kuwait\u002Fsalary\u002Fsurvey","ar-kw\u002Fwork-in-kuwait\u002Fsalary\u002Fvip",{"id":575,"title":4822,"short_title":7,"intro_text":8,"url_path":4823,"legacy_locale":4824,"language_code":4669,"ietf_bcp47":4825,"language_name_en":4671,"language_name_local":4672,"country_code":4826,"country_name_en":4827,"country_name_local":4822,"search_tokens":4828,"country_iso_numeric_code":4829,"url_paths":4830,"show_search":1746,"slug":576},"المغرب","\u002Far-ma","ar_MA","ar-MA","MA","Morocco","504 ar ar-ma ar_ma arabic ma morocco العربيّة المغرب","504",{"occupations_url_path":7,"minimum_wages_url_path":4831,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":4832,"living_wage_publications_url_path":4833,"living_tariffs_url_path":7,"survey_url_path":4834,"vip_check_url_path":4835,"salary_check_url_path":7},"ar-ma\u002Fwork-in-morocco\u002Fminimum-wage","ar-ma\u002Fwork-in-morocco\u002Flabour-law","ar-ma\u002Fwork-in-morocco\u002Fliving-wages","ar-ma\u002Fwork-in-morocco\u002Fsalary\u002Fsalary-survey","ar-ma\u002Fwork-in-morocco\u002Fsalary\u002Fcelebrities-salaries",{"id":1687,"title":4837,"short_title":7,"intro_text":8,"url_path":4838,"legacy_locale":4839,"language_code":4669,"ietf_bcp47":4840,"language_name_en":4671,"language_name_local":4672,"country_code":4841,"country_name_en":4842,"country_name_local":4837,"search_tokens":4843,"country_iso_numeric_code":4844,"url_paths":4845,"show_search":1746,"slug":1688},"اليمن","\u002Far-ye","ar_YE","ar-YE","YE","Yemen","887 ar ar-ye ar_ye arabic ye yemen العربيّة اليمن","887",{"occupations_url_path":7,"minimum_wages_url_path":4846,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":4847,"living_wage_publications_url_path":4848,"living_tariffs_url_path":7,"survey_url_path":4849,"vip_check_url_path":4850,"salary_check_url_path":7},"ar-ye\u002Fwork-in-yemen\u002Fminimum-wage","ar-ye\u002Fwork-in-yemen\u002Flabour-law","ar-ye\u002Fwork-in-yemen\u002Fliving-wages","ar-ye\u002Fwork-in-yemen\u002Fsalary\u002Fsurvey","ar-ye\u002Fwork-in-yemen\u002Fsalary\u002Fvip",{"id":1333,"title":4852,"short_title":7,"intro_text":8,"url_path":4853,"legacy_locale":4854,"language_code":4685,"ietf_bcp47":4855,"language_name_en":4687,"language_name_local":4688,"country_code":4856,"country_name_en":4857,"country_name_local":4852,"search_tokens":4858,"country_iso_numeric_code":4859,"url_paths":4860,"show_search":1746,"slug":1334},"ایران","\u002Ffa-ir","fa_IR","fa-IR","IR","Iran","364 fa fa-ir fa_ir ir iran persian ایران فارسی","364",{"occupations_url_path":7,"minimum_wages_url_path":4861,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":4862,"living_tariffs_url_path":7,"survey_url_path":7,"vip_check_url_path":7,"salary_check_url_path":7},"fa-ir\u002Fwork-in-iran\u002Fminimum-wage","fa-ir\u002Fwork-in-iran\u002Fliving-wages",{"id":329,"title":4864,"short_title":7,"intro_text":8,"url_path":4865,"legacy_locale":4866,"language_code":4669,"ietf_bcp47":4867,"language_name_en":4671,"language_name_local":4672,"country_code":4175,"country_name_en":4176,"country_name_local":4864,"search_tokens":4868,"country_iso_numeric_code":4178,"url_paths":4869,"show_search":1746,"slug":330},"تونس","\u002Far-tn","ar_TN","ar-TN","788 ar ar-tn ar_tn arabic tn tunisia العربيّة تونس",{"occupations_url_path":7,"minimum_wages_url_path":4870,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":4871,"living_wage_publications_url_path":4872,"living_tariffs_url_path":7,"survey_url_path":4873,"vip_check_url_path":4874,"salary_check_url_path":7},"ar-tn\u002Fwork-in-tunisia\u002Fminimum-wage","ar-tn\u002Fwork-in-tunisia\u002Flabour-law","ar-tn\u002Fwork-in-tunisia\u002Fliving-wages","ar-tn\u002Fwork-in-tunisia\u002Fsalary\u002Fsurvey","ar-tn\u002Fwork-in-tunisia\u002Fsalary\u002Fvip",{"id":1036,"title":4876,"short_title":7,"intro_text":8,"url_path":4877,"legacy_locale":4878,"language_code":4669,"ietf_bcp47":4879,"language_name_en":4671,"language_name_local":4672,"country_code":4880,"country_name_en":4881,"country_name_local":4876,"search_tokens":4882,"country_iso_numeric_code":4883,"url_paths":4884,"show_search":1746,"slug":1037},"جزر القمر","\u002Far-km","ar_KM","ar-KM","KM","Comoros","174 ar ar-km ar_km arabic comoros km العربيّة جزر القمر","174",{"occupations_url_path":7,"minimum_wages_url_path":4885,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":7,"living_tariffs_url_path":7,"survey_url_path":7,"vip_check_url_path":7,"salary_check_url_path":7},"ar-km\u002Fwork-in-comoros\u002Fminimum-wage",{"id":1054,"title":4887,"short_title":7,"intro_text":8,"url_path":4888,"legacy_locale":4889,"language_code":4669,"ietf_bcp47":4890,"language_name_en":4671,"language_name_local":4672,"country_code":4891,"country_name_en":4892,"country_name_local":4887,"search_tokens":4893,"country_iso_numeric_code":4894,"url_paths":4895,"show_search":1746,"slug":1055},"جيبوتي","\u002Far-dj","ar_DJ","ar-DJ","DJ","Djibouti","262 ar ar-dj ar_dj arabic dj djibouti العربيّة جيبوتي","262",{"occupations_url_path":7,"minimum_wages_url_path":4896,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":4897,"living_tariffs_url_path":7,"survey_url_path":7,"vip_check_url_path":7,"salary_check_url_path":7},"ar-dj\u002Fwork-in-djibouti\u002Fminimum-wage","ar-dj\u002Fwork-in-djibouti\u002Fliving-wages",{"id":743,"title":4899,"short_title":7,"intro_text":8,"url_path":4900,"legacy_locale":4901,"language_code":4669,"ietf_bcp47":4902,"language_name_en":4671,"language_name_local":4672,"country_code":4903,"country_name_en":4904,"country_name_local":4905,"search_tokens":4906,"country_iso_numeric_code":4907,"url_paths":4908,"show_search":1746,"slug":744},"سلطنة عمان","\u002Far-om","ar_OM","ar-OM","OM","Oman","عُمان","512 ar ar-om ar_om arabic om oman العربيّة عُمان","512",{"occupations_url_path":7,"minimum_wages_url_path":4909,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":4910,"living_wage_publications_url_path":4911,"living_tariffs_url_path":7,"survey_url_path":4912,"vip_check_url_path":4913,"salary_check_url_path":7},"ar-om\u002Fwork-in-oman\u002Fminimum-wage","ar-om\u002Fwork-in-oman\u002Flabour-law","ar-om\u002Fwork-in-oman\u002Fliving-wages","ar-om\u002Fwork-in-oman\u002Fsalary\u002Fsurvey","ar-om\u002Fwork-in-oman\u002Fsalary\u002Fvip",{"id":994,"title":4915,"short_title":7,"intro_text":4916,"url_path":4917,"legacy_locale":4918,"language_code":4669,"ietf_bcp47":4919,"language_name_en":4671,"language_name_local":4672,"country_code":4920,"country_name_en":4921,"country_name_local":4915,"search_tokens":4922,"country_iso_numeric_code":4923,"url_paths":4924,"show_search":1746,"slug":995},"سوريا","\u003Cp data-block-key=\"s6f2d\">يقدم لكم موقع رواتب سوريا معلومات حول \u003Cb>ا\u003C\u002Fb>\u003Ca href=\"https:\u002F\u002Frawateb.org\u002Fsyria\u002Fsalary\u002Fminimum-wages\">\u003Cb>لحد الأدنى للأجور\u003C\u002Fb>\u003C\u002Fa> في البلاد. ويشكل الموقع جزء من مؤسسة\u003Ca href=\"https:\u002F\u002Fwageindicator.org\u002F\"> \u003Cb>WageIndicator\u003C\u002Fb>\u003C\u002Fa> التي تعمل على دراسة أسواق العمل عالميا بكل شفافية.\u003C\u002Fp>","\u002Far-sy","ar_SY","ar-SY","SY","Syria","760 ar ar-sy ar_sy arabic sy syria العربيّة سوريا","760",{"occupations_url_path":7,"minimum_wages_url_path":4925,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":4926,"living_tariffs_url_path":7,"survey_url_path":7,"vip_check_url_path":7,"salary_check_url_path":7},"ar-sy\u002Fwork-in-syria\u002Fminimum-wage","ar-sy\u002Fwork-in-syria\u002Fliving-wages",{"id":1174,"title":4928,"short_title":7,"intro_text":8,"url_path":4929,"legacy_locale":4930,"language_code":4669,"ietf_bcp47":4931,"language_name_en":4671,"language_name_local":4672,"country_code":4932,"country_name_en":4933,"country_name_local":4934,"search_tokens":4935,"country_iso_numeric_code":4936,"url_paths":4937,"show_search":1746,"slug":1175},"فلسطين","\u002Far-ps","ar_PS","ar-PS","PS","Palestine, State of","الأراضي الفلسطينية","275 ar ar-ps ar_ps arabic palestine, state of ps الأراضي الفلسطينية العربيّة","275",{"occupations_url_path":4938,"minimum_wages_url_path":4939,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":4940,"living_wage_publications_url_path":4941,"living_tariffs_url_path":7,"survey_url_path":4942,"vip_check_url_path":4943,"salary_check_url_path":7},"ar-ps\u002Fwork-in-palestine\u002Frole-and-pay","ar-ps\u002Fwork-in-palestine\u002Fminimum-wage","ar-ps\u002Fwork-in-palestine\u002Flabour-law","ar-ps\u002Fwork-in-palestine\u002Fliving-wages","ar-ps\u002Fwork-in-palestine\u002Fsalary\u002Fsurvey","ar-ps\u002Fwork-in-palestine\u002Fsalary\u002Fvip",{"id":1423,"title":4945,"short_title":7,"intro_text":8,"url_path":4946,"legacy_locale":4947,"language_code":4669,"ietf_bcp47":4948,"language_name_en":4671,"language_name_local":4672,"country_code":4949,"country_name_en":4950,"country_name_local":4945,"search_tokens":4951,"country_iso_numeric_code":4952,"url_paths":4953,"show_search":1746,"slug":1424},"قطر","\u002Far-qa","ar_QA","ar-QA","QA","Qatar","634 ar ar-qa ar_qa arabic qa qatar العربيّة قطر","634",{"occupations_url_path":7,"minimum_wages_url_path":4954,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":4955,"living_wage_publications_url_path":4956,"living_tariffs_url_path":7,"survey_url_path":4957,"vip_check_url_path":4958,"salary_check_url_path":7},"ar-qa\u002Fwork-in-qatar\u002Fminimum-wage","ar-qa\u002Fwork-in-qatar\u002Flabour-law","ar-qa\u002Fwork-in-qatar\u002Fliving-wages","ar-qa\u002Fwork-in-qatar\u002Fsalary\u002Fsurvey","ar-qa\u002Fwork-in-qatar\u002Fsalary\u002Fvip",{"id":880,"title":4960,"short_title":7,"intro_text":8,"url_path":4961,"legacy_locale":4962,"language_code":4669,"ietf_bcp47":4963,"language_name_en":4671,"language_name_local":4672,"country_code":4964,"country_name_en":4965,"country_name_local":4960,"search_tokens":4966,"country_iso_numeric_code":4967,"url_paths":4968,"show_search":1746,"slug":881},"لبنان","\u002Far-lb","ar_LB","ar-LB","LB","Lebanon","422 ar ar-lb ar_lb arabic lb lebanon العربيّة لبنان","422",{"occupations_url_path":7,"minimum_wages_url_path":4969,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":4970,"living_wage_publications_url_path":4971,"living_tariffs_url_path":7,"survey_url_path":4972,"vip_check_url_path":4973,"salary_check_url_path":7},"ar-lb\u002Fwork-in-lebanon\u002Fminimum-wage","ar-lb\u002Fwork-in-lebanon\u002Flabour-law","ar-lb\u002Fwork-in-lebanon\u002Fliving-wages","ar-lb\u002Fwork-in-lebanon\u002Fsalary\u002Fsurvey","ar-lb\u002Fwork-in-lebanon\u002Fsalary\u002Fvip",{"id":389,"title":4975,"short_title":7,"intro_text":8,"url_path":4976,"legacy_locale":4977,"language_code":4669,"ietf_bcp47":4978,"language_name_en":4671,"language_name_local":4672,"country_code":4979,"country_name_en":4980,"country_name_local":4975,"search_tokens":4981,"country_iso_numeric_code":4982,"url_paths":4983,"show_search":1746,"slug":390},"ليبيا","\u002Far-ly","ar_LY","ar-LY","LY","Libya","434 ar ar-ly ar_ly arabic libya ly العربيّة ليبيا","434",{"occupations_url_path":7,"minimum_wages_url_path":4984,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":4985,"living_wage_publications_url_path":4986,"living_tariffs_url_path":7,"survey_url_path":4987,"vip_check_url_path":4988,"salary_check_url_path":7},"ar-ly\u002Fwork-in-libya\u002Fminimum-wage","ar-ly\u002Fwork-in-libya\u002Flabour-law","ar-ly\u002Fwork-in-libya\u002Fliving-wages","ar-ly\u002Fwork-in-libya\u002Fsalary\u002Fsurvey","ar-ly\u002Fwork-in-libya\u002Fsalary\u002Fvip",{"id":1042,"title":4990,"short_title":7,"intro_text":8,"url_path":4991,"legacy_locale":4992,"language_code":4669,"ietf_bcp47":4993,"language_name_en":4671,"language_name_local":4672,"country_code":4994,"country_name_en":4995,"country_name_local":4990,"search_tokens":4996,"country_iso_numeric_code":4997,"url_paths":4998,"show_search":1746,"slug":1043},"مصر","\u002Far-eg","ar_EG","ar-EG","EG","Egypt","818 ar ar-eg ar_eg arabic eg egypt العربيّة مصر","818",{"occupations_url_path":7,"minimum_wages_url_path":4999,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":5000,"living_wage_publications_url_path":5001,"living_tariffs_url_path":7,"survey_url_path":5002,"vip_check_url_path":5003,"salary_check_url_path":5004},"ar-eg\u002Fwork-in-egypt\u002Fminimum-wage","ar-eg\u002Fwork-in-egypt\u002Flabour-law","ar-eg\u002Fwork-in-egypt\u002Fliving-wages","ar-eg\u002Fwork-in-egypt\u002Fsalary\u002Fsurvey","ar-eg\u002Fwork-in-egypt\u002Fsalary\u002Fvip","ar-eg\u002Fwork-in-egypt\u002Fsalary\u002Fcheck",{"id":1603,"title":5006,"short_title":7,"intro_text":8,"url_path":5007,"legacy_locale":5008,"language_code":4669,"ietf_bcp47":5009,"language_name_en":4671,"language_name_local":4672,"country_code":5010,"country_name_en":5011,"country_name_local":5006,"search_tokens":5012,"country_iso_numeric_code":5013,"url_paths":5014,"show_search":1746,"slug":1604},"موريتانيا","\u002Far-mr","ar_MR","ar-MR","MR","Mauritania","478 ar ar-mr ar_mr arabic mauritania mr العربيّة موريتانيا","478",{"occupations_url_path":7,"minimum_wages_url_path":5015,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":5016,"living_tariffs_url_path":7,"survey_url_path":5017,"vip_check_url_path":5018,"salary_check_url_path":7},"ar-mr\u002Fwork-in-mauritania\u002Fminimum-wage","ar-mr\u002Fwork-in-mauritania\u002Fliving-wages","ar-mr\u002Fwork-in-mauritania\u002Fsalary\u002Fsurvey","ar-mr\u002Fwork-in-mauritania\u002Fsalary\u002Fvip",{"id":1006,"title":5020,"short_title":7,"intro_text":8,"url_path":5021,"legacy_locale":5022,"language_code":5023,"ietf_bcp47":5024,"language_name_en":5025,"language_name_local":5026,"country_code":5027,"country_name_en":5028,"country_name_local":5020,"search_tokens":5029,"country_iso_numeric_code":5030,"url_paths":5031,"show_search":1746,"slug":1007},"नेपाल","\u002Fne-np","ne_NP","ne","ne-NP","Nepali","नेपाली","NP","Nepal","524 ne ne-np ne_np nepal nepali np नेपाल नेपाली","524",{"occupations_url_path":7,"minimum_wages_url_path":5032,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":5033,"living_wage_publications_url_path":5034,"living_tariffs_url_path":7,"survey_url_path":7,"vip_check_url_path":5035,"salary_check_url_path":7},"ne-np\u002Fwork-in-nepal\u002Fminimum-wage","ne-np\u002Fwork-in-nepal\u002Flabour-law","ne-np\u002Fwork-in-nepal\u002Fliving-wages","ne-np\u002Fwork-in-nepal\u002Fsalary\u002Fvip",{"id":1489,"title":5037,"short_title":7,"intro_text":8,"url_path":5038,"legacy_locale":5039,"language_code":5040,"ietf_bcp47":5041,"language_name_en":5042,"language_name_local":5043,"country_code":5044,"country_name_en":5045,"country_name_local":5037,"search_tokens":5046,"country_iso_numeric_code":5047,"url_paths":5048,"show_search":1746,"slug":1490},"বাংলাদেশ","\u002Fbn-bd","bn_BD","bn","bn-BD","Bengali","বাংলা","BD","Bangladesh","050 bangladesh bd bengali bn bn-bd bn_bd বাংলা বাংলাদেশ","050",{"occupations_url_path":7,"minimum_wages_url_path":5049,"collective_agreements_url_path":5050,"factory_pages_url_path":7,"labour_law_url_path":5051,"living_wage_publications_url_path":5052,"living_tariffs_url_path":7,"survey_url_path":5053,"vip_check_url_path":5054,"salary_check_url_path":5055},"bn-bd\u002Fwork-in-bangladesh\u002Fminimum-wage","bn-bd\u002Fwork-in-bangladesh\u002Fcollective-agreements-database","bn-bd\u002Fwork-in-bangladesh\u002Flabour-law","bn-bd\u002Fwork-in-bangladesh\u002Fliving-wages","bn-bd\u002Fwork-in-bangladesh\u002Fsalary\u002Fsurvey","bn-bd\u002Fwork-in-bangladesh\u002Fsalary\u002Fvip","bn-bd\u002Fwork-in-bangladesh\u002Fsalary\u002Fcheck",{"id":1717,"title":5057,"short_title":7,"intro_text":8,"url_path":5058,"legacy_locale":5059,"language_code":5060,"ietf_bcp47":5061,"language_name_en":5062,"language_name_local":5063,"country_code":5064,"country_name_en":5065,"country_name_local":5066,"search_tokens":5067,"country_iso_numeric_code":5068,"url_paths":5069,"show_search":1746,"slug":1718},"ประเทศไทย","\u002Fth-th","th_TH","th","th-TH","Thai","ภาษาไทย","TH","Thailand","ไทย","764 th th-th th_th thai thailand ภาษาไทย ไทย","764",{"occupations_url_path":7,"minimum_wages_url_path":5070,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":5071,"living_tariffs_url_path":7,"survey_url_path":7,"vip_check_url_path":7,"salary_check_url_path":7},"th-th\u002Fwork-in-thailand\u002Fminimum-wage","th-th\u002Fwork-in-thailand\u002Fliving-wages",{"id":1693,"title":5073,"short_title":7,"intro_text":8,"url_path":5074,"legacy_locale":5075,"language_code":5076,"ietf_bcp47":5077,"language_name_en":5078,"language_name_local":5079,"country_code":5080,"country_name_en":5081,"country_name_local":5079,"search_tokens":5082,"country_iso_numeric_code":5083,"url_paths":5084,"show_search":1746,"slug":1694},"ປະເທດລາວ","\u002Flo-la","lo_LA","lo","lo-LA","Lao","ລາວ","LA","Laos","418 la lao laos lo lo-la lo_la ລາວ","418",{"occupations_url_path":7,"minimum_wages_url_path":5085,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":5086,"living_tariffs_url_path":7,"survey_url_path":7,"vip_check_url_path":7,"salary_check_url_path":7},"lo-la\u002Fwork-in-laos\u002Fminimum-wage","lo-la\u002Fwork-in-laos\u002Fliving-wages",{"id":295,"title":5088,"short_title":7,"intro_text":8,"url_path":5089,"legacy_locale":5090,"language_code":5091,"ietf_bcp47":5092,"language_name_en":5093,"language_name_local":5094,"country_code":5095,"country_name_en":5096,"country_name_local":5088,"search_tokens":5097,"country_iso_numeric_code":5098,"url_paths":5099,"show_search":1746,"slug":296},"འབྲུག","\u002Fdz-bt","dz_BT","dz","dz-BT","Dzongkha (bhutan)","རྫོང་ཁ","BT","Bhutan","064 bhutan bt dz dz-bt dz_bt dzongkha (bhutan) འབྲུག རྫོང་ཁ","064",{"occupations_url_path":7,"minimum_wages_url_path":5100,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":5101,"living_tariffs_url_path":7,"survey_url_path":7,"vip_check_url_path":7,"salary_check_url_path":7},"dz-bt\u002Fwork-in-bhutan\u002Fminimum-wage","dz-bt\u002Fwork-in-bhutan\u002Fliving-wages",{"id":820,"title":5103,"short_title":7,"intro_text":8,"url_path":5104,"legacy_locale":5105,"language_code":5106,"ietf_bcp47":5107,"language_name_en":5108,"language_name_local":5109,"country_code":5110,"country_name_en":5108,"country_name_local":5111,"search_tokens":5112,"country_iso_numeric_code":5113,"url_paths":5114,"show_search":1746,"slug":821},"မြန်မာနိုင်ငံ","\u002Fmy-mm","my_MM","my","my-MM","Myanmar","မြန်မာဘာသာ","MM","မြန်မာ","104 mm my my-mm my_mm myanmar မြန်မာ မြန်မာဘာသာ","104",{"occupations_url_path":7,"minimum_wages_url_path":5115,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":5116,"living_wage_publications_url_path":5117,"living_tariffs_url_path":7,"survey_url_path":5118,"vip_check_url_path":7,"salary_check_url_path":5119},"my-mm\u002Fwork-in-myanmar\u002Fminimum-wages","my-mm\u002Fwork-in-myanmar\u002Flabour-law","my-mm\u002Fwork-in-myanmar\u002Fliving-wage","my-mm\u002Fwork-in-myanmar\u002Fsalary\u002Fsalary-survey","my-mm\u002Fwork-in-myanmar\u002Fsalary\u002Fsalary-check",{"id":1234,"title":5121,"short_title":7,"intro_text":8,"url_path":5122,"legacy_locale":5123,"language_code":5124,"ietf_bcp47":5125,"language_name_en":5126,"language_name_local":5127,"country_code":5128,"country_name_en":5129,"country_name_local":5121,"search_tokens":5130,"country_iso_numeric_code":5131,"url_paths":5132,"show_search":1746,"slug":1235},"საქართველო","\u002Fka-ge","ka_GE","ka","ka-GE","Georgian","ქართული","GE","Georgia","268 ge georgia georgian ka ka-ge ka_ge საქართველო ქართული","268",{"occupations_url_path":7,"minimum_wages_url_path":5133,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":5134,"living_tariffs_url_path":7,"survey_url_path":5135,"vip_check_url_path":5136,"salary_check_url_path":5137},"ka-ge\u002Fwork-in-georgia\u002Fminimum-wage","ka-ge\u002Fwork-in-georgia\u002Fliving-wages","ka-ge\u002Fwork-in-georgia\u002Fsalary\u002Fsurvey","ka-ge\u002Fwork-in-georgia\u002Fsalary\u002Fvip","ka-ge\u002Fwork-in-georgia\u002Fsalary\u002Fcheck",{"id":1591,"title":5139,"short_title":7,"intro_text":8,"url_path":5140,"legacy_locale":5141,"language_code":5142,"ietf_bcp47":5143,"language_name_en":5144,"language_name_local":5145,"country_code":2472,"country_name_en":2468,"country_name_local":5139,"search_tokens":5146,"country_iso_numeric_code":2474,"url_paths":5147,"show_search":1746,"slug":1592},"ኢትዮጵያ","\u002Fam-et","am_ET","am","am-ET","Amharic","አማርኛ","231 am am-et am_et amharic et ethiopia አማርኛ ኢትዮጵያ",{"occupations_url_path":7,"minimum_wages_url_path":5148,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":5149,"living_wage_publications_url_path":5150,"living_tariffs_url_path":7,"survey_url_path":5151,"vip_check_url_path":7,"salary_check_url_path":7},"am-et\u002Fwork-in-ethiopia\u002Fminimum-wage","am-et\u002Fwork-in-ethiopia\u002Flabour-law","am-et\u002Fwork-in-ethiopia\u002Fliving-wages","am-et\u002Fwork-in-ethiopia\u002Fsalary\u002Fsurvey",{"id":922,"title":5153,"short_title":7,"intro_text":8,"url_path":5154,"legacy_locale":5155,"language_code":5156,"ietf_bcp47":5157,"language_name_en":5158,"language_name_local":5158,"country_code":2097,"country_name_en":2091,"country_name_local":5159,"search_tokens":5160,"country_iso_numeric_code":2099,"url_paths":5161,"show_search":1746,"slug":923},"ព្រះរាជាណាចក្រកម្ពុជា","\u002Fkm-kh","km_KH","km","km-KH","Khmer","កម្ពុជា","116 cambodia kh khmer km km-kh km_kh កម្ពុជា",{"occupations_url_path":7,"minimum_wages_url_path":5162,"collective_agreements_url_path":5163,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":5164,"living_tariffs_url_path":7,"survey_url_path":5165,"vip_check_url_path":5166,"salary_check_url_path":5167},"km-kh\u002Fwork-in-cambodia\u002Fminimum-wage","km-kh\u002Fwork-in-cambodia\u002Fcollective-bargaining-agreement","km-kh\u002Fwork-in-cambodia\u002Fliving-wages","km-kh\u002Fwork-in-cambodia\u002Fsalary\u002Fsurvey","km-kh\u002Fwork-in-cambodia\u002Fsalary\u002Fvip","km-kh\u002Fwork-in-cambodia\u002Fsalary\u002Fcheck",{"id":1096,"title":5169,"short_title":7,"intro_text":8,"url_path":5170,"legacy_locale":5171,"language_code":5172,"ietf_bcp47":5173,"language_name_en":5174,"language_name_local":5175,"country_code":5176,"country_name_en":5177,"country_name_local":5178,"search_tokens":5179,"country_iso_numeric_code":5180,"url_paths":5181,"show_search":1746,"slug":1097},"中华人民共和国","\u002Fzh-cn","zh_CN","zh","zh-CN","Chinese (simplified, china)","中文","CN","China","中国","156 china chinese (simplified, china) cn zh zh-cn zh_cn 中国 中文","156",{"occupations_url_path":7,"minimum_wages_url_path":5182,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":5183,"living_wage_publications_url_path":5184,"living_tariffs_url_path":7,"survey_url_path":5185,"vip_check_url_path":5186,"salary_check_url_path":5187},"zh-cn\u002Fwork-in-china\u002Fminimum-wage","zh-cn\u002Fwork-in-china\u002Flabour-laws","zh-cn\u002Fwork-in-china\u002Fliving-wages","zh-cn\u002Fwork-in-china\u002Fsalary\u002Fsurvey","zh-cn\u002Fwork-in-china\u002Fsalary\u002Fvip","zh-cn\u002Fwork-in-china\u002Fsalary\u002Fcheck",{"id":1078,"title":5189,"short_title":7,"intro_text":8,"url_path":5190,"legacy_locale":5191,"language_code":5172,"ietf_bcp47":5192,"language_name_en":5193,"language_name_local":5175,"country_code":3817,"country_name_en":3813,"country_name_local":5189,"search_tokens":5194,"country_iso_numeric_code":3819,"url_paths":5195,"show_search":1746,"slug":1079},"新加坡","\u002Fzh-sg","zh_SG","zh-SG","Chinese","702 chinese sg singapore zh zh-sg zh_sg 中文 新加坡",{"occupations_url_path":7,"minimum_wages_url_path":5196,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":5197,"living_tariffs_url_path":7,"survey_url_path":5198,"vip_check_url_path":5199,"salary_check_url_path":5200},"zh-sg\u002Fwork-in-singapore\u002Fminimum-wage","zh-sg\u002Fwork-in-singapore\u002Fliving-wages","zh-sg\u002Fwork-in-singapore\u002Fsalary\u002Fsurvey","zh-sg\u002Fwork-in-singapore\u002Fsalary\u002Fvip","zh-sg\u002Fwork-in-singapore\u002Fsalary\u002Fcheck",{"id":1495,"title":5202,"short_title":7,"intro_text":8,"url_path":5203,"legacy_locale":5204,"language_code":5205,"ietf_bcp47":5206,"language_name_en":5207,"language_name_local":5208,"country_code":5209,"country_name_en":5210,"country_name_local":5202,"search_tokens":5211,"country_iso_numeric_code":5212,"url_paths":5213,"show_search":1746,"slug":1496},"日本","\u002Fja-jp","ja_JP","ja","ja-JP","Japanese","日本語","JP","Japan","392 ja ja-jp ja_jp japan japanese jp 日本 日本語","392",{"occupations_url_path":7,"minimum_wages_url_path":5214,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":5215,"living_wage_publications_url_path":5216,"living_tariffs_url_path":7,"survey_url_path":5217,"vip_check_url_path":5218,"salary_check_url_path":5219},"ja-jp\u002Fwork-in-japan\u002Fminimum-wage","ja-jp\u002Fwork-in-japan\u002Flabour-law","ja-jp\u002Fwork-in-japan\u002Fliving-wages","ja-jp\u002Fwork-in-japan\u002Fsalary\u002Fsurvey","ja-jp\u002Fwork-in-japan\u002Fsalary\u002Fvip","ja-jp\u002Fwork-in-japan\u002Fsalary\u002Fcheck",{"id":1048,"title":5221,"short_title":7,"intro_text":8,"url_path":5222,"legacy_locale":5223,"language_code":5172,"ietf_bcp47":5224,"language_name_en":5193,"language_name_local":5175,"country_code":5225,"country_name_en":5226,"country_name_local":5227,"search_tokens":5228,"country_iso_numeric_code":5229,"url_paths":5230,"show_search":1746,"slug":1049},"澳門","\u002Fzh-mo","zh_MO","zh-MO","MO","Macao","中國澳門特別行政區","446 chinese macao mo zh zh-mo zh_mo 中國澳門特別行政區 中文","446",{"occupations_url_path":7,"minimum_wages_url_path":5231,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":5232,"living_tariffs_url_path":7,"survey_url_path":7,"vip_check_url_path":7,"salary_check_url_path":7},"zh-mo\u002Fwork-in-macao\u002Fminimum-wage","zh-mo\u002Fwork-in-macao\u002Fliving-wages",{"id":988,"title":5234,"short_title":7,"intro_text":8,"url_path":5235,"legacy_locale":5236,"language_code":5172,"ietf_bcp47":5237,"language_name_en":5193,"language_name_local":5175,"country_code":5238,"country_name_en":5239,"country_name_local":5240,"search_tokens":5241,"country_iso_numeric_code":5242,"url_paths":5243,"show_search":1746,"slug":989},"臺灣","\u002Fzh-tw","zh_TW","zh-TW","TW","Taiwan","台灣","158 chinese taiwan tw zh zh-tw zh_tw 中文 台灣","158",{"occupations_url_path":7,"minimum_wages_url_path":5244,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":5245,"living_tariffs_url_path":7,"survey_url_path":7,"vip_check_url_path":5246,"salary_check_url_path":7},"zh-tw\u002Fwork-in-taiwan\u002Fminimum-wage","zh-tw\u002Fwork-in-taiwan\u002Fliving-wages","zh-tw\u002Fwork-in-taiwan\u002Fsalary\u002Fvip",{"id":1012,"title":5248,"short_title":7,"intro_text":8,"url_path":5249,"legacy_locale":5250,"language_code":5172,"ietf_bcp47":5251,"language_name_en":5193,"language_name_local":5175,"country_code":5252,"country_name_en":5253,"country_name_local":5254,"search_tokens":5255,"country_iso_numeric_code":5256,"url_paths":5257,"show_search":1746,"slug":1013},"香港","\u002Fzh-hk","zh_HK","zh-HK","HK","Hong Kong","中國香港特別行政區","344 chinese hk hong kong zh zh-hk zh_hk 中國香港特別行政區 中文","344",{"occupations_url_path":7,"minimum_wages_url_path":5258,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":5259,"living_wage_publications_url_path":5260,"living_tariffs_url_path":7,"survey_url_path":7,"vip_check_url_path":5261,"salary_check_url_path":7},"zh-hk\u002Fwork-in-hongkong\u002Fminimum-wage","zh-hk\u002Fwork-in-hongkong\u002Flabour-law","zh-hk\u002Fwork-in-hongkong\u002Fliving-wages","zh-hk\u002Fwork-in-hongkong\u002Fsalary\u002Fvip",{"id":1210,"title":5263,"short_title":7,"intro_text":8,"url_path":5264,"legacy_locale":5265,"language_code":5266,"ietf_bcp47":5267,"language_name_en":5268,"language_name_local":5269,"country_code":5270,"country_name_en":5271,"country_name_local":5263,"search_tokens":5272,"country_iso_numeric_code":5273,"url_paths":5274,"show_search":1746,"slug":1211},"대한민국","\u002Fko-kr","ko_KR","ko","ko-KR","Korean","한국어","KR","South Korea","410 ko ko-kr ko_kr korean kr south korea 대한민국 한국어","410",{"occupations_url_path":7,"minimum_wages_url_path":5275,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":5276,"living_wage_publications_url_path":5277,"living_tariffs_url_path":7,"survey_url_path":5278,"vip_check_url_path":5279,"salary_check_url_path":5280},"ko-kr\u002Fwork-in-korea\u002Fminimum-wage","ko-kr\u002Fwork-in-korea\u002Flabour-law","ko-kr\u002Fwork-in-korea\u002Fliving-wages","ko-kr\u002Fwork-in-korea\u002Fsalary\u002Fsurvey","ko-kr\u002Fwork-in-korea\u002Fsalary\u002Fvip","ko-kr\u002Fwork-in-korea\u002Fsalary\u002Fcheck",{"id":1198,"title":5282,"short_title":7,"intro_text":8,"url_path":5283,"legacy_locale":5284,"language_code":5266,"ietf_bcp47":5285,"language_name_en":5268,"language_name_local":5269,"country_code":5286,"country_name_en":5287,"country_name_local":5282,"search_tokens":5288,"country_iso_numeric_code":5289,"url_paths":5290,"show_search":1746,"slug":1199},"조선민주주의인민공화국","\u002Fko-kp","ko_KP","ko-KP","KP","North Korea","408 ko ko-kp ko_kp korean kp north korea 조선민주주의인민공화국 한국어","408",{"occupations_url_path":7,"minimum_wages_url_path":5291,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":7,"living_tariffs_url_path":7,"survey_url_path":7,"vip_check_url_path":7,"salary_check_url_path":7},"ko-kp\u002Fwork-in-north-korea\u002Fminimum-wage",[5293,5295,5297,5299,5301,5303,5305,5307,5309,5311,5313,5315,5317,5319,5321,5323,5325,5327,5329,5331,5333,5335,5337,5339,5341,5343,5345,5347,5349,5351,5353,5355,5357,5359,5361,5363,5365,5367,5369,5371,5373,5375,5377,5379,5381,5383,5385,5387,5389,5391,5393,5395,5397,5399,5401,5403,5405,5407,5409,5411,5413,5415,5417,5419,5421,5423,5425,5427,5429,5431,5433,5435,5437,5439,5441,5443,5445,5447,5449,5451,5453,5455,5457,5459,5461,5463,5465,5467,5469,5471,5473,5475,5477,5479,5481,5483,5485,5487,5489,5491,5493,5495,5497,5499,5501,5503,5505,5507,5509,5511,5513,5515,5517,5519,5521,5523,5525,5527,5529,5531,5533,5535,5537,5539,5541,5543,5545,5547,5549,5551,5553,5555,5557,5559,5561,5563,5565,5567,5569,5571,5573,5575,5577,5579,5581,5583,5585,5587,5589,5591,5593,5595,5597,5599,5601,5603,5605,5607,5609,5611,5613,5615,5617,5619,5621,5623,5625,5627,5629,5631,5633,5635,5637,5639,5641,5643,5645,5647,5649,5651,5653,5655,5657,5659,5661,5663,5665,5667,5669,5671,5673,5675,5677,5679,5681,5683,5685,5687,5689,5691,5693,5695,5697,5699,5701,5703,5705,5707,5709,5711,5713,5715,5717,5719,5721,5723,5725,5727,5729,5731,5733,5735,5737,5739,5741,5743,5745,5747,5749,5751,5753,5755,5757,5759,5761,5763,5765,5767],{"id":1240,"title":1730,"short_title":7,"intro_text":8,"url_path":1731,"legacy_locale":1732,"language_code":1733,"ietf_bcp47":1734,"language_name_en":1735,"language_name_local":1736,"country_code":1737,"country_name_en":1730,"country_name_local":8,"search_tokens":1738,"country_iso_numeric_code":1739,"url_paths":5294,"show_search":1746,"slug":1241},{"occupations_url_path":7,"minimum_wages_url_path":1741,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":1742,"living_tariffs_url_path":7,"survey_url_path":1743,"vip_check_url_path":1744,"salary_check_url_path":1745},{"id":1639,"title":1748,"short_title":1749,"intro_text":1750,"url_path":1751,"legacy_locale":1752,"language_code":1753,"ietf_bcp47":1754,"language_name_en":1755,"language_name_local":1756,"country_code":1757,"country_name_en":1748,"country_name_local":1748,"search_tokens":1758,"country_iso_numeric_code":1759,"url_paths":5296,"show_search":1746,"slug":1640},{"occupations_url_path":7,"minimum_wages_url_path":1761,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":1762,"living_wage_publications_url_path":1763,"living_tariffs_url_path":7,"survey_url_path":1764,"vip_check_url_path":1765,"salary_check_url_path":1766},{"id":551,"title":1768,"short_title":7,"intro_text":8,"url_path":1769,"legacy_locale":1770,"language_code":11,"ietf_bcp47":1771,"language_name_en":1772,"language_name_local":1772,"country_code":1773,"country_name_en":1768,"country_name_local":1774,"search_tokens":1775,"country_iso_numeric_code":1776,"url_paths":5298,"show_search":1746,"slug":552},{"occupations_url_path":7,"minimum_wages_url_path":1778,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":1779,"living_tariffs_url_path":7,"survey_url_path":1780,"vip_check_url_path":7,"salary_check_url_path":1781},{"id":940,"title":1783,"short_title":7,"intro_text":8,"url_path":1784,"legacy_locale":1785,"language_code":1733,"ietf_bcp47":1786,"language_name_en":1735,"language_name_local":1736,"country_code":1787,"country_name_en":1783,"country_name_local":1783,"search_tokens":1788,"country_iso_numeric_code":1789,"url_paths":5300,"show_search":1746,"slug":941},{"occupations_url_path":7,"minimum_wages_url_path":1791,"collective_agreements_url_path":1792,"factory_pages_url_path":7,"labour_law_url_path":1793,"living_wage_publications_url_path":1794,"living_tariffs_url_path":7,"survey_url_path":1795,"vip_check_url_path":1796,"salary_check_url_path":1797},{"id":1120,"title":1799,"short_title":7,"intro_text":8,"url_path":1800,"legacy_locale":1801,"language_code":1802,"ietf_bcp47":1803,"language_name_en":1804,"language_name_local":1805,"country_code":1806,"country_name_en":1799,"country_name_local":1799,"search_tokens":1807,"country_iso_numeric_code":1808,"url_paths":5302,"show_search":1746,"slug":1121},{"occupations_url_path":7,"minimum_wages_url_path":1810,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":1811,"living_tariffs_url_path":7,"survey_url_path":1812,"vip_check_url_path":7,"salary_check_url_path":1813},{"id":1192,"title":1815,"short_title":7,"intro_text":8,"url_path":1816,"legacy_locale":1817,"language_code":11,"ietf_bcp47":1818,"language_name_en":1772,"language_name_local":1772,"country_code":1819,"country_name_en":1815,"country_name_local":1815,"search_tokens":1820,"country_iso_numeric_code":1821,"url_paths":5304,"show_search":1746,"slug":1193},{"occupations_url_path":7,"minimum_wages_url_path":1823,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":1824,"living_tariffs_url_path":7,"survey_url_path":1825,"vip_check_url_path":1826,"salary_check_url_path":1827},{"id":844,"title":1829,"short_title":7,"intro_text":8,"url_path":1830,"legacy_locale":1831,"language_code":1832,"ietf_bcp47":1833,"language_name_en":1834,"language_name_local":1835,"country_code":1836,"country_name_en":1837,"country_name_local":1829,"search_tokens":1838,"country_iso_numeric_code":1839,"url_paths":5306,"show_search":1746,"slug":845},{"occupations_url_path":7,"minimum_wages_url_path":1841,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":1842,"living_wage_publications_url_path":1843,"living_tariffs_url_path":7,"survey_url_path":1844,"vip_check_url_path":1845,"salary_check_url_path":1846},{"id":868,"title":1848,"short_title":7,"intro_text":8,"url_path":1849,"legacy_locale":1850,"language_code":11,"ietf_bcp47":1851,"language_name_en":1772,"language_name_local":1772,"country_code":1852,"country_name_en":1848,"country_name_local":1848,"search_tokens":1853,"country_iso_numeric_code":1854,"url_paths":5308,"show_search":1746,"slug":869},{"occupations_url_path":7,"minimum_wages_url_path":1856,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":1857,"living_tariffs_url_path":7,"survey_url_path":1858,"vip_check_url_path":1859,"salary_check_url_path":1860},{"id":1228,"title":1862,"short_title":7,"intro_text":8,"url_path":1863,"legacy_locale":1864,"language_code":11,"ietf_bcp47":1865,"language_name_en":1772,"language_name_local":1772,"country_code":1866,"country_name_en":1862,"country_name_local":1862,"search_tokens":1867,"country_iso_numeric_code":1868,"url_paths":5310,"show_search":1746,"slug":1229},{"occupations_url_path":7,"minimum_wages_url_path":1870,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":1871,"living_tariffs_url_path":7,"survey_url_path":1872,"vip_check_url_path":7,"salary_check_url_path":1873},{"id":838,"title":1875,"short_title":7,"intro_text":8,"url_path":1876,"legacy_locale":1877,"language_code":1878,"ietf_bcp47":1879,"language_name_en":1880,"language_name_local":1881,"country_code":1882,"country_name_en":1883,"country_name_local":1875,"search_tokens":1884,"country_iso_numeric_code":1885,"url_paths":5312,"show_search":1746,"slug":839},{"occupations_url_path":7,"minimum_wages_url_path":1887,"collective_agreements_url_path":1888,"factory_pages_url_path":7,"labour_law_url_path":1889,"living_wage_publications_url_path":1890,"living_tariffs_url_path":7,"survey_url_path":1891,"vip_check_url_path":1892,"salary_check_url_path":1893},{"id":1186,"title":1895,"short_title":7,"intro_text":8,"url_path":1896,"legacy_locale":1897,"language_code":1802,"ietf_bcp47":1898,"language_name_en":1804,"language_name_local":1805,"country_code":1882,"country_name_en":1883,"country_name_local":1895,"search_tokens":1899,"country_iso_numeric_code":1885,"url_paths":5314,"show_search":1746,"slug":1187},{"occupations_url_path":7,"minimum_wages_url_path":1901,"collective_agreements_url_path":1902,"factory_pages_url_path":7,"labour_law_url_path":1903,"living_wage_publications_url_path":1904,"living_tariffs_url_path":7,"survey_url_path":1905,"vip_check_url_path":1906,"salary_check_url_path":1907},{"id":749,"title":1909,"short_title":7,"intro_text":8,"url_path":1910,"legacy_locale":1911,"language_code":11,"ietf_bcp47":1912,"language_name_en":1772,"language_name_local":1772,"country_code":1913,"country_name_en":1909,"country_name_local":1909,"search_tokens":1914,"country_iso_numeric_code":1915,"url_paths":5316,"show_search":1746,"slug":750},{"occupations_url_path":7,"minimum_wages_url_path":1917,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":1918,"living_tariffs_url_path":7,"survey_url_path":1919,"vip_check_url_path":7,"salary_check_url_path":1920},{"id":1555,"title":1922,"short_title":7,"intro_text":8,"url_path":1923,"legacy_locale":1924,"language_code":11,"ietf_bcp47":1925,"language_name_en":1772,"language_name_local":1772,"country_code":1926,"country_name_en":1922,"country_name_local":1922,"search_tokens":1927,"country_iso_numeric_code":1928,"url_paths":5318,"show_search":1746,"slug":1556},{"occupations_url_path":7,"minimum_wages_url_path":1930,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":1931,"living_tariffs_url_path":7,"survey_url_path":7,"vip_check_url_path":7,"salary_check_url_path":7},{"id":1459,"title":1933,"short_title":7,"intro_text":8,"url_path":1934,"legacy_locale":1935,"language_code":1733,"ietf_bcp47":1936,"language_name_en":1735,"language_name_local":1736,"country_code":1937,"country_name_en":1933,"country_name_local":1933,"search_tokens":1938,"country_iso_numeric_code":1939,"url_paths":5320,"show_search":1746,"slug":1460},{"occupations_url_path":7,"minimum_wages_url_path":1941,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":1942,"living_wage_publications_url_path":1943,"living_tariffs_url_path":7,"survey_url_path":1944,"vip_check_url_path":1945,"salary_check_url_path":1946},{"id":1399,"title":1948,"short_title":7,"intro_text":8,"url_path":1949,"legacy_locale":1950,"language_code":1951,"ietf_bcp47":1952,"language_name_en":1953,"language_name_local":1954,"country_code":1955,"country_name_en":1956,"country_name_local":1948,"search_tokens":1957,"country_iso_numeric_code":1958,"url_paths":5322,"show_search":1746,"slug":1400},{"occupations_url_path":7,"minimum_wages_url_path":1960,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":1961,"living_wage_publications_url_path":1962,"living_tariffs_url_path":7,"survey_url_path":1963,"vip_check_url_path":7,"salary_check_url_path":1964},{"id":1537,"title":1966,"short_title":7,"intro_text":8,"url_path":1967,"legacy_locale":1968,"language_code":11,"ietf_bcp47":1969,"language_name_en":1772,"language_name_local":1772,"country_code":1970,"country_name_en":1966,"country_name_local":1966,"search_tokens":1971,"country_iso_numeric_code":1972,"url_paths":5324,"show_search":1746,"slug":1538},{"occupations_url_path":7,"minimum_wages_url_path":1974,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":1975,"living_wage_publications_url_path":1976,"living_tariffs_url_path":7,"survey_url_path":1977,"vip_check_url_path":1978,"salary_check_url_path":1979},{"id":527,"title":1981,"short_title":1749,"intro_text":1982,"url_path":1983,"legacy_locale":1984,"language_code":1753,"ietf_bcp47":1985,"language_name_en":1755,"language_name_local":1756,"country_code":1986,"country_name_en":1987,"country_name_local":1981,"search_tokens":1988,"country_iso_numeric_code":1989,"url_paths":5326,"show_search":1746,"slug":528},{"occupations_url_path":1991,"minimum_wages_url_path":1992,"collective_agreements_url_path":1993,"factory_pages_url_path":7,"labour_law_url_path":1994,"living_wage_publications_url_path":1995,"living_tariffs_url_path":7,"survey_url_path":1996,"vip_check_url_path":1997,"salary_check_url_path":1998},{"id":1531,"title":2000,"short_title":7,"intro_text":8,"url_path":2001,"legacy_locale":2002,"language_code":11,"ietf_bcp47":2003,"language_name_en":1772,"language_name_local":1772,"country_code":2004,"country_name_en":2000,"country_name_local":2000,"search_tokens":2005,"country_iso_numeric_code":2006,"url_paths":5328,"show_search":1746,"slug":1532},{"occupations_url_path":7,"minimum_wages_url_path":2008,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":7,"living_tariffs_url_path":7,"survey_url_path":7,"vip_check_url_path":7,"salary_check_url_path":7},{"id":539,"title":2010,"short_title":7,"intro_text":8,"url_path":2011,"legacy_locale":2012,"language_code":2013,"ietf_bcp47":2014,"language_name_en":2015,"language_name_local":2016,"country_code":2017,"country_name_en":2018,"country_name_local":2010,"search_tokens":2019,"country_iso_numeric_code":2020,"url_paths":5330,"show_search":1746,"slug":540},{"occupations_url_path":7,"minimum_wages_url_path":2022,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":2023,"living_tariffs_url_path":7,"survey_url_path":2024,"vip_check_url_path":2025,"salary_check_url_path":2026},{"id":1339,"title":2028,"short_title":7,"intro_text":8,"url_path":2029,"legacy_locale":2030,"language_code":1878,"ietf_bcp47":2031,"language_name_en":1880,"language_name_local":1881,"country_code":2032,"country_name_en":2028,"country_name_local":2028,"search_tokens":2033,"country_iso_numeric_code":2034,"url_paths":5332,"show_search":1746,"slug":1340},{"occupations_url_path":7,"minimum_wages_url_path":2036,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":2037,"living_wage_publications_url_path":2038,"living_tariffs_url_path":7,"survey_url_path":2039,"vip_check_url_path":2040,"salary_check_url_path":2041},{"id":826,"title":2043,"short_title":7,"intro_text":8,"url_path":2044,"legacy_locale":2045,"language_code":1878,"ietf_bcp47":2046,"language_name_en":1880,"language_name_local":1881,"country_code":2047,"country_name_en":2043,"country_name_local":2043,"search_tokens":2048,"country_iso_numeric_code":2049,"url_paths":5334,"show_search":1746,"slug":827},{"occupations_url_path":7,"minimum_wages_url_path":2051,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":2052,"living_wage_publications_url_path":2053,"living_tariffs_url_path":7,"survey_url_path":2054,"vip_check_url_path":2055,"salary_check_url_path":2056},{"id":335,"title":2058,"short_title":7,"intro_text":8,"url_path":2059,"legacy_locale":2060,"language_code":1878,"ietf_bcp47":2061,"language_name_en":1880,"language_name_local":1881,"country_code":2062,"country_name_en":2063,"country_name_local":2058,"search_tokens":2064,"country_iso_numeric_code":2065,"url_paths":5336,"show_search":1746,"slug":336},{"occupations_url_path":7,"minimum_wages_url_path":2067,"collective_agreements_url_path":2068,"factory_pages_url_path":7,"labour_law_url_path":2069,"living_wage_publications_url_path":2070,"living_tariffs_url_path":7,"survey_url_path":2071,"vip_check_url_path":2072,"salary_check_url_path":2073},{"id":1435,"title":2075,"short_title":1749,"intro_text":2076,"url_path":2077,"legacy_locale":2078,"language_code":1753,"ietf_bcp47":2079,"language_name_en":1755,"language_name_local":1756,"country_code":2080,"country_name_en":2075,"country_name_local":2075,"search_tokens":2081,"country_iso_numeric_code":2082,"url_paths":5338,"show_search":1746,"slug":1436},{"occupations_url_path":7,"minimum_wages_url_path":2084,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":2085,"living_wage_publications_url_path":2086,"living_tariffs_url_path":7,"survey_url_path":2087,"vip_check_url_path":2088,"salary_check_url_path":2089},{"id":784,"title":2091,"short_title":2092,"intro_text":2093,"url_path":2094,"legacy_locale":2095,"language_code":11,"ietf_bcp47":2096,"language_name_en":1772,"language_name_local":1772,"country_code":2097,"country_name_en":2091,"country_name_local":8,"search_tokens":2098,"country_iso_numeric_code":2099,"url_paths":5340,"show_search":1746,"slug":785},{"occupations_url_path":7,"minimum_wages_url_path":2101,"collective_agreements_url_path":2102,"factory_pages_url_path":7,"labour_law_url_path":2103,"living_wage_publications_url_path":2104,"living_tariffs_url_path":7,"survey_url_path":2105,"vip_check_url_path":2106,"salary_check_url_path":2107},{"id":1699,"title":2109,"short_title":7,"intro_text":8,"url_path":2110,"legacy_locale":2111,"language_code":1878,"ietf_bcp47":2112,"language_name_en":1880,"language_name_local":1881,"country_code":2113,"country_name_en":2114,"country_name_local":2109,"search_tokens":2115,"country_iso_numeric_code":2116,"url_paths":5342,"show_search":1746,"slug":1700},{"occupations_url_path":7,"minimum_wages_url_path":2118,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":2119,"living_wage_publications_url_path":2120,"living_tariffs_url_path":7,"survey_url_path":2121,"vip_check_url_path":2122,"salary_check_url_path":2123},{"id":1291,"title":2125,"short_title":2126,"intro_text":2127,"url_path":2128,"legacy_locale":2129,"language_code":11,"ietf_bcp47":2130,"language_name_en":1772,"language_name_local":1772,"country_code":2131,"country_name_en":2125,"country_name_local":2125,"search_tokens":2132,"country_iso_numeric_code":2133,"url_paths":5344,"show_search":1746,"slug":1292},{"occupations_url_path":7,"minimum_wages_url_path":2135,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":2136,"living_tariffs_url_path":7,"survey_url_path":2137,"vip_check_url_path":2138,"salary_check_url_path":2139},{"id":491,"title":2125,"short_title":7,"intro_text":8,"url_path":2141,"legacy_locale":2142,"language_code":1878,"ietf_bcp47":2143,"language_name_en":1880,"language_name_local":1881,"country_code":2131,"country_name_en":2125,"country_name_local":2125,"search_tokens":2144,"country_iso_numeric_code":2133,"url_paths":5346,"show_search":1746,"slug":492},{"occupations_url_path":7,"minimum_wages_url_path":2146,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":2147,"living_tariffs_url_path":7,"survey_url_path":2148,"vip_check_url_path":2149,"salary_check_url_path":2150},{"id":443,"title":2152,"short_title":7,"intro_text":8,"url_path":2153,"legacy_locale":2154,"language_code":1802,"ietf_bcp47":2155,"language_name_en":1804,"language_name_local":1805,"country_code":2156,"country_name_en":2157,"country_name_local":2152,"search_tokens":2158,"country_iso_numeric_code":2159,"url_paths":5348,"show_search":1746,"slug":444},{"occupations_url_path":7,"minimum_wages_url_path":2161,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":7,"living_tariffs_url_path":7,"survey_url_path":7,"vip_check_url_path":7,"salary_check_url_path":7},{"id":653,"title":2163,"short_title":7,"intro_text":8,"url_path":2164,"legacy_locale":2165,"language_code":11,"ietf_bcp47":2166,"language_name_en":1772,"language_name_local":1772,"country_code":2167,"country_name_en":2163,"country_name_local":2163,"search_tokens":2168,"country_iso_numeric_code":2169,"url_paths":5350,"show_search":1746,"slug":654},{"occupations_url_path":7,"minimum_wages_url_path":2171,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":7,"living_tariffs_url_path":7,"survey_url_path":7,"vip_check_url_path":7,"salary_check_url_path":7},{"id":407,"title":2173,"short_title":7,"intro_text":8,"url_path":2174,"legacy_locale":2175,"language_code":1733,"ietf_bcp47":2176,"language_name_en":1735,"language_name_local":1736,"country_code":2177,"country_name_en":2173,"country_name_local":2173,"search_tokens":2178,"country_iso_numeric_code":2179,"url_paths":5352,"show_search":1746,"slug":408},{"occupations_url_path":7,"minimum_wages_url_path":2181,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":2182,"living_wage_publications_url_path":2183,"living_tariffs_url_path":7,"survey_url_path":2184,"vip_check_url_path":2185,"salary_check_url_path":2186},{"id":796,"title":2188,"short_title":7,"intro_text":8,"url_path":2189,"legacy_locale":2190,"language_code":1733,"ietf_bcp47":2191,"language_name_en":1735,"language_name_local":1736,"country_code":2192,"country_name_en":2188,"country_name_local":2188,"search_tokens":2193,"country_iso_numeric_code":2194,"url_paths":5354,"show_search":1746,"slug":797},{"occupations_url_path":7,"minimum_wages_url_path":2196,"collective_agreements_url_path":2197,"factory_pages_url_path":7,"labour_law_url_path":2198,"living_wage_publications_url_path":2199,"living_tariffs_url_path":7,"survey_url_path":2200,"vip_check_url_path":2201,"salary_check_url_path":2202},{"id":1429,"title":2204,"short_title":7,"intro_text":8,"url_path":2205,"legacy_locale":2206,"language_code":1878,"ietf_bcp47":2207,"language_name_en":1880,"language_name_local":1881,"country_code":2208,"country_name_en":2209,"country_name_local":2210,"search_tokens":2211,"country_iso_numeric_code":2212,"url_paths":5356,"show_search":1746,"slug":1430},{"occupations_url_path":7,"minimum_wages_url_path":2214,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":2215,"living_wage_publications_url_path":2216,"living_tariffs_url_path":7,"survey_url_path":2217,"vip_check_url_path":2218,"salary_check_url_path":2219},{"id":1525,"title":2221,"short_title":7,"intro_text":8,"url_path":2222,"legacy_locale":2223,"language_code":1878,"ietf_bcp47":2224,"language_name_en":1880,"language_name_local":1881,"country_code":2225,"country_name_en":2204,"country_name_local":2221,"search_tokens":2226,"country_iso_numeric_code":2227,"url_paths":5358,"show_search":1746,"slug":1526},{"occupations_url_path":7,"minimum_wages_url_path":2229,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":2230,"living_wage_publications_url_path":2231,"living_tariffs_url_path":7,"survey_url_path":2232,"vip_check_url_path":2233,"salary_check_url_path":2234},{"id":545,"title":2236,"short_title":7,"intro_text":8,"url_path":2237,"legacy_locale":2238,"language_code":11,"ietf_bcp47":2239,"language_name_en":1772,"language_name_local":1772,"country_code":2240,"country_name_en":2236,"country_name_local":2236,"search_tokens":2241,"country_iso_numeric_code":2242,"url_paths":5360,"show_search":1746,"slug":546},{"occupations_url_path":7,"minimum_wages_url_path":2244,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":7,"living_tariffs_url_path":7,"survey_url_path":7,"vip_check_url_path":7,"salary_check_url_path":7},{"id":623,"title":2246,"short_title":7,"intro_text":8,"url_path":2247,"legacy_locale":2248,"language_code":1733,"ietf_bcp47":2249,"language_name_en":1735,"language_name_local":1736,"country_code":2250,"country_name_en":2246,"country_name_local":2246,"search_tokens":2251,"country_iso_numeric_code":2252,"url_paths":5362,"show_search":1746,"slug":624},{"occupations_url_path":7,"minimum_wages_url_path":2254,"collective_agreements_url_path":2255,"factory_pages_url_path":7,"labour_law_url_path":2256,"living_wage_publications_url_path":2257,"living_tariffs_url_path":7,"survey_url_path":2258,"vip_check_url_path":2259,"salary_check_url_path":2260},{"id":1321,"title":2262,"short_title":7,"intro_text":8,"url_path":2263,"legacy_locale":2264,"language_code":2265,"ietf_bcp47":2266,"language_name_en":2267,"language_name_local":2268,"country_code":2269,"country_name_en":2270,"country_name_local":2262,"search_tokens":2271,"country_iso_numeric_code":2272,"url_paths":5364,"show_search":1746,"slug":1322},{"occupations_url_path":7,"minimum_wages_url_path":2274,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":2275,"living_wage_publications_url_path":2276,"living_tariffs_url_path":7,"survey_url_path":2277,"vip_check_url_path":2278,"salary_check_url_path":2279},{"id":1303,"title":2281,"short_title":7,"intro_text":8,"url_path":2282,"legacy_locale":2283,"language_code":1733,"ietf_bcp47":2284,"language_name_en":1735,"language_name_local":1736,"country_code":2285,"country_name_en":2281,"country_name_local":2281,"search_tokens":2286,"country_iso_numeric_code":2287,"url_paths":5366,"show_search":1746,"slug":1304},{"occupations_url_path":7,"minimum_wages_url_path":2289,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":2290,"living_tariffs_url_path":7,"survey_url_path":2291,"vip_check_url_path":2292,"salary_check_url_path":2293},{"id":1477,"title":2295,"short_title":7,"intro_text":8,"url_path":2296,"legacy_locale":2297,"language_code":1802,"ietf_bcp47":2298,"language_name_en":1804,"language_name_local":1805,"country_code":2299,"country_name_en":2295,"country_name_local":2295,"search_tokens":2300,"country_iso_numeric_code":2301,"url_paths":5368,"show_search":1746,"slug":1478},{"occupations_url_path":7,"minimum_wages_url_path":2303,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":2304,"living_tariffs_url_path":7,"survey_url_path":7,"vip_check_url_path":7,"salary_check_url_path":7},{"id":970,"title":2306,"short_title":7,"intro_text":8,"url_path":2307,"legacy_locale":2308,"language_code":1878,"ietf_bcp47":2309,"language_name_en":1880,"language_name_local":1881,"country_code":2310,"country_name_en":2306,"country_name_local":2311,"search_tokens":2312,"country_iso_numeric_code":2313,"url_paths":5370,"show_search":1746,"slug":971},{"occupations_url_path":7,"minimum_wages_url_path":2315,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":2316,"living_wage_publications_url_path":2317,"living_tariffs_url_path":7,"survey_url_path":2318,"vip_check_url_path":2319,"salary_check_url_path":2320},{"id":455,"title":2322,"short_title":7,"intro_text":8,"url_path":2323,"legacy_locale":2324,"language_code":2325,"ietf_bcp47":2326,"language_name_en":2327,"language_name_local":2328,"country_code":2329,"country_name_en":2330,"country_name_local":2322,"search_tokens":2331,"country_iso_numeric_code":2332,"url_paths":5372,"show_search":1746,"slug":456},{"occupations_url_path":7,"minimum_wages_url_path":2334,"collective_agreements_url_path":2335,"factory_pages_url_path":7,"labour_law_url_path":2336,"living_wage_publications_url_path":2337,"living_tariffs_url_path":7,"survey_url_path":2338,"vip_check_url_path":2339,"salary_check_url_path":2340},{"id":1381,"title":2342,"short_title":7,"intro_text":2343,"url_path":2344,"legacy_locale":2345,"language_code":2346,"ietf_bcp47":2347,"language_name_en":2348,"language_name_local":2349,"country_code":2350,"country_name_en":24,"country_name_local":2342,"search_tokens":2351,"country_iso_numeric_code":2352,"url_paths":5374,"show_search":1746,"slug":1382},{"occupations_url_path":7,"minimum_wages_url_path":2354,"collective_agreements_url_path":2355,"factory_pages_url_path":7,"labour_law_url_path":2356,"living_wage_publications_url_path":2357,"living_tariffs_url_path":7,"survey_url_path":2358,"vip_check_url_path":2359,"salary_check_url_path":2360},{"id":641,"title":2362,"short_title":7,"intro_text":8,"url_path":2363,"legacy_locale":2364,"language_code":11,"ietf_bcp47":2365,"language_name_en":1772,"language_name_local":1772,"country_code":2366,"country_name_en":2362,"country_name_local":2362,"search_tokens":2367,"country_iso_numeric_code":2368,"url_paths":5376,"show_search":1746,"slug":642},{"occupations_url_path":7,"minimum_wages_url_path":2370,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":2371,"living_tariffs_url_path":7,"survey_url_path":7,"vip_check_url_path":7,"salary_check_url_path":7},{"id":1561,"title":2373,"short_title":7,"intro_text":8,"url_path":2374,"legacy_locale":2375,"language_code":1733,"ietf_bcp47":2376,"language_name_en":1735,"language_name_local":1736,"country_code":2377,"country_name_en":2373,"country_name_local":2373,"search_tokens":2378,"country_iso_numeric_code":2379,"url_paths":5378,"show_search":1746,"slug":1562},{"occupations_url_path":7,"minimum_wages_url_path":2381,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":2382,"living_tariffs_url_path":7,"survey_url_path":2383,"vip_check_url_path":2384,"salary_check_url_path":2385},{"id":671,"title":2387,"short_title":7,"intro_text":8,"url_path":2388,"legacy_locale":2389,"language_code":2390,"ietf_bcp47":2391,"language_name_en":2392,"language_name_local":2393,"country_code":2394,"country_name_en":2395,"country_name_local":2387,"search_tokens":2396,"country_iso_numeric_code":2397,"url_paths":5380,"show_search":1746,"slug":672},{"occupations_url_path":7,"minimum_wages_url_path":2399,"collective_agreements_url_path":2400,"factory_pages_url_path":7,"labour_law_url_path":2401,"living_wage_publications_url_path":2402,"living_tariffs_url_path":7,"survey_url_path":2403,"vip_check_url_path":2404,"salary_check_url_path":2405},{"id":383,"title":2407,"short_title":7,"intro_text":8,"url_path":2408,"legacy_locale":2409,"language_code":1733,"ietf_bcp47":2410,"language_name_en":1735,"language_name_local":1736,"country_code":2411,"country_name_en":2407,"country_name_local":2407,"search_tokens":2412,"country_iso_numeric_code":2413,"url_paths":5382,"show_search":1746,"slug":384},{"occupations_url_path":7,"minimum_wages_url_path":2415,"collective_agreements_url_path":2416,"factory_pages_url_path":7,"labour_law_url_path":2417,"living_wage_publications_url_path":2418,"living_tariffs_url_path":7,"survey_url_path":2419,"vip_check_url_path":2420,"salary_check_url_path":2421},{"id":1030,"title":2423,"short_title":7,"intro_text":8,"url_path":2424,"legacy_locale":2425,"language_code":1733,"ietf_bcp47":2426,"language_name_en":1735,"language_name_local":1736,"country_code":2427,"country_name_en":2428,"country_name_local":2423,"search_tokens":2429,"country_iso_numeric_code":2430,"url_paths":5384,"show_search":1746,"slug":1031},{"occupations_url_path":7,"minimum_wages_url_path":2432,"collective_agreements_url_path":2433,"factory_pages_url_path":7,"labour_law_url_path":2434,"living_wage_publications_url_path":2435,"living_tariffs_url_path":7,"survey_url_path":2436,"vip_check_url_path":2437,"salary_check_url_path":2438},{"id":1573,"title":2440,"short_title":7,"intro_text":8,"url_path":2441,"legacy_locale":2442,"language_code":1733,"ietf_bcp47":2443,"language_name_en":1735,"language_name_local":1736,"country_code":2444,"country_name_en":2445,"country_name_local":2440,"search_tokens":2446,"country_iso_numeric_code":2447,"url_paths":5386,"show_search":1746,"slug":1574},{"occupations_url_path":7,"minimum_wages_url_path":2449,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":7,"living_tariffs_url_path":7,"survey_url_path":2450,"vip_check_url_path":2451,"salary_check_url_path":2452},{"id":892,"title":2454,"short_title":7,"intro_text":8,"url_path":2455,"legacy_locale":2456,"language_code":11,"ietf_bcp47":2457,"language_name_en":1772,"language_name_local":1772,"country_code":2458,"country_name_en":2454,"country_name_local":2454,"search_tokens":2459,"country_iso_numeric_code":2460,"url_paths":5388,"show_search":1746,"slug":893},{"occupations_url_path":7,"minimum_wages_url_path":2462,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":2463,"living_tariffs_url_path":7,"survey_url_path":2464,"vip_check_url_path":2465,"salary_check_url_path":2466},{"id":1705,"title":2468,"short_title":7,"intro_text":8,"url_path":2469,"legacy_locale":2470,"language_code":11,"ietf_bcp47":2471,"language_name_en":1772,"language_name_local":1772,"country_code":2472,"country_name_en":2468,"country_name_local":8,"search_tokens":2473,"country_iso_numeric_code":2474,"url_paths":5390,"show_search":1746,"slug":1706},{"occupations_url_path":7,"minimum_wages_url_path":2476,"collective_agreements_url_path":2477,"factory_pages_url_path":7,"labour_law_url_path":2478,"living_wage_publications_url_path":2479,"living_tariffs_url_path":7,"survey_url_path":2480,"vip_check_url_path":2481,"salary_check_url_path":2482},{"id":1102,"title":2484,"short_title":7,"intro_text":8,"url_path":2485,"legacy_locale":2486,"language_code":11,"ietf_bcp47":2487,"language_name_en":1772,"language_name_local":1772,"country_code":2488,"country_name_en":2484,"country_name_local":2484,"search_tokens":2489,"country_iso_numeric_code":2490,"url_paths":5392,"show_search":1746,"slug":1103},{"occupations_url_path":7,"minimum_wages_url_path":2492,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":2493,"living_tariffs_url_path":7,"survey_url_path":2494,"vip_check_url_path":7,"salary_check_url_path":2495},{"id":773,"title":2497,"short_title":7,"intro_text":8,"url_path":2498,"legacy_locale":2499,"language_code":1878,"ietf_bcp47":2500,"language_name_en":1880,"language_name_local":1881,"country_code":2501,"country_name_en":2497,"country_name_local":2497,"search_tokens":2502,"country_iso_numeric_code":2503,"url_paths":5394,"show_search":1746,"slug":774},{"occupations_url_path":7,"minimum_wages_url_path":2505,"collective_agreements_url_path":2506,"factory_pages_url_path":7,"labour_law_url_path":2507,"living_wage_publications_url_path":2508,"living_tariffs_url_path":7,"survey_url_path":2509,"vip_check_url_path":2510,"salary_check_url_path":2511},{"id":1252,"title":2513,"short_title":7,"intro_text":8,"url_path":2514,"legacy_locale":2515,"language_code":1878,"ietf_bcp47":2516,"language_name_en":1880,"language_name_local":1881,"country_code":2517,"country_name_en":2513,"country_name_local":2513,"search_tokens":2518,"country_iso_numeric_code":2519,"url_paths":5396,"show_search":1746,"slug":1253},{"occupations_url_path":7,"minimum_wages_url_path":2521,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":2522,"living_wage_publications_url_path":2523,"living_tariffs_url_path":7,"survey_url_path":2524,"vip_check_url_path":2525,"salary_check_url_path":2526},{"id":910,"title":2528,"short_title":7,"intro_text":8,"url_path":2529,"legacy_locale":2530,"language_code":11,"ietf_bcp47":2531,"language_name_en":1772,"language_name_local":1772,"country_code":2532,"country_name_en":2528,"country_name_local":2528,"search_tokens":2533,"country_iso_numeric_code":2534,"url_paths":5398,"show_search":1746,"slug":911},{"occupations_url_path":7,"minimum_wages_url_path":2536,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":2537,"living_tariffs_url_path":7,"survey_url_path":2538,"vip_check_url_path":2539,"salary_check_url_path":2540},{"id":850,"title":2542,"short_title":2543,"intro_text":2544,"url_path":2545,"legacy_locale":2546,"language_code":11,"ietf_bcp47":2547,"language_name_en":1772,"language_name_local":1772,"country_code":2548,"country_name_en":2542,"country_name_local":2542,"search_tokens":2549,"country_iso_numeric_code":2550,"url_paths":5400,"show_search":1746,"slug":851},{"occupations_url_path":7,"minimum_wages_url_path":2552,"collective_agreements_url_path":2553,"factory_pages_url_path":7,"labour_law_url_path":2554,"living_wage_publications_url_path":2555,"living_tariffs_url_path":7,"survey_url_path":2556,"vip_check_url_path":2557,"salary_check_url_path":2558},{"id":1567,"title":2560,"short_title":7,"intro_text":8,"url_path":2561,"legacy_locale":2562,"language_code":11,"ietf_bcp47":2563,"language_name_en":1772,"language_name_local":1772,"country_code":2564,"country_name_en":2560,"country_name_local":2560,"search_tokens":2565,"country_iso_numeric_code":2566,"url_paths":5402,"show_search":1746,"slug":1568},{"occupations_url_path":7,"minimum_wages_url_path":2568,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":7,"living_tariffs_url_path":7,"survey_url_path":7,"vip_check_url_path":7,"salary_check_url_path":7},{"id":761,"title":2570,"short_title":7,"intro_text":8,"url_path":2571,"legacy_locale":2572,"language_code":11,"ietf_bcp47":2573,"language_name_en":1772,"language_name_local":1772,"country_code":2574,"country_name_en":2570,"country_name_local":2570,"search_tokens":2575,"country_iso_numeric_code":2576,"url_paths":5404,"show_search":1746,"slug":762},{"occupations_url_path":7,"minimum_wages_url_path":2578,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":2579,"living_tariffs_url_path":7,"survey_url_path":7,"vip_check_url_path":7,"salary_check_url_path":7},{"id":1501,"title":2581,"short_title":7,"intro_text":8,"url_path":2582,"legacy_locale":2583,"language_code":1878,"ietf_bcp47":2584,"language_name_en":1880,"language_name_local":1881,"country_code":2585,"country_name_en":2581,"country_name_local":2581,"search_tokens":2586,"country_iso_numeric_code":2587,"url_paths":5406,"show_search":1746,"slug":1502},{"occupations_url_path":7,"minimum_wages_url_path":2589,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":2590,"living_tariffs_url_path":7,"survey_url_path":7,"vip_check_url_path":7,"salary_check_url_path":7},{"id":719,"title":2592,"short_title":7,"intro_text":8,"url_path":2593,"legacy_locale":2594,"language_code":1733,"ietf_bcp47":2595,"language_name_en":1735,"language_name_local":1736,"country_code":2596,"country_name_en":2592,"country_name_local":2592,"search_tokens":2597,"country_iso_numeric_code":2598,"url_paths":5408,"show_search":1746,"slug":720},{"occupations_url_path":7,"minimum_wages_url_path":2600,"collective_agreements_url_path":2601,"factory_pages_url_path":7,"labour_law_url_path":2602,"living_wage_publications_url_path":2603,"living_tariffs_url_path":7,"survey_url_path":2604,"vip_check_url_path":2605,"salary_check_url_path":2606},{"id":1585,"title":2608,"short_title":7,"intro_text":8,"url_path":2609,"legacy_locale":2610,"language_code":11,"ietf_bcp47":2611,"language_name_en":1772,"language_name_local":1772,"country_code":2612,"country_name_en":2608,"country_name_local":2608,"search_tokens":2613,"country_iso_numeric_code":2614,"url_paths":5410,"show_search":1746,"slug":1586},{"occupations_url_path":7,"minimum_wages_url_path":2616,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":7,"living_tariffs_url_path":7,"survey_url_path":7,"vip_check_url_path":7,"salary_check_url_path":7},{"id":1222,"title":2618,"short_title":7,"intro_text":8,"url_path":2619,"legacy_locale":2620,"language_code":1733,"ietf_bcp47":2621,"language_name_en":1735,"language_name_local":1736,"country_code":2622,"country_name_en":2623,"country_name_local":2618,"search_tokens":2624,"country_iso_numeric_code":2625,"url_paths":5412,"show_search":1746,"slug":1223},{"occupations_url_path":7,"minimum_wages_url_path":2627,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":2628,"living_tariffs_url_path":7,"survey_url_path":7,"vip_check_url_path":7,"salary_check_url_path":7},{"id":1393,"title":2630,"short_title":7,"intro_text":8,"url_path":2631,"legacy_locale":2632,"language_code":1753,"ietf_bcp47":2633,"language_name_en":1755,"language_name_local":1756,"country_code":2634,"country_name_en":2635,"country_name_local":2630,"search_tokens":2636,"country_iso_numeric_code":2637,"url_paths":5414,"show_search":1746,"slug":1394},{"occupations_url_path":7,"minimum_wages_url_path":2639,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":2640,"living_tariffs_url_path":7,"survey_url_path":2641,"vip_check_url_path":2642,"salary_check_url_path":2643},{"id":1162,"title":2645,"short_title":7,"intro_text":8,"url_path":2646,"legacy_locale":2647,"language_code":1878,"ietf_bcp47":2648,"language_name_en":1880,"language_name_local":1881,"country_code":2649,"country_name_en":2650,"country_name_local":2645,"search_tokens":2651,"country_iso_numeric_code":2652,"url_paths":5416,"show_search":1746,"slug":1163},{"occupations_url_path":7,"minimum_wages_url_path":2654,"collective_agreements_url_path":2655,"factory_pages_url_path":7,"labour_law_url_path":2656,"living_wage_publications_url_path":2657,"living_tariffs_url_path":7,"survey_url_path":2658,"vip_check_url_path":2659,"salary_check_url_path":2660},{"id":790,"title":2662,"short_title":7,"intro_text":8,"url_path":2663,"legacy_locale":2664,"language_code":11,"ietf_bcp47":2665,"language_name_en":1772,"language_name_local":1772,"country_code":2666,"country_name_en":2662,"country_name_local":2662,"search_tokens":2667,"country_iso_numeric_code":2668,"url_paths":5418,"show_search":1746,"slug":791},{"occupations_url_path":7,"minimum_wages_url_path":2670,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":2671,"living_tariffs_url_path":7,"survey_url_path":7,"vip_check_url_path":7,"salary_check_url_path":7},{"id":862,"title":2673,"short_title":7,"intro_text":8,"url_path":2674,"legacy_locale":2675,"language_code":1878,"ietf_bcp47":2676,"language_name_en":1880,"language_name_local":1881,"country_code":2677,"country_name_en":2678,"country_name_local":2679,"search_tokens":2680,"country_iso_numeric_code":2681,"url_paths":5420,"show_search":1746,"slug":863},{"occupations_url_path":7,"minimum_wages_url_path":2683,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":7,"living_tariffs_url_path":7,"survey_url_path":7,"vip_check_url_path":7,"salary_check_url_path":7},{"id":808,"title":2685,"short_title":7,"intro_text":8,"url_path":2686,"legacy_locale":2687,"language_code":1878,"ietf_bcp47":2688,"language_name_en":1880,"language_name_local":1881,"country_code":2689,"country_name_en":2690,"country_name_local":2685,"search_tokens":2691,"country_iso_numeric_code":2692,"url_paths":5422,"show_search":1746,"slug":809},{"occupations_url_path":7,"minimum_wages_url_path":2694,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":2695,"living_tariffs_url_path":7,"survey_url_path":2696,"vip_check_url_path":2697,"salary_check_url_path":2698},{"id":341,"title":2700,"short_title":7,"intro_text":8,"url_path":2701,"legacy_locale":2702,"language_code":1733,"ietf_bcp47":2703,"language_name_en":1735,"language_name_local":1736,"country_code":2704,"country_name_en":2700,"country_name_local":2700,"search_tokens":2705,"country_iso_numeric_code":2706,"url_paths":5424,"show_search":1746,"slug":342},{"occupations_url_path":7,"minimum_wages_url_path":2708,"collective_agreements_url_path":2709,"factory_pages_url_path":7,"labour_law_url_path":2710,"living_wage_publications_url_path":2711,"living_tariffs_url_path":7,"survey_url_path":2712,"vip_check_url_path":2713,"salary_check_url_path":2714},{"id":1309,"title":2716,"short_title":7,"intro_text":8,"url_path":2717,"legacy_locale":2718,"language_code":2719,"ietf_bcp47":2720,"language_name_en":2721,"language_name_local":2722,"country_code":2723,"country_name_en":2724,"country_name_local":2716,"search_tokens":2725,"country_iso_numeric_code":2726,"url_paths":5426,"show_search":1746,"slug":1310},{"occupations_url_path":7,"minimum_wages_url_path":2728,"collective_agreements_url_path":2729,"factory_pages_url_path":7,"labour_law_url_path":2730,"living_wage_publications_url_path":2731,"living_tariffs_url_path":7,"survey_url_path":2732,"vip_check_url_path":2733,"salary_check_url_path":2734},{"id":461,"title":2736,"short_title":2737,"intro_text":2738,"url_path":2739,"legacy_locale":2740,"language_code":11,"ietf_bcp47":2741,"language_name_en":1772,"language_name_local":1772,"country_code":2742,"country_name_en":2736,"country_name_local":2736,"search_tokens":2743,"country_iso_numeric_code":2744,"url_paths":5428,"show_search":1746,"slug":462},{"occupations_url_path":7,"minimum_wages_url_path":2746,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":2747,"living_wage_publications_url_path":2748,"living_tariffs_url_path":2749,"survey_url_path":2750,"vip_check_url_path":2751,"salary_check_url_path":2752},{"id":431,"title":2754,"short_title":7,"intro_text":8,"url_path":2755,"legacy_locale":2756,"language_code":2757,"ietf_bcp47":2758,"language_name_en":2759,"language_name_local":2759,"country_code":2760,"country_name_en":2754,"country_name_local":2754,"search_tokens":2761,"country_iso_numeric_code":2762,"url_paths":5430,"show_search":1746,"slug":432},{"occupations_url_path":7,"minimum_wages_url_path":2764,"collective_agreements_url_path":2765,"factory_pages_url_path":7,"labour_law_url_path":2766,"living_wage_publications_url_path":2767,"living_tariffs_url_path":2768,"survey_url_path":2769,"vip_check_url_path":2770,"salary_check_url_path":2771},{"id":707,"title":2773,"short_title":7,"intro_text":8,"url_path":2774,"legacy_locale":2775,"language_code":11,"ietf_bcp47":2776,"language_name_en":1772,"language_name_local":1772,"country_code":2777,"country_name_en":2773,"country_name_local":2773,"search_tokens":2778,"country_iso_numeric_code":2779,"url_paths":5432,"show_search":1746,"slug":708},{"occupations_url_path":7,"minimum_wages_url_path":2781,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":2782,"living_wage_publications_url_path":2783,"living_tariffs_url_path":7,"survey_url_path":2784,"vip_check_url_path":2785,"salary_check_url_path":2786},{"id":1597,"title":2788,"short_title":7,"intro_text":8,"url_path":2789,"legacy_locale":2790,"language_code":11,"ietf_bcp47":2791,"language_name_en":1772,"language_name_local":1772,"country_code":2792,"country_name_en":2788,"country_name_local":2788,"search_tokens":2793,"country_iso_numeric_code":2794,"url_paths":5434,"show_search":1746,"slug":1598},{"occupations_url_path":7,"minimum_wages_url_path":2796,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":2797,"living_tariffs_url_path":7,"survey_url_path":7,"vip_check_url_path":7,"salary_check_url_path":7},{"id":1132,"title":2799,"short_title":7,"intro_text":8,"url_path":2800,"legacy_locale":2801,"language_code":2802,"ietf_bcp47":2803,"language_name_en":2804,"language_name_local":2805,"country_code":2806,"country_name_en":2807,"country_name_local":2799,"search_tokens":2808,"country_iso_numeric_code":2809,"url_paths":5436,"show_search":1746,"slug":1133},{"occupations_url_path":7,"minimum_wages_url_path":2811,"collective_agreements_url_path":2812,"factory_pages_url_path":7,"labour_law_url_path":2813,"living_wage_publications_url_path":2814,"living_tariffs_url_path":7,"survey_url_path":2815,"vip_check_url_path":2816,"salary_check_url_path":2817},{"id":1258,"title":2819,"short_title":7,"intro_text":8,"url_path":2820,"legacy_locale":2821,"language_code":11,"ietf_bcp47":2822,"language_name_en":1772,"language_name_local":1772,"country_code":2823,"country_name_en":2819,"country_name_local":2819,"search_tokens":2824,"country_iso_numeric_code":2825,"url_paths":5438,"show_search":1746,"slug":1259},{"occupations_url_path":7,"minimum_wages_url_path":2827,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":2828,"living_tariffs_url_path":7,"survey_url_path":2829,"vip_check_url_path":2830,"salary_check_url_path":2831},{"id":1621,"title":2833,"short_title":7,"intro_text":8,"url_path":2834,"legacy_locale":2835,"language_code":11,"ietf_bcp47":2836,"language_name_en":1772,"language_name_local":1772,"country_code":2837,"country_name_en":2833,"country_name_local":2833,"search_tokens":2838,"country_iso_numeric_code":2839,"url_paths":5440,"show_search":1746,"slug":1622},{"occupations_url_path":7,"minimum_wages_url_path":2841,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":2842,"living_tariffs_url_path":7,"survey_url_path":7,"vip_check_url_path":7,"salary_check_url_path":7},{"id":1090,"title":2844,"short_title":7,"intro_text":8,"url_path":2845,"legacy_locale":2846,"language_code":2847,"ietf_bcp47":2848,"language_name_en":2849,"language_name_local":2849,"country_code":2850,"country_name_en":2851,"country_name_local":2844,"search_tokens":2852,"country_iso_numeric_code":2853,"url_paths":5442,"show_search":1746,"slug":1091},{"occupations_url_path":7,"minimum_wages_url_path":2855,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":7,"living_tariffs_url_path":7,"survey_url_path":7,"vip_check_url_path":7,"salary_check_url_path":7},{"id":1375,"title":2857,"short_title":2858,"intro_text":2859,"url_path":2860,"legacy_locale":2861,"language_code":11,"ietf_bcp47":2862,"language_name_en":1772,"language_name_local":1772,"country_code":2863,"country_name_en":2857,"country_name_local":2857,"search_tokens":2864,"country_iso_numeric_code":2865,"url_paths":5444,"show_search":1746,"slug":1376},{"occupations_url_path":7,"minimum_wages_url_path":2867,"collective_agreements_url_path":2868,"factory_pages_url_path":7,"labour_law_url_path":2869,"living_wage_publications_url_path":2870,"living_tariffs_url_path":2871,"survey_url_path":2872,"vip_check_url_path":2873,"salary_check_url_path":2874},{"id":467,"title":2876,"short_title":7,"intro_text":8,"url_path":2877,"legacy_locale":2878,"language_code":11,"ietf_bcp47":2879,"language_name_en":1772,"language_name_local":1772,"country_code":2880,"country_name_en":2876,"country_name_local":2876,"search_tokens":2881,"country_iso_numeric_code":2882,"url_paths":5446,"show_search":1746,"slug":468},{"occupations_url_path":7,"minimum_wages_url_path":2884,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":7,"living_tariffs_url_path":7,"survey_url_path":7,"vip_check_url_path":7,"salary_check_url_path":7},{"id":1507,"title":2886,"short_title":7,"intro_text":8,"url_path":2887,"legacy_locale":2888,"language_code":2889,"ietf_bcp47":2890,"language_name_en":2891,"language_name_local":2892,"country_code":2893,"country_name_en":8,"country_name_local":2894,"search_tokens":2895,"country_iso_numeric_code":7,"url_paths":5448,"show_search":1746,"slug":1508},{"occupations_url_path":7,"minimum_wages_url_path":2897,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":2898,"living_tariffs_url_path":7,"survey_url_path":7,"vip_check_url_path":7,"salary_check_url_path":7},{"id":629,"title":2900,"short_title":7,"intro_text":8,"url_path":2901,"legacy_locale":2902,"language_code":1878,"ietf_bcp47":2903,"language_name_en":1880,"language_name_local":1881,"country_code":2904,"country_name_en":2905,"country_name_local":2900,"search_tokens":2906,"country_iso_numeric_code":2907,"url_paths":5450,"show_search":1746,"slug":630},{"occupations_url_path":7,"minimum_wages_url_path":2909,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":7,"living_tariffs_url_path":7,"survey_url_path":2910,"vip_check_url_path":2911,"salary_check_url_path":2912},{"id":755,"title":2914,"short_title":7,"intro_text":8,"url_path":2915,"legacy_locale":2916,"language_code":2917,"ietf_bcp47":2918,"language_name_en":2919,"language_name_local":2920,"country_code":2921,"country_name_en":2922,"country_name_local":2914,"search_tokens":2923,"country_iso_numeric_code":2924,"url_paths":5452,"show_search":1746,"slug":756},{"occupations_url_path":2926,"minimum_wages_url_path":2927,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":2928,"living_wage_publications_url_path":2929,"living_tariffs_url_path":7,"survey_url_path":2930,"vip_check_url_path":2931,"salary_check_url_path":2932},{"id":1144,"title":2934,"short_title":7,"intro_text":8,"url_path":2935,"legacy_locale":2936,"language_code":11,"ietf_bcp47":2937,"language_name_en":1772,"language_name_local":1772,"country_code":2938,"country_name_en":2934,"country_name_local":2934,"search_tokens":2939,"country_iso_numeric_code":2940,"url_paths":5454,"show_search":1746,"slug":1145},{"occupations_url_path":7,"minimum_wages_url_path":2942,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":2943,"living_wage_publications_url_path":2944,"living_tariffs_url_path":7,"survey_url_path":2945,"vip_check_url_path":2946,"salary_check_url_path":2947},{"id":802,"title":2949,"short_title":7,"intro_text":8,"url_path":2950,"legacy_locale":2951,"language_code":11,"ietf_bcp47":2952,"language_name_en":1772,"language_name_local":1772,"country_code":2953,"country_name_en":2949,"country_name_local":2949,"search_tokens":2954,"country_iso_numeric_code":2955,"url_paths":5456,"show_search":1746,"slug":803},{"occupations_url_path":7,"minimum_wages_url_path":2957,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":2958,"living_wage_publications_url_path":2959,"living_tariffs_url_path":7,"survey_url_path":2960,"vip_check_url_path":2961,"salary_check_url_path":2962},{"id":1168,"title":2964,"short_title":7,"intro_text":8,"url_path":2965,"legacy_locale":2966,"language_code":2346,"ietf_bcp47":2967,"language_name_en":2348,"language_name_local":2349,"country_code":2968,"country_name_en":2964,"country_name_local":2964,"search_tokens":2969,"country_iso_numeric_code":2970,"url_paths":5458,"show_search":1746,"slug":1169},{"occupations_url_path":7,"minimum_wages_url_path":2972,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":2973,"living_tariffs_url_path":7,"survey_url_path":7,"vip_check_url_path":7,"salary_check_url_path":7},{"id":557,"title":2975,"short_title":7,"intro_text":8,"url_path":2976,"legacy_locale":2977,"language_code":2978,"ietf_bcp47":2979,"language_name_en":2980,"language_name_local":2981,"country_code":2982,"country_name_en":2983,"country_name_local":2975,"search_tokens":2984,"country_iso_numeric_code":2985,"url_paths":5460,"show_search":1746,"slug":558},{"occupations_url_path":2987,"minimum_wages_url_path":2988,"collective_agreements_url_path":2989,"factory_pages_url_path":7,"labour_law_url_path":2990,"living_wage_publications_url_path":2991,"living_tariffs_url_path":7,"survey_url_path":2992,"vip_check_url_path":2993,"salary_check_url_path":2994},{"id":311,"title":2996,"short_title":7,"intro_text":8,"url_path":2997,"legacy_locale":2998,"language_code":1878,"ietf_bcp47":2999,"language_name_en":1880,"language_name_local":1881,"country_code":3000,"country_name_en":2996,"country_name_local":2996,"search_tokens":3001,"country_iso_numeric_code":3002,"url_paths":5462,"show_search":1746,"slug":312},{"occupations_url_path":7,"minimum_wages_url_path":3004,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":3005,"living_wage_publications_url_path":3006,"living_tariffs_url_path":7,"survey_url_path":3007,"vip_check_url_path":7,"salary_check_url_path":3008},{"id":1297,"title":3010,"short_title":7,"intro_text":8,"url_path":3011,"legacy_locale":3012,"language_code":2346,"ietf_bcp47":3013,"language_name_en":2348,"language_name_local":2349,"country_code":3000,"country_name_en":2996,"country_name_local":3010,"search_tokens":3014,"country_iso_numeric_code":3002,"url_paths":5464,"show_search":1746,"slug":1298},{"occupations_url_path":7,"minimum_wages_url_path":3016,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":3017,"living_wage_publications_url_path":3018,"living_tariffs_url_path":7,"survey_url_path":3019,"vip_check_url_path":3020,"salary_check_url_path":3021},{"id":599,"title":3023,"short_title":7,"intro_text":8,"url_path":3024,"legacy_locale":3025,"language_code":1878,"ietf_bcp47":3026,"language_name_en":1880,"language_name_local":1881,"country_code":3027,"country_name_en":3023,"country_name_local":3023,"search_tokens":3028,"country_iso_numeric_code":3029,"url_paths":5466,"show_search":1746,"slug":600},{"occupations_url_path":7,"minimum_wages_url_path":3031,"collective_agreements_url_path":3032,"factory_pages_url_path":7,"labour_law_url_path":3033,"living_wage_publications_url_path":3034,"living_tariffs_url_path":7,"survey_url_path":3035,"vip_check_url_path":3036,"salary_check_url_path":3037},{"id":305,"title":3039,"short_title":7,"intro_text":8,"url_path":3040,"legacy_locale":3041,"language_code":3042,"ietf_bcp47":3043,"language_name_en":3044,"language_name_local":3045,"country_code":3046,"country_name_en":3047,"country_name_local":3039,"search_tokens":3048,"country_iso_numeric_code":3049,"url_paths":5468,"show_search":1746,"slug":306},{"occupations_url_path":7,"minimum_wages_url_path":3051,"collective_agreements_url_path":3052,"factory_pages_url_path":7,"labour_law_url_path":3053,"living_wage_publications_url_path":3054,"living_tariffs_url_path":7,"survey_url_path":3055,"vip_check_url_path":3056,"salary_check_url_path":3057},{"id":1441,"title":3059,"short_title":7,"intro_text":8,"url_path":3060,"legacy_locale":3061,"language_code":11,"ietf_bcp47":3062,"language_name_en":1772,"language_name_local":1772,"country_code":3063,"country_name_en":3059,"country_name_local":3059,"search_tokens":3064,"country_iso_numeric_code":3065,"url_paths":5470,"show_search":1746,"slug":1442},{"occupations_url_path":7,"minimum_wages_url_path":3067,"collective_agreements_url_path":3068,"factory_pages_url_path":7,"labour_law_url_path":3069,"living_wage_publications_url_path":3070,"living_tariffs_url_path":7,"survey_url_path":3071,"vip_check_url_path":3072,"salary_check_url_path":3073},{"id":563,"title":3075,"short_title":7,"intro_text":8,"url_path":3076,"legacy_locale":3077,"language_code":2013,"ietf_bcp47":3078,"language_name_en":2015,"language_name_local":2016,"country_code":3079,"country_name_en":3075,"country_name_local":3075,"search_tokens":3080,"country_iso_numeric_code":3081,"url_paths":5472,"show_search":1746,"slug":564},{"occupations_url_path":7,"minimum_wages_url_path":3083,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":3084,"living_wage_publications_url_path":3085,"living_tariffs_url_path":7,"survey_url_path":3086,"vip_check_url_path":3087,"salary_check_url_path":3088},{"id":497,"title":3090,"short_title":7,"intro_text":8,"url_path":3091,"legacy_locale":3092,"language_code":11,"ietf_bcp47":3093,"language_name_en":1772,"language_name_local":1772,"country_code":3094,"country_name_en":3090,"country_name_local":3090,"search_tokens":3095,"country_iso_numeric_code":3096,"url_paths":5474,"show_search":1746,"slug":498},{"occupations_url_path":7,"minimum_wages_url_path":3098,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":7,"living_tariffs_url_path":7,"survey_url_path":7,"vip_check_url_path":7,"salary_check_url_path":7},{"id":898,"title":3100,"short_title":7,"intro_text":8,"url_path":3101,"legacy_locale":3102,"language_code":1878,"ietf_bcp47":3103,"language_name_en":1880,"language_name_local":1881,"country_code":3104,"country_name_en":3100,"country_name_local":3100,"search_tokens":3105,"country_iso_numeric_code":3106,"url_paths":5476,"show_search":1746,"slug":899},{"occupations_url_path":7,"minimum_wages_url_path":3108,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":3109,"living_wage_publications_url_path":3110,"living_tariffs_url_path":7,"survey_url_path":3111,"vip_check_url_path":3112,"salary_check_url_path":3113},{"id":1627,"title":3115,"short_title":7,"intro_text":8,"url_path":3116,"legacy_locale":3117,"language_code":11,"ietf_bcp47":3118,"language_name_en":1772,"language_name_local":1772,"country_code":3119,"country_name_en":3115,"country_name_local":3115,"search_tokens":3120,"country_iso_numeric_code":3121,"url_paths":5478,"show_search":1746,"slug":1628},{"occupations_url_path":7,"minimum_wages_url_path":3123,"collective_agreements_url_path":3124,"factory_pages_url_path":7,"labour_law_url_path":3125,"living_wage_publications_url_path":3126,"living_tariffs_url_path":7,"survey_url_path":3127,"vip_check_url_path":3128,"salary_check_url_path":3129},{"id":1633,"title":3131,"short_title":7,"intro_text":8,"url_path":3132,"legacy_locale":3133,"language_code":2889,"ietf_bcp47":3134,"language_name_en":2891,"language_name_local":2892,"country_code":3135,"country_name_en":3136,"country_name_local":3131,"search_tokens":3137,"country_iso_numeric_code":3138,"url_paths":5480,"show_search":1746,"slug":1634},{"occupations_url_path":7,"minimum_wages_url_path":3140,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":3141,"living_tariffs_url_path":7,"survey_url_path":3142,"vip_check_url_path":3143,"salary_check_url_path":3144},{"id":419,"title":3146,"short_title":7,"intro_text":8,"url_path":3147,"legacy_locale":3148,"language_code":11,"ietf_bcp47":3149,"language_name_en":1772,"language_name_local":1772,"country_code":3150,"country_name_en":3146,"country_name_local":3146,"search_tokens":3151,"country_iso_numeric_code":3152,"url_paths":5482,"show_search":1746,"slug":420},{"occupations_url_path":7,"minimum_wages_url_path":3154,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":7,"living_tariffs_url_path":7,"survey_url_path":7,"vip_check_url_path":7,"salary_check_url_path":7},{"id":1519,"title":3156,"short_title":7,"intro_text":8,"url_path":3157,"legacy_locale":3158,"language_code":1878,"ietf_bcp47":3159,"language_name_en":1880,"language_name_local":1881,"country_code":3160,"country_name_en":3156,"country_name_local":3156,"search_tokens":3161,"country_iso_numeric_code":3162,"url_paths":5484,"show_search":1746,"slug":1520},{"occupations_url_path":7,"minimum_wages_url_path":3164,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":3165,"living_tariffs_url_path":7,"survey_url_path":7,"vip_check_url_path":7,"salary_check_url_path":7},{"id":1285,"title":3167,"short_title":7,"intro_text":8,"url_path":3168,"legacy_locale":3169,"language_code":11,"ietf_bcp47":3170,"language_name_en":1772,"language_name_local":1772,"country_code":3171,"country_name_en":3167,"country_name_local":3167,"search_tokens":3172,"country_iso_numeric_code":3173,"url_paths":5486,"show_search":1746,"slug":1286},{"occupations_url_path":7,"minimum_wages_url_path":3175,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":3176,"living_tariffs_url_path":7,"survey_url_path":3177,"vip_check_url_path":3178,"salary_check_url_path":3179},{"id":1723,"title":3181,"short_title":7,"intro_text":8,"url_path":3182,"legacy_locale":3183,"language_code":1878,"ietf_bcp47":3184,"language_name_en":1880,"language_name_local":1881,"country_code":3185,"country_name_en":3181,"country_name_local":3181,"search_tokens":3186,"country_iso_numeric_code":3187,"url_paths":5488,"show_search":1746,"slug":1724},{"occupations_url_path":7,"minimum_wages_url_path":3189,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":7,"living_tariffs_url_path":7,"survey_url_path":7,"vip_check_url_path":7,"salary_check_url_path":7},{"id":515,"title":3191,"short_title":7,"intro_text":8,"url_path":3192,"legacy_locale":3193,"language_code":11,"ietf_bcp47":3194,"language_name_en":1772,"language_name_local":1772,"country_code":3195,"country_name_en":3196,"country_name_local":3191,"search_tokens":3197,"country_iso_numeric_code":3198,"url_paths":5490,"show_search":1746,"slug":516},{"occupations_url_path":7,"minimum_wages_url_path":3200,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":7,"living_tariffs_url_path":7,"survey_url_path":7,"vip_check_url_path":7,"salary_check_url_path":7},{"id":1675,"title":3202,"short_title":7,"intro_text":8,"url_path":3203,"legacy_locale":3204,"language_code":3205,"ietf_bcp47":3206,"language_name_en":3207,"language_name_local":3208,"country_code":3209,"country_name_en":3202,"country_name_local":3210,"search_tokens":3211,"country_iso_numeric_code":3212,"url_paths":5492,"show_search":1746,"slug":1676},{"occupations_url_path":3214,"minimum_wages_url_path":3215,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":3216,"living_wage_publications_url_path":3217,"living_tariffs_url_path":7,"survey_url_path":3218,"vip_check_url_path":3219,"salary_check_url_path":3220},{"id":569,"title":3222,"short_title":7,"intro_text":8,"url_path":3223,"legacy_locale":3224,"language_code":1878,"ietf_bcp47":3225,"language_name_en":1880,"language_name_local":1881,"country_code":3226,"country_name_en":3222,"country_name_local":3222,"search_tokens":3227,"country_iso_numeric_code":3228,"url_paths":5494,"show_search":1746,"slug":570},{"occupations_url_path":7,"minimum_wages_url_path":3230,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":3231,"living_tariffs_url_path":7,"survey_url_path":7,"vip_check_url_path":7,"salary_check_url_path":7},{"id":1543,"title":3233,"short_title":1749,"intro_text":3234,"url_path":3235,"legacy_locale":3236,"language_code":1753,"ietf_bcp47":3237,"language_name_en":1755,"language_name_local":1756,"country_code":3238,"country_name_en":3239,"country_name_local":3233,"search_tokens":3240,"country_iso_numeric_code":3241,"url_paths":5496,"show_search":1746,"slug":1544},{"occupations_url_path":7,"minimum_wages_url_path":3243,"collective_agreements_url_path":3244,"factory_pages_url_path":7,"labour_law_url_path":3245,"living_wage_publications_url_path":3246,"living_tariffs_url_path":7,"survey_url_path":3247,"vip_check_url_path":3248,"salary_check_url_path":3249},{"id":1060,"title":3251,"short_title":7,"intro_text":8,"url_path":3252,"legacy_locale":3253,"language_code":1733,"ietf_bcp47":3254,"language_name_en":1735,"language_name_local":1736,"country_code":3255,"country_name_en":3256,"country_name_local":3251,"search_tokens":3257,"country_iso_numeric_code":3258,"url_paths":5498,"show_search":1746,"slug":1061},{"occupations_url_path":7,"minimum_wages_url_path":3260,"collective_agreements_url_path":3261,"factory_pages_url_path":7,"labour_law_url_path":3262,"living_wage_publications_url_path":3263,"living_tariffs_url_path":7,"survey_url_path":3264,"vip_check_url_path":3265,"salary_check_url_path":3266},{"id":1345,"title":3268,"short_title":7,"intro_text":8,"url_path":3269,"legacy_locale":3270,"language_code":11,"ietf_bcp47":3271,"language_name_en":1772,"language_name_local":1772,"country_code":3272,"country_name_en":3268,"country_name_local":3268,"search_tokens":3273,"country_iso_numeric_code":3274,"url_paths":5500,"show_search":1746,"slug":1346},{"occupations_url_path":7,"minimum_wages_url_path":3276,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":3277,"living_wage_publications_url_path":3278,"living_tariffs_url_path":7,"survey_url_path":3279,"vip_check_url_path":3280,"salary_check_url_path":3281},{"id":437,"title":3283,"short_title":7,"intro_text":8,"url_path":3284,"legacy_locale":3285,"language_code":11,"ietf_bcp47":3286,"language_name_en":1772,"language_name_local":1772,"country_code":3287,"country_name_en":3283,"country_name_local":3283,"search_tokens":3288,"country_iso_numeric_code":3289,"url_paths":5502,"show_search":1746,"slug":438},{"occupations_url_path":7,"minimum_wages_url_path":3291,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":7,"living_tariffs_url_path":7,"survey_url_path":7,"vip_check_url_path":7,"salary_check_url_path":7},{"id":1270,"title":3293,"short_title":3294,"intro_text":8,"url_path":3295,"legacy_locale":3296,"language_code":1802,"ietf_bcp47":3297,"language_name_en":1804,"language_name_local":1805,"country_code":3298,"country_name_en":3299,"country_name_local":3293,"search_tokens":3300,"country_iso_numeric_code":3301,"url_paths":5504,"show_search":1746,"slug":1271},{"occupations_url_path":7,"minimum_wages_url_path":3303,"collective_agreements_url_path":3304,"factory_pages_url_path":7,"labour_law_url_path":3305,"living_wage_publications_url_path":3306,"living_tariffs_url_path":3307,"survey_url_path":3308,"vip_check_url_path":3309,"salary_check_url_path":3310},{"id":928,"title":3312,"short_title":3313,"intro_text":3314,"url_path":3315,"legacy_locale":3316,"language_code":11,"ietf_bcp47":3317,"language_name_en":1772,"language_name_local":1772,"country_code":3318,"country_name_en":3312,"country_name_local":3312,"search_tokens":3319,"country_iso_numeric_code":3320,"url_paths":5506,"show_search":1746,"slug":929},{"occupations_url_path":7,"minimum_wages_url_path":3322,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":3323,"living_tariffs_url_path":7,"survey_url_path":3324,"vip_check_url_path":3325,"salary_check_url_path":3326},{"id":1609,"title":3328,"short_title":7,"intro_text":8,"url_path":3329,"legacy_locale":3330,"language_code":1733,"ietf_bcp47":3331,"language_name_en":1735,"language_name_local":1736,"country_code":3332,"country_name_en":3328,"country_name_local":3328,"search_tokens":3333,"country_iso_numeric_code":3334,"url_paths":5508,"show_search":1746,"slug":1610},{"occupations_url_path":7,"minimum_wages_url_path":3336,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":3337,"living_wage_publications_url_path":3338,"living_tariffs_url_path":7,"survey_url_path":3339,"vip_check_url_path":3340,"salary_check_url_path":3341},{"id":1066,"title":3343,"short_title":7,"intro_text":8,"url_path":3344,"legacy_locale":3345,"language_code":1878,"ietf_bcp47":3346,"language_name_en":1880,"language_name_local":1881,"country_code":3347,"country_name_en":3343,"country_name_local":3343,"search_tokens":3348,"country_iso_numeric_code":3349,"url_paths":5510,"show_search":1746,"slug":1067},{"occupations_url_path":7,"minimum_wages_url_path":3351,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":3352,"living_wage_publications_url_path":3353,"living_tariffs_url_path":7,"survey_url_path":3354,"vip_check_url_path":3355,"salary_check_url_path":3356},{"id":323,"title":3358,"short_title":7,"intro_text":8,"url_path":3359,"legacy_locale":3360,"language_code":11,"ietf_bcp47":3361,"language_name_en":1772,"language_name_local":1772,"country_code":3362,"country_name_en":3358,"country_name_local":3358,"search_tokens":3363,"country_iso_numeric_code":3364,"url_paths":5512,"show_search":1746,"slug":324},{"occupations_url_path":7,"minimum_wages_url_path":3366,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":3367,"living_wage_publications_url_path":3368,"living_tariffs_url_path":7,"survey_url_path":3369,"vip_check_url_path":3370,"salary_check_url_path":3371},{"id":371,"title":3373,"short_title":7,"intro_text":8,"url_path":3374,"legacy_locale":3375,"language_code":3376,"ietf_bcp47":3377,"language_name_en":3378,"language_name_local":3379,"country_code":3380,"country_name_en":3381,"country_name_local":8,"search_tokens":3382,"country_iso_numeric_code":3383,"url_paths":5514,"show_search":1746,"slug":372},{"occupations_url_path":7,"minimum_wages_url_path":3385,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":3386,"living_tariffs_url_path":7,"survey_url_path":3387,"vip_check_url_path":3388,"salary_check_url_path":3389},{"id":581,"title":3391,"short_title":7,"intro_text":8,"url_path":3392,"legacy_locale":3393,"language_code":1878,"ietf_bcp47":3394,"language_name_en":1880,"language_name_local":1881,"country_code":3395,"country_name_en":3396,"country_name_local":3391,"search_tokens":3397,"country_iso_numeric_code":3398,"url_paths":5516,"show_search":1746,"slug":582},{"occupations_url_path":7,"minimum_wages_url_path":3400,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":7,"living_tariffs_url_path":7,"survey_url_path":3401,"vip_check_url_path":7,"salary_check_url_path":3402},{"id":1681,"title":3404,"short_title":7,"intro_text":8,"url_path":3405,"legacy_locale":3406,"language_code":3407,"ietf_bcp47":3408,"language_name_en":3409,"language_name_local":3410,"country_code":3411,"country_name_en":3412,"country_name_local":3404,"search_tokens":3413,"country_iso_numeric_code":3414,"url_paths":5518,"show_search":1746,"slug":1682},{"occupations_url_path":7,"minimum_wages_url_path":3416,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":3417,"living_tariffs_url_path":7,"survey_url_path":7,"vip_check_url_path":7,"salary_check_url_path":7},{"id":1579,"title":3419,"short_title":7,"intro_text":8,"url_path":3420,"legacy_locale":3421,"language_code":11,"ietf_bcp47":3422,"language_name_en":1772,"language_name_local":1772,"country_code":3423,"country_name_en":3419,"country_name_local":3419,"search_tokens":3424,"country_iso_numeric_code":3425,"url_paths":5520,"show_search":1746,"slug":1580},{"occupations_url_path":7,"minimum_wages_url_path":3427,"collective_agreements_url_path":3428,"factory_pages_url_path":7,"labour_law_url_path":3429,"living_wage_publications_url_path":3430,"living_tariffs_url_path":3431,"survey_url_path":3432,"vip_check_url_path":3433,"salary_check_url_path":3434},{"id":533,"title":3436,"short_title":7,"intro_text":8,"url_path":3437,"legacy_locale":3438,"language_code":11,"ietf_bcp47":3439,"language_name_en":1772,"language_name_local":1772,"country_code":3440,"country_name_en":3436,"country_name_local":3436,"search_tokens":3441,"country_iso_numeric_code":3442,"url_paths":5522,"show_search":1746,"slug":534},{"occupations_url_path":7,"minimum_wages_url_path":3444,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":7,"living_tariffs_url_path":7,"survey_url_path":7,"vip_check_url_path":7,"salary_check_url_path":7},{"id":1417,"title":3446,"short_title":7,"intro_text":8,"url_path":3447,"legacy_locale":3448,"language_code":1733,"ietf_bcp47":3449,"language_name_en":1735,"language_name_local":1736,"country_code":3450,"country_name_en":3451,"country_name_local":3446,"search_tokens":3452,"country_iso_numeric_code":3453,"url_paths":5524,"show_search":1746,"slug":1418},{"occupations_url_path":7,"minimum_wages_url_path":3455,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":3456,"living_tariffs_url_path":7,"survey_url_path":3457,"vip_check_url_path":3458,"salary_check_url_path":3459},{"id":958,"title":3461,"short_title":7,"intro_text":8,"url_path":3462,"legacy_locale":3463,"language_code":11,"ietf_bcp47":3464,"language_name_en":1772,"language_name_local":1772,"country_code":3465,"country_name_en":3461,"country_name_local":3461,"search_tokens":3466,"country_iso_numeric_code":3467,"url_paths":5526,"show_search":1746,"slug":959},{"occupations_url_path":7,"minimum_wages_url_path":3469,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":3470,"living_tariffs_url_path":7,"survey_url_path":3471,"vip_check_url_path":7,"salary_check_url_path":3472},{"id":509,"title":3474,"short_title":7,"intro_text":8,"url_path":3475,"legacy_locale":3476,"language_code":1733,"ietf_bcp47":3477,"language_name_en":1735,"language_name_local":1736,"country_code":3478,"country_name_en":3474,"country_name_local":3474,"search_tokens":3479,"country_iso_numeric_code":3480,"url_paths":5528,"show_search":1746,"slug":510},{"occupations_url_path":7,"minimum_wages_url_path":3482,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":3483,"living_wage_publications_url_path":3484,"living_tariffs_url_path":7,"survey_url_path":3485,"vip_check_url_path":3486,"salary_check_url_path":3487},{"id":874,"title":3489,"short_title":7,"intro_text":8,"url_path":3490,"legacy_locale":3491,"language_code":1733,"ietf_bcp47":3492,"language_name_en":1735,"language_name_local":1736,"country_code":3493,"country_name_en":3494,"country_name_local":3489,"search_tokens":3495,"country_iso_numeric_code":3496,"url_paths":5530,"show_search":1746,"slug":875},{"occupations_url_path":7,"minimum_wages_url_path":3498,"collective_agreements_url_path":3499,"factory_pages_url_path":7,"labour_law_url_path":3500,"living_wage_publications_url_path":3501,"living_tariffs_url_path":7,"survey_url_path":3502,"vip_check_url_path":3503,"salary_check_url_path":3504},{"id":347,"title":3506,"short_title":7,"intro_text":8,"url_path":3507,"legacy_locale":3508,"language_code":11,"ietf_bcp47":3509,"language_name_en":1772,"language_name_local":1772,"country_code":3510,"country_name_en":3506,"country_name_local":3506,"search_tokens":3511,"country_iso_numeric_code":3512,"url_paths":5532,"show_search":1746,"slug":348},{"occupations_url_path":7,"minimum_wages_url_path":3514,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":3515,"living_wage_publications_url_path":3516,"living_tariffs_url_path":7,"survey_url_path":3517,"vip_check_url_path":3518,"salary_check_url_path":3519},{"id":1114,"title":3521,"short_title":7,"intro_text":8,"url_path":3522,"legacy_locale":3523,"language_code":3524,"ietf_bcp47":3525,"language_name_en":3526,"language_name_local":3526,"country_code":3510,"country_name_en":3506,"country_name_local":3521,"search_tokens":3527,"country_iso_numeric_code":3512,"url_paths":5534,"show_search":1746,"slug":1115},{"occupations_url_path":7,"minimum_wages_url_path":3529,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":3530,"living_wage_publications_url_path":3531,"living_tariffs_url_path":7,"survey_url_path":7,"vip_check_url_path":7,"salary_check_url_path":7},{"id":778,"title":3533,"short_title":7,"intro_text":8,"url_path":3534,"legacy_locale":3535,"language_code":3536,"ietf_bcp47":3537,"language_name_en":3538,"language_name_local":3539,"country_code":3540,"country_name_en":3541,"country_name_local":3533,"search_tokens":3542,"country_iso_numeric_code":3543,"url_paths":5536,"show_search":1746,"slug":779},{"occupations_url_path":7,"minimum_wages_url_path":3545,"collective_agreements_url_path":3546,"factory_pages_url_path":7,"labour_law_url_path":3547,"living_wage_publications_url_path":3548,"living_tariffs_url_path":7,"survey_url_path":3549,"vip_check_url_path":3550,"salary_check_url_path":3551},{"id":1447,"title":3553,"short_title":3554,"intro_text":8,"url_path":3555,"legacy_locale":3556,"language_code":1878,"ietf_bcp47":3557,"language_name_en":1880,"language_name_local":1881,"country_code":3558,"country_name_en":3559,"country_name_local":3560,"search_tokens":3561,"country_iso_numeric_code":3562,"url_paths":5538,"show_search":1746,"slug":1448},{"occupations_url_path":7,"minimum_wages_url_path":3564,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":7,"living_tariffs_url_path":7,"survey_url_path":7,"vip_check_url_path":7,"salary_check_url_path":7},{"id":359,"title":3566,"short_title":1749,"intro_text":3567,"url_path":3568,"legacy_locale":3569,"language_code":1753,"ietf_bcp47":3570,"language_name_en":1755,"language_name_local":1756,"country_code":3571,"country_name_en":3566,"country_name_local":3566,"search_tokens":3572,"country_iso_numeric_code":3573,"url_paths":5540,"show_search":1746,"slug":360},{"occupations_url_path":3575,"minimum_wages_url_path":3576,"collective_agreements_url_path":3577,"factory_pages_url_path":7,"labour_law_url_path":3578,"living_wage_publications_url_path":3579,"living_tariffs_url_path":7,"survey_url_path":3580,"vip_check_url_path":3581,"salary_check_url_path":3582},{"id":1279,"title":3584,"short_title":7,"intro_text":8,"url_path":3585,"legacy_locale":3586,"language_code":1733,"ietf_bcp47":3587,"language_name_en":1735,"language_name_local":1736,"country_code":3588,"country_name_en":3584,"country_name_local":3584,"search_tokens":3589,"country_iso_numeric_code":3590,"url_paths":5542,"show_search":1746,"slug":1280},{"occupations_url_path":7,"minimum_wages_url_path":3592,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":3593,"living_tariffs_url_path":7,"survey_url_path":3594,"vip_check_url_path":3595,"salary_check_url_path":3596},{"id":1387,"title":3598,"short_title":7,"intro_text":8,"url_path":3599,"legacy_locale":3600,"language_code":1733,"ietf_bcp47":3601,"language_name_en":1735,"language_name_local":1736,"country_code":3602,"country_name_en":3603,"country_name_local":3598,"search_tokens":3604,"country_iso_numeric_code":3605,"url_paths":5544,"show_search":1746,"slug":1388},{"occupations_url_path":7,"minimum_wages_url_path":3607,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":3608,"living_tariffs_url_path":7,"survey_url_path":3609,"vip_check_url_path":3610,"salary_check_url_path":3611},{"id":1711,"title":3613,"short_title":7,"intro_text":8,"url_path":3614,"legacy_locale":3615,"language_code":3205,"ietf_bcp47":3616,"language_name_en":3207,"language_name_local":3208,"country_code":3617,"country_name_en":3618,"country_name_local":3613,"search_tokens":3619,"country_iso_numeric_code":3620,"url_paths":5546,"show_search":1746,"slug":1712},{"occupations_url_path":3622,"minimum_wages_url_path":3623,"collective_agreements_url_path":3624,"factory_pages_url_path":7,"labour_law_url_path":3625,"living_wage_publications_url_path":3626,"living_tariffs_url_path":7,"survey_url_path":3627,"vip_check_url_path":3628,"salary_check_url_path":3629},{"id":1084,"title":3631,"short_title":3632,"intro_text":3633,"url_path":3634,"legacy_locale":3635,"language_code":11,"ietf_bcp47":3636,"language_name_en":1772,"language_name_local":1772,"country_code":3637,"country_name_en":3631,"country_name_local":3631,"search_tokens":3638,"country_iso_numeric_code":3639,"url_paths":5548,"show_search":1746,"slug":1085},{"occupations_url_path":7,"minimum_wages_url_path":3641,"collective_agreements_url_path":3642,"factory_pages_url_path":7,"labour_law_url_path":3643,"living_wage_publications_url_path":3644,"living_tariffs_url_path":7,"survey_url_path":3645,"vip_check_url_path":3646,"salary_check_url_path":3647},{"id":647,"title":3649,"short_title":7,"intro_text":8,"url_path":3650,"legacy_locale":3651,"language_code":1878,"ietf_bcp47":3652,"language_name_en":1880,"language_name_local":1881,"country_code":3653,"country_name_en":3654,"country_name_local":3649,"search_tokens":3655,"country_iso_numeric_code":3656,"url_paths":5550,"show_search":1746,"slug":648},{"occupations_url_path":7,"minimum_wages_url_path":3658,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":3659,"living_wage_publications_url_path":3660,"living_tariffs_url_path":7,"survey_url_path":3661,"vip_check_url_path":3662,"salary_check_url_path":3663},{"id":683,"title":3665,"short_title":7,"intro_text":3666,"url_path":3667,"legacy_locale":3668,"language_code":11,"ietf_bcp47":3669,"language_name_en":1772,"language_name_local":1772,"country_code":3670,"country_name_en":3665,"country_name_local":3671,"search_tokens":3672,"country_iso_numeric_code":3673,"url_paths":5552,"show_search":1746,"slug":684},{"occupations_url_path":7,"minimum_wages_url_path":3675,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":7,"living_tariffs_url_path":7,"survey_url_path":7,"vip_check_url_path":7,"salary_check_url_path":7},{"id":611,"title":3677,"short_title":7,"intro_text":8,"url_path":3678,"legacy_locale":3679,"language_code":11,"ietf_bcp47":3680,"language_name_en":1772,"language_name_local":1772,"country_code":3681,"country_name_en":3677,"country_name_local":3682,"search_tokens":3683,"country_iso_numeric_code":3684,"url_paths":5554,"show_search":1746,"slug":612},{"occupations_url_path":7,"minimum_wages_url_path":3686,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":3687,"living_tariffs_url_path":7,"survey_url_path":7,"vip_check_url_path":7,"salary_check_url_path":7},{"id":677,"title":3689,"short_title":7,"intro_text":8,"url_path":3690,"legacy_locale":3691,"language_code":11,"ietf_bcp47":3692,"language_name_en":1772,"language_name_local":1772,"country_code":3693,"country_name_en":3689,"country_name_local":3694,"search_tokens":3695,"country_iso_numeric_code":3696,"url_paths":5556,"show_search":1746,"slug":678},{"occupations_url_path":7,"minimum_wages_url_path":3698,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":3699,"living_tariffs_url_path":7,"survey_url_path":7,"vip_check_url_path":7,"salary_check_url_path":7},{"id":886,"title":3701,"short_title":7,"intro_text":8,"url_path":3702,"legacy_locale":3703,"language_code":1878,"ietf_bcp47":3704,"language_name_en":1880,"language_name_local":1881,"country_code":3705,"country_name_en":3706,"country_name_local":3701,"search_tokens":3707,"country_iso_numeric_code":3708,"url_paths":5558,"show_search":1746,"slug":887},{"occupations_url_path":7,"minimum_wages_url_path":3710,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":7,"living_tariffs_url_path":7,"survey_url_path":7,"vip_check_url_path":7,"salary_check_url_path":7},{"id":964,"title":3712,"short_title":7,"intro_text":8,"url_path":3713,"legacy_locale":3714,"language_code":1878,"ietf_bcp47":3715,"language_name_en":1880,"language_name_local":1881,"country_code":3716,"country_name_en":3717,"country_name_local":3712,"search_tokens":3718,"country_iso_numeric_code":3719,"url_paths":5560,"show_search":1746,"slug":965},{"occupations_url_path":7,"minimum_wages_url_path":3721,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":7,"living_tariffs_url_path":7,"survey_url_path":7,"vip_check_url_path":7,"salary_check_url_path":7},{"id":976,"title":3723,"short_title":7,"intro_text":8,"url_path":3724,"legacy_locale":3725,"language_code":1878,"ietf_bcp47":3726,"language_name_en":1880,"language_name_local":1881,"country_code":3727,"country_name_en":3728,"country_name_local":3723,"search_tokens":3729,"country_iso_numeric_code":3730,"url_paths":5562,"show_search":1746,"slug":977},{"occupations_url_path":7,"minimum_wages_url_path":3732,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":7,"living_tariffs_url_path":7,"survey_url_path":7,"vip_check_url_path":7,"salary_check_url_path":7},{"id":587,"title":3734,"short_title":7,"intro_text":8,"url_path":3735,"legacy_locale":3736,"language_code":11,"ietf_bcp47":3737,"language_name_en":1772,"language_name_local":1772,"country_code":3738,"country_name_en":3734,"country_name_local":3734,"search_tokens":3739,"country_iso_numeric_code":3740,"url_paths":5564,"show_search":1746,"slug":588},{"occupations_url_path":7,"minimum_wages_url_path":3742,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":7,"living_tariffs_url_path":7,"survey_url_path":7,"vip_check_url_path":7,"salary_check_url_path":7},{"id":1108,"title":3744,"short_title":7,"intro_text":8,"url_path":3745,"legacy_locale":3746,"language_code":2802,"ietf_bcp47":3747,"language_name_en":2804,"language_name_local":2805,"country_code":3748,"country_name_en":3744,"country_name_local":3744,"search_tokens":3749,"country_iso_numeric_code":3750,"url_paths":5566,"show_search":1746,"slug":1109},{"occupations_url_path":7,"minimum_wages_url_path":3752,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":7,"living_tariffs_url_path":7,"survey_url_path":7,"vip_check_url_path":7,"salary_check_url_path":7},{"id":1180,"title":3754,"short_title":7,"intro_text":8,"url_path":3755,"legacy_locale":3756,"language_code":2346,"ietf_bcp47":3757,"language_name_en":2348,"language_name_local":2349,"country_code":3758,"country_name_en":3759,"country_name_local":3754,"search_tokens":3760,"country_iso_numeric_code":3761,"url_paths":5568,"show_search":1746,"slug":1181},{"occupations_url_path":3763,"minimum_wages_url_path":3764,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":3765,"living_tariffs_url_path":7,"survey_url_path":3766,"vip_check_url_path":3767,"salary_check_url_path":3768},{"id":737,"title":3770,"short_title":7,"intro_text":8,"url_path":3771,"legacy_locale":3772,"language_code":11,"ietf_bcp47":3773,"language_name_en":1772,"language_name_local":1772,"country_code":3774,"country_name_en":3770,"country_name_local":3770,"search_tokens":3775,"country_iso_numeric_code":3776,"url_paths":5570,"show_search":1746,"slug":738},{"occupations_url_path":7,"minimum_wages_url_path":3778,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":7,"living_tariffs_url_path":7,"survey_url_path":7,"vip_check_url_path":7,"salary_check_url_path":7},{"id":1549,"title":3780,"short_title":7,"intro_text":8,"url_path":3781,"legacy_locale":3782,"language_code":2889,"ietf_bcp47":3783,"language_name_en":2891,"language_name_local":2892,"country_code":3784,"country_name_en":3785,"country_name_local":3786,"search_tokens":3787,"country_iso_numeric_code":3788,"url_paths":5572,"show_search":1746,"slug":1550},{"occupations_url_path":3790,"minimum_wages_url_path":3791,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":3792,"living_wage_publications_url_path":3793,"living_tariffs_url_path":7,"survey_url_path":3794,"vip_check_url_path":3795,"salary_check_url_path":3796},{"id":982,"title":3798,"short_title":7,"intro_text":8,"url_path":3799,"legacy_locale":3800,"language_code":11,"ietf_bcp47":3801,"language_name_en":1772,"language_name_local":1772,"country_code":3802,"country_name_en":3798,"country_name_local":3798,"search_tokens":3803,"country_iso_numeric_code":3804,"url_paths":5574,"show_search":1746,"slug":983},{"occupations_url_path":7,"minimum_wages_url_path":3806,"collective_agreements_url_path":3807,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":3808,"living_tariffs_url_path":7,"survey_url_path":3809,"vip_check_url_path":3810,"salary_check_url_path":3811},{"id":1315,"title":3813,"short_title":7,"intro_text":8,"url_path":3814,"legacy_locale":3815,"language_code":11,"ietf_bcp47":3816,"language_name_en":1772,"language_name_local":1772,"country_code":3817,"country_name_en":3813,"country_name_local":3813,"search_tokens":3818,"country_iso_numeric_code":3819,"url_paths":5576,"show_search":1746,"slug":1316},{"occupations_url_path":7,"minimum_wages_url_path":3821,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":3822,"living_tariffs_url_path":7,"survey_url_path":3823,"vip_check_url_path":3824,"salary_check_url_path":3825},{"id":1465,"title":3827,"short_title":7,"intro_text":8,"url_path":3828,"legacy_locale":3829,"language_code":1802,"ietf_bcp47":3830,"language_name_en":1804,"language_name_local":1805,"country_code":3831,"country_name_en":3827,"country_name_local":3832,"search_tokens":3833,"country_iso_numeric_code":3834,"url_paths":5578,"show_search":1746,"slug":1466},{"occupations_url_path":7,"minimum_wages_url_path":3836,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":7,"living_tariffs_url_path":7,"survey_url_path":7,"vip_check_url_path":7,"salary_check_url_path":7},{"id":1216,"title":3838,"short_title":7,"intro_text":8,"url_path":3839,"legacy_locale":3840,"language_code":3841,"ietf_bcp47":3842,"language_name_en":3843,"language_name_local":3844,"country_code":3845,"country_name_en":3846,"country_name_local":3838,"search_tokens":3847,"country_iso_numeric_code":3848,"url_paths":5580,"show_search":1746,"slug":1217},{"occupations_url_path":7,"minimum_wages_url_path":3850,"collective_agreements_url_path":3851,"factory_pages_url_path":7,"labour_law_url_path":3852,"living_wage_publications_url_path":3853,"living_tariffs_url_path":7,"survey_url_path":3854,"vip_check_url_path":3855,"salary_check_url_path":3856},{"id":856,"title":3858,"short_title":7,"intro_text":8,"url_path":3859,"legacy_locale":3860,"language_code":3861,"ietf_bcp47":3862,"language_name_en":3863,"language_name_local":3864,"country_code":3865,"country_name_en":3866,"country_name_local":3858,"search_tokens":3867,"country_iso_numeric_code":3868,"url_paths":5582,"show_search":1746,"slug":857},{"occupations_url_path":7,"minimum_wages_url_path":3870,"collective_agreements_url_path":3871,"factory_pages_url_path":7,"labour_law_url_path":3872,"living_wage_publications_url_path":3873,"living_tariffs_url_path":7,"survey_url_path":3874,"vip_check_url_path":3875,"salary_check_url_path":3876},{"id":635,"title":3878,"short_title":7,"intro_text":8,"url_path":3879,"legacy_locale":3880,"language_code":11,"ietf_bcp47":3881,"language_name_en":1772,"language_name_local":1772,"country_code":3882,"country_name_en":3878,"country_name_local":3878,"search_tokens":3883,"country_iso_numeric_code":3884,"url_paths":5584,"show_search":1746,"slug":636},{"occupations_url_path":7,"minimum_wages_url_path":3886,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":7,"living_tariffs_url_path":7,"survey_url_path":7,"vip_check_url_path":7,"salary_check_url_path":7},{"id":353,"title":3888,"short_title":7,"intro_text":8,"url_path":3889,"legacy_locale":3890,"language_code":3891,"ietf_bcp47":3892,"language_name_en":3893,"language_name_local":3894,"country_code":3895,"country_name_en":3896,"country_name_local":3888,"search_tokens":3897,"country_iso_numeric_code":3898,"url_paths":5586,"show_search":1746,"slug":354},{"occupations_url_path":7,"minimum_wages_url_path":3900,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":3901,"living_tariffs_url_path":7,"survey_url_path":7,"vip_check_url_path":7,"salary_check_url_path":7},{"id":377,"title":3903,"short_title":3904,"intro_text":3905,"url_path":3906,"legacy_locale":3907,"language_code":11,"ietf_bcp47":3908,"language_name_en":1772,"language_name_local":1772,"country_code":3909,"country_name_en":3903,"country_name_local":3903,"search_tokens":3910,"country_iso_numeric_code":3911,"url_paths":5588,"show_search":1746,"slug":378},{"occupations_url_path":7,"minimum_wages_url_path":3913,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":3914,"living_wage_publications_url_path":3915,"living_tariffs_url_path":3916,"survey_url_path":3917,"vip_check_url_path":3918,"salary_check_url_path":3919},{"id":1018,"title":3921,"short_title":7,"intro_text":8,"url_path":3922,"legacy_locale":3923,"language_code":11,"ietf_bcp47":3924,"language_name_en":1772,"language_name_local":1772,"country_code":3925,"country_name_en":3921,"country_name_local":3921,"search_tokens":3926,"country_iso_numeric_code":3927,"url_paths":5590,"show_search":1746,"slug":1019},{"occupations_url_path":7,"minimum_wages_url_path":3929,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":3930,"living_wage_publications_url_path":3931,"living_tariffs_url_path":7,"survey_url_path":3932,"vip_check_url_path":3933,"salary_check_url_path":3934},{"id":1405,"title":3936,"short_title":7,"intro_text":8,"url_path":3937,"legacy_locale":3938,"language_code":2265,"ietf_bcp47":3939,"language_name_en":2267,"language_name_local":2268,"country_code":3940,"country_name_en":3941,"country_name_local":3942,"search_tokens":3943,"country_iso_numeric_code":3944,"url_paths":5592,"show_search":1746,"slug":1406},{"occupations_url_path":7,"minimum_wages_url_path":3946,"collective_agreements_url_path":3947,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":3948,"living_tariffs_url_path":7,"survey_url_path":3949,"vip_check_url_path":3950,"salary_check_url_path":3951},{"id":1483,"title":3953,"short_title":3954,"intro_text":3955,"url_path":3956,"legacy_locale":3957,"language_code":11,"ietf_bcp47":3958,"language_name_en":1772,"language_name_local":1772,"country_code":3959,"country_name_en":3953,"country_name_local":8,"search_tokens":3960,"country_iso_numeric_code":3961,"url_paths":5594,"show_search":1746,"slug":1484},{"occupations_url_path":7,"minimum_wages_url_path":3963,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":3964,"living_wage_publications_url_path":3965,"living_tariffs_url_path":7,"survey_url_path":3966,"vip_check_url_path":3967,"salary_check_url_path":3968},{"id":689,"title":3970,"short_title":7,"intro_text":8,"url_path":3971,"legacy_locale":3972,"language_code":1878,"ietf_bcp47":3973,"language_name_en":1880,"language_name_local":1881,"country_code":3758,"country_name_en":3759,"country_name_local":3970,"search_tokens":3974,"country_iso_numeric_code":3761,"url_paths":5596,"show_search":1746,"slug":690},{"occupations_url_path":7,"minimum_wages_url_path":3976,"collective_agreements_url_path":3977,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":3978,"living_tariffs_url_path":7,"survey_url_path":3979,"vip_check_url_path":3980,"salary_check_url_path":3981},{"id":695,"title":3983,"short_title":7,"intro_text":8,"url_path":3984,"legacy_locale":3985,"language_code":3986,"ietf_bcp47":3987,"language_name_en":3988,"language_name_local":3989,"country_code":3990,"country_name_en":3991,"country_name_local":3983,"search_tokens":3992,"country_iso_numeric_code":3993,"url_paths":5598,"show_search":1746,"slug":696},{"occupations_url_path":7,"minimum_wages_url_path":3995,"collective_agreements_url_path":3996,"factory_pages_url_path":7,"labour_law_url_path":3997,"living_wage_publications_url_path":3998,"living_tariffs_url_path":7,"survey_url_path":3999,"vip_check_url_path":4000,"salary_check_url_path":4001},{"id":701,"title":4003,"short_title":7,"intro_text":8,"url_path":4004,"legacy_locale":4005,"language_code":11,"ietf_bcp47":4006,"language_name_en":1772,"language_name_local":1772,"country_code":4007,"country_name_en":4003,"country_name_local":8,"search_tokens":4008,"country_iso_numeric_code":4009,"url_paths":5600,"show_search":1746,"slug":702},{"occupations_url_path":7,"minimum_wages_url_path":4011,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":4012,"living_tariffs_url_path":7,"survey_url_path":7,"vip_check_url_path":7,"salary_check_url_path":4013},{"id":1150,"title":4003,"short_title":7,"intro_text":8,"url_path":4015,"legacy_locale":4016,"language_code":1802,"ietf_bcp47":4017,"language_name_en":1804,"language_name_local":1805,"country_code":4007,"country_name_en":4003,"country_name_local":4003,"search_tokens":4018,"country_iso_numeric_code":4009,"url_paths":5602,"show_search":1746,"slug":1151},{"occupations_url_path":7,"minimum_wages_url_path":4020,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":4021,"living_tariffs_url_path":7,"survey_url_path":7,"vip_check_url_path":4022,"salary_check_url_path":4023},{"id":1138,"title":4025,"short_title":7,"intro_text":8,"url_path":4026,"legacy_locale":4027,"language_code":4028,"ietf_bcp47":4029,"language_name_en":4030,"language_name_local":4031,"country_code":4032,"country_name_en":4033,"country_name_local":4025,"search_tokens":4034,"country_iso_numeric_code":4035,"url_paths":5604,"show_search":1746,"slug":1139},{"occupations_url_path":7,"minimum_wages_url_path":4037,"collective_agreements_url_path":4038,"factory_pages_url_path":7,"labour_law_url_path":4039,"living_wage_publications_url_path":4040,"living_tariffs_url_path":7,"survey_url_path":4041,"vip_check_url_path":4042,"salary_check_url_path":4043},{"id":1369,"title":4045,"short_title":7,"intro_text":8,"url_path":4046,"legacy_locale":4047,"language_code":1753,"ietf_bcp47":4048,"language_name_en":1755,"language_name_local":1756,"country_code":4049,"country_name_en":4050,"country_name_local":4045,"search_tokens":4051,"country_iso_numeric_code":4052,"url_paths":5606,"show_search":1746,"slug":1370},{"occupations_url_path":7,"minimum_wages_url_path":4054,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":4055,"living_tariffs_url_path":7,"survey_url_path":7,"vip_check_url_path":7,"salary_check_url_path":7},{"id":916,"title":4057,"short_title":7,"intro_text":8,"url_path":4058,"legacy_locale":4059,"language_code":1878,"ietf_bcp47":4060,"language_name_en":1880,"language_name_local":1881,"country_code":4061,"country_name_en":4062,"country_name_local":4057,"search_tokens":4063,"country_iso_numeric_code":4064,"url_paths":5608,"show_search":1746,"slug":917},{"occupations_url_path":7,"minimum_wages_url_path":4066,"collective_agreements_url_path":4067,"factory_pages_url_path":7,"labour_law_url_path":4068,"living_wage_publications_url_path":4069,"living_tariffs_url_path":7,"survey_url_path":4070,"vip_check_url_path":4071,"salary_check_url_path":4072},{"id":665,"title":4074,"short_title":7,"intro_text":8,"url_path":4075,"legacy_locale":4076,"language_code":4077,"ietf_bcp47":4078,"language_name_en":4079,"language_name_local":4080,"country_code":4081,"country_name_en":4074,"country_name_local":4074,"search_tokens":4082,"country_iso_numeric_code":4083,"url_paths":5610,"show_search":1746,"slug":666},{"occupations_url_path":7,"minimum_wages_url_path":4085,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":4086,"living_wage_publications_url_path":4087,"living_tariffs_url_path":7,"survey_url_path":4088,"vip_check_url_path":4089,"salary_check_url_path":4090},{"id":503,"title":4074,"short_title":7,"intro_text":8,"url_path":4092,"legacy_locale":4093,"language_code":11,"ietf_bcp47":4094,"language_name_en":1772,"language_name_local":1772,"country_code":4081,"country_name_en":4074,"country_name_local":4074,"search_tokens":4095,"country_iso_numeric_code":4083,"url_paths":5612,"show_search":1746,"slug":504},{"occupations_url_path":7,"minimum_wages_url_path":4097,"collective_agreements_url_path":4098,"factory_pages_url_path":7,"labour_law_url_path":4099,"living_wage_publications_url_path":4100,"living_tariffs_url_path":7,"survey_url_path":4101,"vip_check_url_path":4102,"salary_check_url_path":4103},{"id":731,"title":4105,"short_title":7,"intro_text":8,"url_path":4106,"legacy_locale":4107,"language_code":1878,"ietf_bcp47":4108,"language_name_en":1880,"language_name_local":1881,"country_code":4109,"country_name_en":4110,"country_name_local":4105,"search_tokens":4111,"country_iso_numeric_code":4112,"url_paths":5614,"show_search":1746,"slug":732},{"occupations_url_path":7,"minimum_wages_url_path":4114,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":4115,"living_wage_publications_url_path":4116,"living_tariffs_url_path":7,"survey_url_path":4117,"vip_check_url_path":4118,"salary_check_url_path":4119},{"id":1363,"title":4121,"short_title":7,"intro_text":8,"url_path":4122,"legacy_locale":4123,"language_code":1753,"ietf_bcp47":4124,"language_name_en":1755,"language_name_local":1756,"country_code":4125,"country_name_en":4121,"country_name_local":4121,"search_tokens":4126,"country_iso_numeric_code":4127,"url_paths":5616,"show_search":1746,"slug":1364},{"occupations_url_path":7,"minimum_wages_url_path":4129,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":7,"living_tariffs_url_path":7,"survey_url_path":7,"vip_check_url_path":7,"salary_check_url_path":7},{"id":401,"title":4131,"short_title":7,"intro_text":8,"url_path":4132,"legacy_locale":4133,"language_code":1878,"ietf_bcp47":4134,"language_name_en":1880,"language_name_local":1881,"country_code":4135,"country_name_en":4131,"country_name_local":4131,"search_tokens":4136,"country_iso_numeric_code":4137,"url_paths":5618,"show_search":1746,"slug":402},{"occupations_url_path":7,"minimum_wages_url_path":4139,"collective_agreements_url_path":4140,"factory_pages_url_path":7,"labour_law_url_path":4141,"living_wage_publications_url_path":4142,"living_tariffs_url_path":7,"survey_url_path":4143,"vip_check_url_path":4144,"salary_check_url_path":4145},{"id":479,"title":4147,"short_title":7,"intro_text":8,"url_path":4148,"legacy_locale":4149,"language_code":11,"ietf_bcp47":4150,"language_name_en":1772,"language_name_local":1772,"country_code":4151,"country_name_en":4147,"country_name_local":4147,"search_tokens":4152,"country_iso_numeric_code":4153,"url_paths":5620,"show_search":1746,"slug":480},{"occupations_url_path":7,"minimum_wages_url_path":4155,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":7,"living_tariffs_url_path":7,"survey_url_path":7,"vip_check_url_path":7,"salary_check_url_path":7},{"id":934,"title":4157,"short_title":7,"intro_text":8,"url_path":4158,"legacy_locale":4159,"language_code":11,"ietf_bcp47":4160,"language_name_en":1772,"language_name_local":1772,"country_code":4161,"country_name_en":4157,"country_name_local":4162,"search_tokens":4163,"country_iso_numeric_code":4164,"url_paths":5622,"show_search":1746,"slug":935},{"occupations_url_path":7,"minimum_wages_url_path":4166,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":4167,"living_tariffs_url_path":7,"survey_url_path":4168,"vip_check_url_path":7,"salary_check_url_path":4169},{"id":1615,"title":4171,"short_title":7,"intro_text":8,"url_path":4172,"legacy_locale":4173,"language_code":1878,"ietf_bcp47":4174,"language_name_en":1880,"language_name_local":1881,"country_code":4175,"country_name_en":4176,"country_name_local":4171,"search_tokens":4177,"country_iso_numeric_code":4178,"url_paths":5624,"show_search":1746,"slug":1616},{"occupations_url_path":7,"minimum_wages_url_path":4180,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":4181,"living_wage_publications_url_path":4182,"living_tariffs_url_path":7,"survey_url_path":4183,"vip_check_url_path":4184,"salary_check_url_path":4185},{"id":449,"title":4187,"short_title":7,"intro_text":8,"url_path":4188,"legacy_locale":4189,"language_code":11,"ietf_bcp47":4190,"language_name_en":1772,"language_name_local":1772,"country_code":4191,"country_name_en":4187,"country_name_local":4187,"search_tokens":4192,"country_iso_numeric_code":4193,"url_paths":5626,"show_search":1746,"slug":450},{"occupations_url_path":7,"minimum_wages_url_path":4195,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":7,"living_tariffs_url_path":7,"survey_url_path":7,"vip_check_url_path":7,"salary_check_url_path":7},{"id":365,"title":4197,"short_title":7,"intro_text":8,"url_path":4198,"legacy_locale":4199,"language_code":4200,"ietf_bcp47":4201,"language_name_en":4202,"language_name_local":4203,"country_code":4204,"country_name_en":4197,"country_name_local":4197,"search_tokens":4205,"country_iso_numeric_code":4206,"url_paths":5628,"show_search":1746,"slug":366},{"occupations_url_path":7,"minimum_wages_url_path":4208,"collective_agreements_url_path":4209,"factory_pages_url_path":7,"labour_law_url_path":4210,"living_wage_publications_url_path":4211,"living_tariffs_url_path":7,"survey_url_path":4212,"vip_check_url_path":4213,"salary_check_url_path":4214},{"id":1663,"title":4216,"short_title":7,"intro_text":8,"url_path":4217,"legacy_locale":4218,"language_code":4219,"ietf_bcp47":4220,"language_name_en":4221,"language_name_local":4222,"country_code":4223,"country_name_en":4224,"country_name_local":4216,"search_tokens":4225,"country_iso_numeric_code":4226,"url_paths":5630,"show_search":1746,"slug":1664},{"occupations_url_path":7,"minimum_wages_url_path":4228,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":7,"living_tariffs_url_path":7,"survey_url_path":7,"vip_check_url_path":7,"salary_check_url_path":7},{"id":413,"title":4230,"short_title":4231,"intro_text":4232,"url_path":4233,"legacy_locale":4234,"language_code":11,"ietf_bcp47":4235,"language_name_en":1772,"language_name_local":1772,"country_code":4236,"country_name_en":4230,"country_name_local":4230,"search_tokens":4237,"country_iso_numeric_code":4238,"url_paths":5632,"show_search":1746,"slug":414},{"occupations_url_path":7,"minimum_wages_url_path":4240,"collective_agreements_url_path":4241,"factory_pages_url_path":7,"labour_law_url_path":4242,"living_wage_publications_url_path":4243,"living_tariffs_url_path":7,"survey_url_path":4244,"vip_check_url_path":4245,"salary_check_url_path":4246},{"id":1669,"title":4248,"short_title":4249,"intro_text":4250,"url_path":4251,"legacy_locale":4252,"language_code":11,"ietf_bcp47":4253,"language_name_en":1772,"language_name_local":1772,"country_code":4254,"country_name_en":4248,"country_name_local":4248,"search_tokens":4255,"country_iso_numeric_code":4256,"url_paths":5634,"show_search":1746,"slug":1670},{"occupations_url_path":7,"minimum_wages_url_path":4258,"collective_agreements_url_path":4259,"factory_pages_url_path":7,"labour_law_url_path":4260,"living_wage_publications_url_path":7,"living_tariffs_url_path":7,"survey_url_path":4261,"vip_check_url_path":4262,"salary_check_url_path":4263},{"id":317,"title":2445,"short_title":4265,"intro_text":4266,"url_path":4267,"legacy_locale":4268,"language_code":11,"ietf_bcp47":4269,"language_name_en":1772,"language_name_local":1772,"country_code":2444,"country_name_en":2445,"country_name_local":2445,"search_tokens":4270,"country_iso_numeric_code":2447,"url_paths":5636,"show_search":1746,"slug":318},{"occupations_url_path":7,"minimum_wages_url_path":4272,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":7,"living_tariffs_url_path":7,"survey_url_path":4273,"vip_check_url_path":4274,"salary_check_url_path":4275},{"id":1357,"title":4277,"short_title":7,"intro_text":8,"url_path":4278,"legacy_locale":4279,"language_code":1733,"ietf_bcp47":4280,"language_name_en":1735,"language_name_local":1736,"country_code":4281,"country_name_en":4277,"country_name_local":4277,"search_tokens":4282,"country_iso_numeric_code":4283,"url_paths":5638,"show_search":1746,"slug":1358},{"occupations_url_path":7,"minimum_wages_url_path":4285,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":4286,"living_tariffs_url_path":7,"survey_url_path":4287,"vip_check_url_path":4288,"salary_check_url_path":4289},{"id":725,"title":4291,"short_title":7,"intro_text":8,"url_path":4292,"legacy_locale":4293,"language_code":11,"ietf_bcp47":4294,"language_name_en":1772,"language_name_local":1772,"country_code":4295,"country_name_en":4291,"country_name_local":4291,"search_tokens":4296,"country_iso_numeric_code":4297,"url_paths":5640,"show_search":1746,"slug":726},{"occupations_url_path":7,"minimum_wages_url_path":4299,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":7,"living_tariffs_url_path":7,"survey_url_path":7,"vip_check_url_path":7,"salary_check_url_path":7},{"id":1327,"title":4301,"short_title":7,"intro_text":8,"url_path":4302,"legacy_locale":4303,"language_code":1733,"ietf_bcp47":4304,"language_name_en":1735,"language_name_local":1736,"country_code":4305,"country_name_en":4301,"country_name_local":4301,"search_tokens":4306,"country_iso_numeric_code":4307,"url_paths":5642,"show_search":1746,"slug":1328},{"occupations_url_path":7,"minimum_wages_url_path":4309,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":4310,"living_tariffs_url_path":7,"survey_url_path":4311,"vip_check_url_path":4312,"salary_check_url_path":4313},{"id":1024,"title":4315,"short_title":7,"intro_text":8,"url_path":4316,"legacy_locale":4317,"language_code":4318,"ietf_bcp47":4319,"language_name_en":4320,"language_name_local":4321,"country_code":4322,"country_name_en":4323,"country_name_local":4315,"search_tokens":4324,"country_iso_numeric_code":4325,"url_paths":5644,"show_search":1746,"slug":1025},{"occupations_url_path":7,"minimum_wages_url_path":4327,"collective_agreements_url_path":4328,"factory_pages_url_path":7,"labour_law_url_path":4329,"living_wage_publications_url_path":4330,"living_tariffs_url_path":7,"survey_url_path":4331,"vip_check_url_path":4332,"salary_check_url_path":4333},{"id":1657,"title":4335,"short_title":7,"intro_text":8,"url_path":4336,"legacy_locale":4337,"language_code":1878,"ietf_bcp47":4338,"language_name_en":1880,"language_name_local":1881,"country_code":4339,"country_name_en":4335,"country_name_local":4335,"search_tokens":4340,"country_iso_numeric_code":4341,"url_paths":5646,"show_search":1746,"slug":1658},{"occupations_url_path":7,"minimum_wages_url_path":4343,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":7,"living_tariffs_url_path":7,"survey_url_path":7,"vip_check_url_path":7,"salary_check_url_path":7},{"id":1000,"title":4345,"short_title":4346,"intro_text":4347,"url_path":4348,"legacy_locale":4349,"language_code":11,"ietf_bcp47":4350,"language_name_en":1772,"language_name_local":1772,"country_code":4351,"country_name_en":4345,"country_name_local":4345,"search_tokens":4352,"country_iso_numeric_code":4353,"url_paths":5648,"show_search":1746,"slug":1001},{"occupations_url_path":7,"minimum_wages_url_path":4355,"collective_agreements_url_path":4356,"factory_pages_url_path":7,"labour_law_url_path":4357,"living_wage_publications_url_path":4358,"living_tariffs_url_path":7,"survey_url_path":4359,"vip_check_url_path":4360,"salary_check_url_path":4361},{"id":617,"title":4363,"short_title":7,"intro_text":8,"url_path":4364,"legacy_locale":4365,"language_code":11,"ietf_bcp47":4366,"language_name_en":1772,"language_name_local":1772,"country_code":4367,"country_name_en":4363,"country_name_local":4363,"search_tokens":4368,"country_iso_numeric_code":4369,"url_paths":5650,"show_search":1746,"slug":618},{"occupations_url_path":7,"minimum_wages_url_path":4371,"collective_agreements_url_path":4372,"factory_pages_url_path":7,"labour_law_url_path":4373,"living_wage_publications_url_path":4374,"living_tariffs_url_path":7,"survey_url_path":4375,"vip_check_url_path":4376,"salary_check_url_path":4377},{"id":1645,"title":4379,"short_title":7,"intro_text":8,"url_path":4380,"legacy_locale":4381,"language_code":4382,"ietf_bcp47":4383,"language_name_en":4384,"language_name_local":4385,"country_code":4386,"country_name_en":4387,"country_name_local":4379,"search_tokens":4388,"country_iso_numeric_code":4389,"url_paths":5652,"show_search":1746,"slug":1646},{"occupations_url_path":7,"minimum_wages_url_path":4391,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":7,"living_tariffs_url_path":7,"survey_url_path":7,"vip_check_url_path":7,"salary_check_url_path":7},{"id":1204,"title":4393,"short_title":7,"intro_text":8,"url_path":4394,"legacy_locale":4395,"language_code":2346,"ietf_bcp47":4396,"language_name_en":2348,"language_name_local":2349,"country_code":4397,"country_name_en":4398,"country_name_local":4393,"search_tokens":4399,"country_iso_numeric_code":4400,"url_paths":5654,"show_search":1746,"slug":1205},{"occupations_url_path":7,"minimum_wages_url_path":4402,"collective_agreements_url_path":4403,"factory_pages_url_path":7,"labour_law_url_path":4404,"living_wage_publications_url_path":4405,"living_tariffs_url_path":7,"survey_url_path":4406,"vip_check_url_path":4407,"salary_check_url_path":4408},{"id":946,"title":4410,"short_title":7,"intro_text":8,"url_path":4411,"legacy_locale":4412,"language_code":4413,"ietf_bcp47":4414,"language_name_en":4415,"language_name_local":4416,"country_code":4417,"country_name_en":4418,"country_name_local":4410,"search_tokens":4419,"country_iso_numeric_code":4420,"url_paths":5656,"show_search":1746,"slug":947},{"occupations_url_path":7,"minimum_wages_url_path":4422,"collective_agreements_url_path":4423,"factory_pages_url_path":7,"labour_law_url_path":4424,"living_wage_publications_url_path":4425,"living_tariffs_url_path":7,"survey_url_path":4426,"vip_check_url_path":4427,"salary_check_url_path":4428},{"id":485,"title":4430,"short_title":7,"intro_text":8,"url_path":4431,"legacy_locale":4432,"language_code":4433,"ietf_bcp47":4434,"language_name_en":4435,"language_name_local":4436,"country_code":4437,"country_name_en":4438,"country_name_local":4430,"search_tokens":4439,"country_iso_numeric_code":4440,"url_paths":5658,"show_search":1746,"slug":486},{"occupations_url_path":7,"minimum_wages_url_path":4442,"collective_agreements_url_path":4443,"factory_pages_url_path":7,"labour_law_url_path":4444,"living_wage_publications_url_path":4445,"living_tariffs_url_path":7,"survey_url_path":4446,"vip_check_url_path":4447,"salary_check_url_path":4448},{"id":395,"title":4450,"short_title":7,"intro_text":8,"url_path":4451,"legacy_locale":4452,"language_code":4433,"ietf_bcp47":4453,"language_name_en":4435,"language_name_local":4436,"country_code":4454,"country_name_en":4455,"country_name_local":4450,"search_tokens":4456,"country_iso_numeric_code":4457,"url_paths":5660,"show_search":1746,"slug":396},{"occupations_url_path":7,"minimum_wages_url_path":4459,"collective_agreements_url_path":4460,"factory_pages_url_path":7,"labour_law_url_path":4461,"living_wage_publications_url_path":4462,"living_tariffs_url_path":7,"survey_url_path":4463,"vip_check_url_path":4464,"salary_check_url_path":4465},{"id":713,"title":4467,"short_title":7,"intro_text":8,"url_path":4468,"legacy_locale":4469,"language_code":4470,"ietf_bcp47":4471,"language_name_en":4472,"language_name_local":4473,"country_code":1836,"country_name_en":1837,"country_name_local":8,"search_tokens":4474,"country_iso_numeric_code":1839,"url_paths":5662,"show_search":1746,"slug":714},{"occupations_url_path":7,"minimum_wages_url_path":4476,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":4477,"living_wage_publications_url_path":4478,"living_tariffs_url_path":7,"survey_url_path":4479,"vip_check_url_path":4480,"salary_check_url_path":4481},{"id":767,"title":4483,"short_title":7,"intro_text":8,"url_path":4484,"legacy_locale":4485,"language_code":4470,"ietf_bcp47":4486,"language_name_en":4472,"language_name_local":4473,"country_code":4487,"country_name_en":4488,"country_name_local":4483,"search_tokens":4489,"country_iso_numeric_code":4490,"url_paths":5664,"show_search":1746,"slug":768},{"occupations_url_path":7,"minimum_wages_url_path":4492,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":4493,"living_wage_publications_url_path":4494,"living_tariffs_url_path":7,"survey_url_path":4495,"vip_check_url_path":4496,"salary_check_url_path":4497},{"id":1126,"title":4499,"short_title":7,"intro_text":8,"url_path":4500,"legacy_locale":4501,"language_code":4502,"ietf_bcp47":4503,"language_name_en":4504,"language_name_local":4505,"country_code":4506,"country_name_en":4507,"country_name_local":4499,"search_tokens":4508,"country_iso_numeric_code":4509,"url_paths":5666,"show_search":1746,"slug":1127},{"occupations_url_path":7,"minimum_wages_url_path":4511,"collective_agreements_url_path":4512,"factory_pages_url_path":7,"labour_law_url_path":4513,"living_wage_publications_url_path":4514,"living_tariffs_url_path":7,"survey_url_path":4515,"vip_check_url_path":4516,"salary_check_url_path":4517},{"id":832,"title":4519,"short_title":7,"intro_text":8,"url_path":4520,"legacy_locale":4521,"language_code":4470,"ietf_bcp47":4522,"language_name_en":4472,"language_name_local":4473,"country_code":4523,"country_name_en":4524,"country_name_local":4519,"search_tokens":4525,"country_iso_numeric_code":4526,"url_paths":5668,"show_search":1746,"slug":833},{"occupations_url_path":7,"minimum_wages_url_path":4528,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":4529,"living_wage_publications_url_path":4530,"living_tariffs_url_path":7,"survey_url_path":4531,"vip_check_url_path":4532,"salary_check_url_path":4533},{"id":425,"title":4535,"short_title":7,"intro_text":8,"url_path":4536,"legacy_locale":4537,"language_code":4470,"ietf_bcp47":4538,"language_name_en":4472,"language_name_local":4473,"country_code":4539,"country_name_en":4540,"country_name_local":4541,"search_tokens":4542,"country_iso_numeric_code":4543,"url_paths":5670,"show_search":1746,"slug":426},{"occupations_url_path":7,"minimum_wages_url_path":4545,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":4546,"living_wage_publications_url_path":4547,"living_tariffs_url_path":7,"survey_url_path":7,"vip_check_url_path":4548,"salary_check_url_path":7},{"id":593,"title":4550,"short_title":7,"intro_text":8,"url_path":4551,"legacy_locale":4552,"language_code":4553,"ietf_bcp47":4554,"language_name_en":4555,"language_name_local":4555,"country_code":4556,"country_name_en":4557,"country_name_local":4558,"search_tokens":4559,"country_iso_numeric_code":4560,"url_paths":5672,"show_search":1746,"slug":594},{"occupations_url_path":7,"minimum_wages_url_path":4562,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":4563,"living_wage_publications_url_path":4564,"living_tariffs_url_path":7,"survey_url_path":4565,"vip_check_url_path":4566,"salary_check_url_path":4567},{"id":605,"title":4569,"short_title":7,"intro_text":8,"url_path":4570,"legacy_locale":4571,"language_code":4470,"ietf_bcp47":4572,"language_name_en":4472,"language_name_local":4473,"country_code":4573,"country_name_en":4574,"country_name_local":4569,"search_tokens":4575,"country_iso_numeric_code":4576,"url_paths":5674,"show_search":1746,"slug":606},{"occupations_url_path":7,"minimum_wages_url_path":4578,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":4579,"living_wage_publications_url_path":4580,"living_tariffs_url_path":7,"survey_url_path":4581,"vip_check_url_path":7,"salary_check_url_path":4582},{"id":1471,"title":4584,"short_title":7,"intro_text":8,"url_path":4585,"legacy_locale":4586,"language_code":4587,"ietf_bcp47":4588,"language_name_en":4589,"language_name_local":4590,"country_code":3135,"country_name_en":3136,"country_name_local":4584,"search_tokens":4591,"country_iso_numeric_code":3138,"url_paths":5676,"show_search":1746,"slug":1472},{"occupations_url_path":7,"minimum_wages_url_path":4593,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":4594,"living_tariffs_url_path":7,"survey_url_path":4595,"vip_check_url_path":4596,"salary_check_url_path":4597},{"id":1453,"title":3942,"short_title":7,"intro_text":8,"url_path":4599,"legacy_locale":3938,"language_code":2265,"ietf_bcp47":4600,"language_name_en":2267,"language_name_local":2268,"country_code":3940,"country_name_en":3941,"country_name_local":3942,"search_tokens":4601,"country_iso_numeric_code":3944,"url_paths":5678,"show_search":54,"slug":1454},{"occupations_url_path":7,"minimum_wages_url_path":4603,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":7,"living_tariffs_url_path":7,"survey_url_path":7,"vip_check_url_path":7,"salary_check_url_path":7},{"id":521,"title":4605,"short_title":7,"intro_text":8,"url_path":4606,"legacy_locale":4607,"language_code":4470,"ietf_bcp47":4608,"language_name_en":4472,"language_name_local":4473,"country_code":4609,"country_name_en":4610,"country_name_local":8,"search_tokens":4611,"country_iso_numeric_code":4612,"url_paths":5680,"show_search":1746,"slug":522},{"occupations_url_path":7,"minimum_wages_url_path":4614,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":4615,"living_wage_publications_url_path":4616,"living_tariffs_url_path":7,"survey_url_path":7,"vip_check_url_path":7,"salary_check_url_path":7},{"id":904,"title":4618,"short_title":7,"intro_text":8,"url_path":4619,"legacy_locale":4620,"language_code":4621,"ietf_bcp47":4622,"language_name_en":4623,"language_name_local":4624,"country_code":4625,"country_name_en":4626,"country_name_local":4618,"search_tokens":4627,"country_iso_numeric_code":4628,"url_paths":5682,"show_search":1746,"slug":905},{"occupations_url_path":7,"minimum_wages_url_path":4630,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":4631,"living_wage_publications_url_path":4632,"living_tariffs_url_path":7,"survey_url_path":4633,"vip_check_url_path":7,"salary_check_url_path":4634},{"id":1651,"title":4636,"short_title":7,"intro_text":8,"url_path":4637,"legacy_locale":4638,"language_code":4639,"ietf_bcp47":4640,"language_name_en":4641,"language_name_local":4642,"country_code":4643,"country_name_en":4644,"country_name_local":4636,"search_tokens":4645,"country_iso_numeric_code":4646,"url_paths":5684,"show_search":1746,"slug":1652},{"occupations_url_path":7,"minimum_wages_url_path":4648,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":4649,"living_tariffs_url_path":7,"survey_url_path":7,"vip_check_url_path":7,"salary_check_url_path":7},{"id":1411,"title":4651,"short_title":7,"intro_text":8,"url_path":4652,"legacy_locale":4653,"language_code":4654,"ietf_bcp47":4655,"language_name_en":4656,"language_name_local":4657,"country_code":4658,"country_name_en":4659,"country_name_local":4651,"search_tokens":4660,"country_iso_numeric_code":4661,"url_paths":5686,"show_search":1746,"slug":1412},{"occupations_url_path":7,"minimum_wages_url_path":4663,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":4664,"living_tariffs_url_path":7,"survey_url_path":7,"vip_check_url_path":7,"salary_check_url_path":7},{"id":1156,"title":4666,"short_title":7,"intro_text":8,"url_path":4667,"legacy_locale":4668,"language_code":4669,"ietf_bcp47":4670,"language_name_en":4671,"language_name_local":4672,"country_code":4673,"country_name_en":4674,"country_name_local":4675,"search_tokens":4676,"country_iso_numeric_code":4677,"url_paths":5688,"show_search":1746,"slug":1157},{"occupations_url_path":7,"minimum_wages_url_path":4679,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":4680,"living_tariffs_url_path":7,"survey_url_path":7,"vip_check_url_path":7,"salary_check_url_path":7},{"id":1246,"title":4682,"short_title":7,"intro_text":8,"url_path":4683,"legacy_locale":4684,"language_code":4685,"ietf_bcp47":4686,"language_name_en":4687,"language_name_local":4688,"country_code":4689,"country_name_en":4690,"country_name_local":4682,"search_tokens":4691,"country_iso_numeric_code":4692,"url_paths":5690,"show_search":1746,"slug":1247},{"occupations_url_path":7,"minimum_wages_url_path":4694,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":4695,"living_wage_publications_url_path":7,"living_tariffs_url_path":7,"survey_url_path":4696,"vip_check_url_path":7,"salary_check_url_path":4697},{"id":1264,"title":4699,"short_title":7,"intro_text":8,"url_path":4700,"legacy_locale":4701,"language_code":4669,"ietf_bcp47":4702,"language_name_en":4671,"language_name_local":4672,"country_code":4703,"country_name_en":4704,"country_name_local":4699,"search_tokens":4705,"country_iso_numeric_code":4706,"url_paths":5692,"show_search":1746,"slug":1265},{"occupations_url_path":4708,"minimum_wages_url_path":4709,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":4710,"living_wage_publications_url_path":4711,"living_tariffs_url_path":7,"survey_url_path":4712,"vip_check_url_path":4713,"salary_check_url_path":7},{"id":473,"title":4715,"short_title":7,"intro_text":8,"url_path":4716,"legacy_locale":4717,"language_code":4669,"ietf_bcp47":4718,"language_name_en":4671,"language_name_local":4672,"country_code":4719,"country_name_en":4720,"country_name_local":4715,"search_tokens":4721,"country_iso_numeric_code":4722,"url_paths":5694,"show_search":1746,"slug":474},{"occupations_url_path":4724,"minimum_wages_url_path":4725,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":4726,"living_wage_publications_url_path":4727,"living_tariffs_url_path":7,"survey_url_path":4728,"vip_check_url_path":4729,"salary_check_url_path":7},{"id":1351,"title":4731,"short_title":7,"intro_text":8,"url_path":4732,"legacy_locale":4733,"language_code":4669,"ietf_bcp47":4734,"language_name_en":4671,"language_name_local":4672,"country_code":4735,"country_name_en":4736,"country_name_local":4731,"search_tokens":4737,"country_iso_numeric_code":4738,"url_paths":5696,"show_search":1746,"slug":1352},{"occupations_url_path":7,"minimum_wages_url_path":4740,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":4741,"living_wage_publications_url_path":4742,"living_tariffs_url_path":7,"survey_url_path":4743,"vip_check_url_path":4744,"salary_check_url_path":7},{"id":814,"title":4746,"short_title":7,"intro_text":8,"url_path":4747,"legacy_locale":4748,"language_code":4669,"ietf_bcp47":4749,"language_name_en":4671,"language_name_local":4672,"country_code":4750,"country_name_en":4751,"country_name_local":4746,"search_tokens":4752,"country_iso_numeric_code":4753,"url_paths":5698,"show_search":1746,"slug":815},{"occupations_url_path":7,"minimum_wages_url_path":4755,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":4756,"living_wage_publications_url_path":4757,"living_tariffs_url_path":7,"survey_url_path":4758,"vip_check_url_path":4759,"salary_check_url_path":7},{"id":1513,"title":4761,"short_title":7,"intro_text":8,"url_path":4762,"legacy_locale":4763,"language_code":4669,"ietf_bcp47":4764,"language_name_en":4671,"language_name_local":4672,"country_code":4765,"country_name_en":4766,"country_name_local":4767,"search_tokens":4768,"country_iso_numeric_code":4769,"url_paths":5700,"show_search":1746,"slug":1514},{"occupations_url_path":7,"minimum_wages_url_path":4771,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":4772,"living_wage_publications_url_path":4773,"living_tariffs_url_path":7,"survey_url_path":4774,"vip_check_url_path":4775,"salary_check_url_path":7},{"id":1072,"title":4777,"short_title":7,"intro_text":8,"url_path":4778,"legacy_locale":4779,"language_code":4669,"ietf_bcp47":4780,"language_name_en":4671,"language_name_local":4672,"country_code":4781,"country_name_en":4782,"country_name_local":4777,"search_tokens":4783,"country_iso_numeric_code":4784,"url_paths":5702,"show_search":1746,"slug":1073},{"occupations_url_path":7,"minimum_wages_url_path":4786,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":4787,"living_wage_publications_url_path":4788,"living_tariffs_url_path":7,"survey_url_path":4789,"vip_check_url_path":4790,"salary_check_url_path":7},{"id":659,"title":4792,"short_title":7,"intro_text":8,"url_path":4793,"legacy_locale":4794,"language_code":4669,"ietf_bcp47":4795,"language_name_en":4671,"language_name_local":4672,"country_code":4796,"country_name_en":4797,"country_name_local":4792,"search_tokens":4798,"country_iso_numeric_code":4799,"url_paths":5704,"show_search":1746,"slug":660},{"occupations_url_path":7,"minimum_wages_url_path":4801,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":4802,"living_wage_publications_url_path":4803,"living_tariffs_url_path":7,"survey_url_path":4804,"vip_check_url_path":4805,"salary_check_url_path":7},{"id":952,"title":4807,"short_title":7,"intro_text":8,"url_path":4808,"legacy_locale":4809,"language_code":4669,"ietf_bcp47":4810,"language_name_en":4671,"language_name_local":4672,"country_code":4811,"country_name_en":4812,"country_name_local":4807,"search_tokens":4813,"country_iso_numeric_code":4814,"url_paths":5706,"show_search":1746,"slug":953},{"occupations_url_path":7,"minimum_wages_url_path":4816,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":4817,"living_wage_publications_url_path":4818,"living_tariffs_url_path":7,"survey_url_path":4819,"vip_check_url_path":4820,"salary_check_url_path":7},{"id":575,"title":4822,"short_title":7,"intro_text":8,"url_path":4823,"legacy_locale":4824,"language_code":4669,"ietf_bcp47":4825,"language_name_en":4671,"language_name_local":4672,"country_code":4826,"country_name_en":4827,"country_name_local":4822,"search_tokens":4828,"country_iso_numeric_code":4829,"url_paths":5708,"show_search":1746,"slug":576},{"occupations_url_path":7,"minimum_wages_url_path":4831,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":4832,"living_wage_publications_url_path":4833,"living_tariffs_url_path":7,"survey_url_path":4834,"vip_check_url_path":4835,"salary_check_url_path":7},{"id":1687,"title":4837,"short_title":7,"intro_text":8,"url_path":4838,"legacy_locale":4839,"language_code":4669,"ietf_bcp47":4840,"language_name_en":4671,"language_name_local":4672,"country_code":4841,"country_name_en":4842,"country_name_local":4837,"search_tokens":4843,"country_iso_numeric_code":4844,"url_paths":5710,"show_search":1746,"slug":1688},{"occupations_url_path":7,"minimum_wages_url_path":4846,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":4847,"living_wage_publications_url_path":4848,"living_tariffs_url_path":7,"survey_url_path":4849,"vip_check_url_path":4850,"salary_check_url_path":7},{"id":1333,"title":4852,"short_title":7,"intro_text":8,"url_path":4853,"legacy_locale":4854,"language_code":4685,"ietf_bcp47":4855,"language_name_en":4687,"language_name_local":4688,"country_code":4856,"country_name_en":4857,"country_name_local":4852,"search_tokens":4858,"country_iso_numeric_code":4859,"url_paths":5712,"show_search":1746,"slug":1334},{"occupations_url_path":7,"minimum_wages_url_path":4861,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":4862,"living_tariffs_url_path":7,"survey_url_path":7,"vip_check_url_path":7,"salary_check_url_path":7},{"id":329,"title":4864,"short_title":7,"intro_text":8,"url_path":4865,"legacy_locale":4866,"language_code":4669,"ietf_bcp47":4867,"language_name_en":4671,"language_name_local":4672,"country_code":4175,"country_name_en":4176,"country_name_local":4864,"search_tokens":4868,"country_iso_numeric_code":4178,"url_paths":5714,"show_search":1746,"slug":330},{"occupations_url_path":7,"minimum_wages_url_path":4870,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":4871,"living_wage_publications_url_path":4872,"living_tariffs_url_path":7,"survey_url_path":4873,"vip_check_url_path":4874,"salary_check_url_path":7},{"id":1036,"title":4876,"short_title":7,"intro_text":8,"url_path":4877,"legacy_locale":4878,"language_code":4669,"ietf_bcp47":4879,"language_name_en":4671,"language_name_local":4672,"country_code":4880,"country_name_en":4881,"country_name_local":4876,"search_tokens":4882,"country_iso_numeric_code":4883,"url_paths":5716,"show_search":1746,"slug":1037},{"occupations_url_path":7,"minimum_wages_url_path":4885,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":7,"living_tariffs_url_path":7,"survey_url_path":7,"vip_check_url_path":7,"salary_check_url_path":7},{"id":1054,"title":4887,"short_title":7,"intro_text":8,"url_path":4888,"legacy_locale":4889,"language_code":4669,"ietf_bcp47":4890,"language_name_en":4671,"language_name_local":4672,"country_code":4891,"country_name_en":4892,"country_name_local":4887,"search_tokens":4893,"country_iso_numeric_code":4894,"url_paths":5718,"show_search":1746,"slug":1055},{"occupations_url_path":7,"minimum_wages_url_path":4896,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":4897,"living_tariffs_url_path":7,"survey_url_path":7,"vip_check_url_path":7,"salary_check_url_path":7},{"id":743,"title":4899,"short_title":7,"intro_text":8,"url_path":4900,"legacy_locale":4901,"language_code":4669,"ietf_bcp47":4902,"language_name_en":4671,"language_name_local":4672,"country_code":4903,"country_name_en":4904,"country_name_local":4905,"search_tokens":4906,"country_iso_numeric_code":4907,"url_paths":5720,"show_search":1746,"slug":744},{"occupations_url_path":7,"minimum_wages_url_path":4909,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":4910,"living_wage_publications_url_path":4911,"living_tariffs_url_path":7,"survey_url_path":4912,"vip_check_url_path":4913,"salary_check_url_path":7},{"id":994,"title":4915,"short_title":7,"intro_text":4916,"url_path":4917,"legacy_locale":4918,"language_code":4669,"ietf_bcp47":4919,"language_name_en":4671,"language_name_local":4672,"country_code":4920,"country_name_en":4921,"country_name_local":4915,"search_tokens":4922,"country_iso_numeric_code":4923,"url_paths":5722,"show_search":1746,"slug":995},{"occupations_url_path":7,"minimum_wages_url_path":4925,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":4926,"living_tariffs_url_path":7,"survey_url_path":7,"vip_check_url_path":7,"salary_check_url_path":7},{"id":1174,"title":4928,"short_title":7,"intro_text":8,"url_path":4929,"legacy_locale":4930,"language_code":4669,"ietf_bcp47":4931,"language_name_en":4671,"language_name_local":4672,"country_code":4932,"country_name_en":4933,"country_name_local":4934,"search_tokens":4935,"country_iso_numeric_code":4936,"url_paths":5724,"show_search":1746,"slug":1175},{"occupations_url_path":4938,"minimum_wages_url_path":4939,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":4940,"living_wage_publications_url_path":4941,"living_tariffs_url_path":7,"survey_url_path":4942,"vip_check_url_path":4943,"salary_check_url_path":7},{"id":1423,"title":4945,"short_title":7,"intro_text":8,"url_path":4946,"legacy_locale":4947,"language_code":4669,"ietf_bcp47":4948,"language_name_en":4671,"language_name_local":4672,"country_code":4949,"country_name_en":4950,"country_name_local":4945,"search_tokens":4951,"country_iso_numeric_code":4952,"url_paths":5726,"show_search":1746,"slug":1424},{"occupations_url_path":7,"minimum_wages_url_path":4954,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":4955,"living_wage_publications_url_path":4956,"living_tariffs_url_path":7,"survey_url_path":4957,"vip_check_url_path":4958,"salary_check_url_path":7},{"id":880,"title":4960,"short_title":7,"intro_text":8,"url_path":4961,"legacy_locale":4962,"language_code":4669,"ietf_bcp47":4963,"language_name_en":4671,"language_name_local":4672,"country_code":4964,"country_name_en":4965,"country_name_local":4960,"search_tokens":4966,"country_iso_numeric_code":4967,"url_paths":5728,"show_search":1746,"slug":881},{"occupations_url_path":7,"minimum_wages_url_path":4969,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":4970,"living_wage_publications_url_path":4971,"living_tariffs_url_path":7,"survey_url_path":4972,"vip_check_url_path":4973,"salary_check_url_path":7},{"id":389,"title":4975,"short_title":7,"intro_text":8,"url_path":4976,"legacy_locale":4977,"language_code":4669,"ietf_bcp47":4978,"language_name_en":4671,"language_name_local":4672,"country_code":4979,"country_name_en":4980,"country_name_local":4975,"search_tokens":4981,"country_iso_numeric_code":4982,"url_paths":5730,"show_search":1746,"slug":390},{"occupations_url_path":7,"minimum_wages_url_path":4984,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":4985,"living_wage_publications_url_path":4986,"living_tariffs_url_path":7,"survey_url_path":4987,"vip_check_url_path":4988,"salary_check_url_path":7},{"id":1042,"title":4990,"short_title":7,"intro_text":8,"url_path":4991,"legacy_locale":4992,"language_code":4669,"ietf_bcp47":4993,"language_name_en":4671,"language_name_local":4672,"country_code":4994,"country_name_en":4995,"country_name_local":4990,"search_tokens":4996,"country_iso_numeric_code":4997,"url_paths":5732,"show_search":1746,"slug":1043},{"occupations_url_path":7,"minimum_wages_url_path":4999,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":5000,"living_wage_publications_url_path":5001,"living_tariffs_url_path":7,"survey_url_path":5002,"vip_check_url_path":5003,"salary_check_url_path":5004},{"id":1603,"title":5006,"short_title":7,"intro_text":8,"url_path":5007,"legacy_locale":5008,"language_code":4669,"ietf_bcp47":5009,"language_name_en":4671,"language_name_local":4672,"country_code":5010,"country_name_en":5011,"country_name_local":5006,"search_tokens":5012,"country_iso_numeric_code":5013,"url_paths":5734,"show_search":1746,"slug":1604},{"occupations_url_path":7,"minimum_wages_url_path":5015,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":5016,"living_tariffs_url_path":7,"survey_url_path":5017,"vip_check_url_path":5018,"salary_check_url_path":7},{"id":1006,"title":5020,"short_title":7,"intro_text":8,"url_path":5021,"legacy_locale":5022,"language_code":5023,"ietf_bcp47":5024,"language_name_en":5025,"language_name_local":5026,"country_code":5027,"country_name_en":5028,"country_name_local":5020,"search_tokens":5029,"country_iso_numeric_code":5030,"url_paths":5736,"show_search":1746,"slug":1007},{"occupations_url_path":7,"minimum_wages_url_path":5032,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":5033,"living_wage_publications_url_path":5034,"living_tariffs_url_path":7,"survey_url_path":7,"vip_check_url_path":5035,"salary_check_url_path":7},{"id":1489,"title":5037,"short_title":7,"intro_text":8,"url_path":5038,"legacy_locale":5039,"language_code":5040,"ietf_bcp47":5041,"language_name_en":5042,"language_name_local":5043,"country_code":5044,"country_name_en":5045,"country_name_local":5037,"search_tokens":5046,"country_iso_numeric_code":5047,"url_paths":5738,"show_search":1746,"slug":1490},{"occupations_url_path":7,"minimum_wages_url_path":5049,"collective_agreements_url_path":5050,"factory_pages_url_path":7,"labour_law_url_path":5051,"living_wage_publications_url_path":5052,"living_tariffs_url_path":7,"survey_url_path":5053,"vip_check_url_path":5054,"salary_check_url_path":5055},{"id":1717,"title":5057,"short_title":7,"intro_text":8,"url_path":5058,"legacy_locale":5059,"language_code":5060,"ietf_bcp47":5061,"language_name_en":5062,"language_name_local":5063,"country_code":5064,"country_name_en":5065,"country_name_local":5066,"search_tokens":5067,"country_iso_numeric_code":5068,"url_paths":5740,"show_search":1746,"slug":1718},{"occupations_url_path":7,"minimum_wages_url_path":5070,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":5071,"living_tariffs_url_path":7,"survey_url_path":7,"vip_check_url_path":7,"salary_check_url_path":7},{"id":1693,"title":5073,"short_title":7,"intro_text":8,"url_path":5074,"legacy_locale":5075,"language_code":5076,"ietf_bcp47":5077,"language_name_en":5078,"language_name_local":5079,"country_code":5080,"country_name_en":5081,"country_name_local":5079,"search_tokens":5082,"country_iso_numeric_code":5083,"url_paths":5742,"show_search":1746,"slug":1694},{"occupations_url_path":7,"minimum_wages_url_path":5085,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":5086,"living_tariffs_url_path":7,"survey_url_path":7,"vip_check_url_path":7,"salary_check_url_path":7},{"id":295,"title":5088,"short_title":7,"intro_text":8,"url_path":5089,"legacy_locale":5090,"language_code":5091,"ietf_bcp47":5092,"language_name_en":5093,"language_name_local":5094,"country_code":5095,"country_name_en":5096,"country_name_local":5088,"search_tokens":5097,"country_iso_numeric_code":5098,"url_paths":5744,"show_search":1746,"slug":296},{"occupations_url_path":7,"minimum_wages_url_path":5100,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":5101,"living_tariffs_url_path":7,"survey_url_path":7,"vip_check_url_path":7,"salary_check_url_path":7},{"id":820,"title":5103,"short_title":7,"intro_text":8,"url_path":5104,"legacy_locale":5105,"language_code":5106,"ietf_bcp47":5107,"language_name_en":5108,"language_name_local":5109,"country_code":5110,"country_name_en":5108,"country_name_local":5111,"search_tokens":5112,"country_iso_numeric_code":5113,"url_paths":5746,"show_search":1746,"slug":821},{"occupations_url_path":7,"minimum_wages_url_path":5115,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":5116,"living_wage_publications_url_path":5117,"living_tariffs_url_path":7,"survey_url_path":5118,"vip_check_url_path":7,"salary_check_url_path":5119},{"id":1234,"title":5121,"short_title":7,"intro_text":8,"url_path":5122,"legacy_locale":5123,"language_code":5124,"ietf_bcp47":5125,"language_name_en":5126,"language_name_local":5127,"country_code":5128,"country_name_en":5129,"country_name_local":5121,"search_tokens":5130,"country_iso_numeric_code":5131,"url_paths":5748,"show_search":1746,"slug":1235},{"occupations_url_path":7,"minimum_wages_url_path":5133,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":5134,"living_tariffs_url_path":7,"survey_url_path":5135,"vip_check_url_path":5136,"salary_check_url_path":5137},{"id":1591,"title":5139,"short_title":7,"intro_text":8,"url_path":5140,"legacy_locale":5141,"language_code":5142,"ietf_bcp47":5143,"language_name_en":5144,"language_name_local":5145,"country_code":2472,"country_name_en":2468,"country_name_local":5139,"search_tokens":5146,"country_iso_numeric_code":2474,"url_paths":5750,"show_search":1746,"slug":1592},{"occupations_url_path":7,"minimum_wages_url_path":5148,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":5149,"living_wage_publications_url_path":5150,"living_tariffs_url_path":7,"survey_url_path":5151,"vip_check_url_path":7,"salary_check_url_path":7},{"id":922,"title":5153,"short_title":7,"intro_text":8,"url_path":5154,"legacy_locale":5155,"language_code":5156,"ietf_bcp47":5157,"language_name_en":5158,"language_name_local":5158,"country_code":2097,"country_name_en":2091,"country_name_local":5159,"search_tokens":5160,"country_iso_numeric_code":2099,"url_paths":5752,"show_search":1746,"slug":923},{"occupations_url_path":7,"minimum_wages_url_path":5162,"collective_agreements_url_path":5163,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":5164,"living_tariffs_url_path":7,"survey_url_path":5165,"vip_check_url_path":5166,"salary_check_url_path":5167},{"id":1096,"title":5169,"short_title":7,"intro_text":8,"url_path":5170,"legacy_locale":5171,"language_code":5172,"ietf_bcp47":5173,"language_name_en":5174,"language_name_local":5175,"country_code":5176,"country_name_en":5177,"country_name_local":5178,"search_tokens":5179,"country_iso_numeric_code":5180,"url_paths":5754,"show_search":1746,"slug":1097},{"occupations_url_path":7,"minimum_wages_url_path":5182,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":5183,"living_wage_publications_url_path":5184,"living_tariffs_url_path":7,"survey_url_path":5185,"vip_check_url_path":5186,"salary_check_url_path":5187},{"id":1078,"title":5189,"short_title":7,"intro_text":8,"url_path":5190,"legacy_locale":5191,"language_code":5172,"ietf_bcp47":5192,"language_name_en":5193,"language_name_local":5175,"country_code":3817,"country_name_en":3813,"country_name_local":5189,"search_tokens":5194,"country_iso_numeric_code":3819,"url_paths":5756,"show_search":1746,"slug":1079},{"occupations_url_path":7,"minimum_wages_url_path":5196,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":5197,"living_tariffs_url_path":7,"survey_url_path":5198,"vip_check_url_path":5199,"salary_check_url_path":5200},{"id":1495,"title":5202,"short_title":7,"intro_text":8,"url_path":5203,"legacy_locale":5204,"language_code":5205,"ietf_bcp47":5206,"language_name_en":5207,"language_name_local":5208,"country_code":5209,"country_name_en":5210,"country_name_local":5202,"search_tokens":5211,"country_iso_numeric_code":5212,"url_paths":5758,"show_search":1746,"slug":1496},{"occupations_url_path":7,"minimum_wages_url_path":5214,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":5215,"living_wage_publications_url_path":5216,"living_tariffs_url_path":7,"survey_url_path":5217,"vip_check_url_path":5218,"salary_check_url_path":5219},{"id":1048,"title":5221,"short_title":7,"intro_text":8,"url_path":5222,"legacy_locale":5223,"language_code":5172,"ietf_bcp47":5224,"language_name_en":5193,"language_name_local":5175,"country_code":5225,"country_name_en":5226,"country_name_local":5227,"search_tokens":5228,"country_iso_numeric_code":5229,"url_paths":5760,"show_search":1746,"slug":1049},{"occupations_url_path":7,"minimum_wages_url_path":5231,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":5232,"living_tariffs_url_path":7,"survey_url_path":7,"vip_check_url_path":7,"salary_check_url_path":7},{"id":988,"title":5234,"short_title":7,"intro_text":8,"url_path":5235,"legacy_locale":5236,"language_code":5172,"ietf_bcp47":5237,"language_name_en":5193,"language_name_local":5175,"country_code":5238,"country_name_en":5239,"country_name_local":5240,"search_tokens":5241,"country_iso_numeric_code":5242,"url_paths":5762,"show_search":1746,"slug":989},{"occupations_url_path":7,"minimum_wages_url_path":5244,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":5245,"living_tariffs_url_path":7,"survey_url_path":7,"vip_check_url_path":5246,"salary_check_url_path":7},{"id":1012,"title":5248,"short_title":7,"intro_text":8,"url_path":5249,"legacy_locale":5250,"language_code":5172,"ietf_bcp47":5251,"language_name_en":5193,"language_name_local":5175,"country_code":5252,"country_name_en":5253,"country_name_local":5254,"search_tokens":5255,"country_iso_numeric_code":5256,"url_paths":5764,"show_search":1746,"slug":1013},{"occupations_url_path":7,"minimum_wages_url_path":5258,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":5259,"living_wage_publications_url_path":5260,"living_tariffs_url_path":7,"survey_url_path":7,"vip_check_url_path":5261,"salary_check_url_path":7},{"id":1210,"title":5263,"short_title":7,"intro_text":8,"url_path":5264,"legacy_locale":5265,"language_code":5266,"ietf_bcp47":5267,"language_name_en":5268,"language_name_local":5269,"country_code":5270,"country_name_en":5271,"country_name_local":5263,"search_tokens":5272,"country_iso_numeric_code":5273,"url_paths":5766,"show_search":1746,"slug":1211},{"occupations_url_path":7,"minimum_wages_url_path":5275,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":5276,"living_wage_publications_url_path":5277,"living_tariffs_url_path":7,"survey_url_path":5278,"vip_check_url_path":5279,"salary_check_url_path":5280},{"id":1198,"title":5282,"short_title":7,"intro_text":8,"url_path":5283,"legacy_locale":5284,"language_code":5266,"ietf_bcp47":5285,"language_name_en":5268,"language_name_local":5269,"country_code":5286,"country_name_en":5287,"country_name_local":5282,"search_tokens":5288,"country_iso_numeric_code":5289,"url_paths":5768,"show_search":1746,"slug":1199},{"occupations_url_path":7,"minimum_wages_url_path":5291,"collective_agreements_url_path":7,"factory_pages_url_path":7,"labour_law_url_path":7,"living_wage_publications_url_path":7,"living_tariffs_url_path":7,"survey_url_path":7,"vip_check_url_path":7,"salary_check_url_path":7},{"variant":43,"cta":5770,"content":5779,"legal_links":5834},{"title":5771,"description":5772,"cta_buttons":5773},"More about WageIndicator","Get in touch with the WageIndicator team and learn more about our work",[5774,5777],{"title":5775,"link":219,"link_description":5776},"Read more","Go to the about us page",{"title":286,"link":47,"link_description":5778},"Go to the contact form",{"title":5780,"slogan":5781,"description":5782,"links_column":5783},"WageIndicator Foundation","Data that works.","WageIndicator Foundation is a global, independent, non-profit organisation that collects, compares and shares information on Minimum Wages, Living Wages, Living Tariff and Living Income, Wages and Salaries, Labour Laws, Collective Agreements, Gig- and Platform work worldwide. We started in 2000 and are now active in 208 countries and territories.",[5784,5798,5806,5814],{"title":5785,"links":5786,"block_type":5797},"Work & Data",[5787,5789,5790,5792,5793,5795],{"title":18,"url":66,"description":18,"icon":7,"rel":5788},"nofollow",{"title":97,"url":98,"description":97,"icon":7,"rel":5788},{"title":5791,"url":122,"description":5791,"icon":7,"rel":5788},"Salary Check",{"title":137,"url":138,"description":137,"icon":7,"rel":5788},{"title":5794,"url":150,"description":5794,"icon":7,"rel":5788},"Collective Agreements",{"title":5796,"url":183,"description":5796,"icon":7,"rel":5788},"Data & Services","links",{"title":5799,"links":5800,"block_type":5797},"Latest",[5801,5802,5803,5805],{"title":194,"url":195,"description":194,"icon":7,"rel":5788},{"title":198,"url":199,"description":198,"icon":7,"rel":5788},{"title":5804,"url":211,"description":5804,"icon":7,"rel":5788},"News",{"title":202,"url":203,"description":202,"icon":7,"rel":5788},{"title":218,"links":5807,"block_type":5797},[5808,5810,5812,5813],{"title":5809,"url":223,"description":5809,"icon":7,"rel":5788},"Who We Are",{"title":5811,"url":239,"description":5811,"icon":7,"rel":5788},"Work With Us",{"title":262,"url":263,"description":262,"icon":7,"rel":5788},{"title":282,"url":283,"description":282,"icon":7,"rel":5788},{"title":5815,"links":5816,"block_type":5833},"Connect With Us",[5817,5821,5825,5829],{"title":5818,"url":5819,"description":5818,"icon":5820,"rel":5788},"Facebook","https:\u002F\u002Fwww.facebook.com\u002FWageIndicator","facebook",{"title":5822,"url":5823,"description":5822,"icon":5824,"rel":5788},"Instagram","https:\u002F\u002Fwww.instagram.com\u002Fwageindicator\u002F","instagram",{"title":5826,"url":5827,"description":5826,"icon":5828,"rel":5788},"Linkedin","https:\u002F\u002Fwww.linkedin.com\u002Fcompany\u002Fwageindicator","linkedin",{"title":5830,"url":5831,"description":5830,"icon":5832,"rel":5788},"Youtube","https:\u002F\u002Fwww.youtube.com\u002Fchannel\u002FUCe3QvSBODMdSyy-yrkB_HJQ","youtube","social_links",[5835,5837,5839,5842,5844],{"title":5836,"url":279,"description":5836,"icon":7,"rel":5788},"Privacy Policy",{"title":5838,"url":279,"description":5838,"icon":7,"rel":5788},"Cookies Statement",{"title":5840,"url":5841,"description":5840,"icon":7,"rel":5788},"Terms & Conditions","\u002Fabout\u002Fpolicies\u002Fwebsite-terms-conditions",{"title":5843,"url":279,"description":5843,"icon":7,"rel":5788},"Accessibility",{"title":5845,"url":60,"description":5845,"icon":7,"rel":5788},"Powered by the WageIndicator Foundation",[5847,5848,5849],{"id":431,"title":2754,"short_title":7,"intro_text":8,"url_path":2755,"legacy_locale":2756,"language_code":2757,"ietf_bcp47":2758,"language_name_en":2759,"language_name_local":2759,"country_code":2760,"country_name_en":2754,"country_name_local":2754,"search_tokens":2761,"country_iso_numeric_code":2762,"url_paths":7,"show_search":1746},{"id":1132,"title":2799,"short_title":7,"intro_text":8,"url_path":2800,"legacy_locale":2801,"language_code":2802,"ietf_bcp47":2803,"language_name_en":2804,"language_name_local":2805,"country_code":2806,"country_name_en":2807,"country_name_local":2799,"search_tokens":2808,"country_iso_numeric_code":2809,"url_paths":7,"show_search":1746},{"id":1270,"title":3293,"short_title":3294,"intro_text":8,"url_path":3295,"legacy_locale":3296,"language_code":1802,"ietf_bcp47":3297,"language_name_en":1804,"language_name_local":1805,"country_code":3298,"country_name_en":3299,"country_name_local":3293,"search_tokens":3300,"country_iso_numeric_code":3301,"url_paths":7,"show_search":1746},{"variant":43,"cta":5851,"content":5855,"legal_links":5883},{"title":5771,"description":5772,"cta_buttons":5852},[5853,5854],{"title":5775,"link":219,"link_description":5776},{"title":286,"link":47,"link_description":5778},{"title":5780,"slogan":5781,"description":5782,"links_column":5856},[5857,5865,5871,5877],{"title":5785,"links":5858,"block_type":5797},[5859,5860,5861,5862,5863,5864],{"title":18,"url":66,"description":18,"icon":7,"rel":5788},{"title":97,"url":98,"description":97,"icon":7,"rel":5788},{"title":5791,"url":122,"description":5791,"icon":7,"rel":5788},{"title":137,"url":138,"description":137,"icon":7,"rel":5788},{"title":5794,"url":150,"description":5794,"icon":7,"rel":5788},{"title":5796,"url":183,"description":5796,"icon":7,"rel":5788},{"title":5799,"links":5866,"block_type":5797},[5867,5868,5869,5870],{"title":194,"url":195,"description":194,"icon":7,"rel":5788},{"title":198,"url":199,"description":198,"icon":7,"rel":5788},{"title":5804,"url":211,"description":5804,"icon":7,"rel":5788},{"title":202,"url":203,"description":202,"icon":7,"rel":5788},{"title":218,"links":5872,"block_type":5797},[5873,5874,5875,5876],{"title":5809,"url":223,"description":5809,"icon":7,"rel":5788},{"title":5811,"url":239,"description":5811,"icon":7,"rel":5788},{"title":262,"url":263,"description":262,"icon":7,"rel":5788},{"title":282,"url":283,"description":282,"icon":7,"rel":5788},{"title":5815,"links":5878,"block_type":5833},[5879,5880,5881,5882],{"title":5818,"url":5819,"description":5818,"icon":5820,"rel":5788},{"title":5822,"url":5823,"description":5822,"icon":5824,"rel":5788},{"title":5826,"url":5827,"description":5826,"icon":5828,"rel":5788},{"title":5830,"url":5831,"description":5830,"icon":5832,"rel":5788},[5884,5885,5886,5887,5888],{"title":5836,"url":279,"description":5836,"icon":7,"rel":5788},{"title":5838,"url":279,"description":5838,"icon":7,"rel":5788},{"title":5840,"url":5841,"description":5840,"icon":7,"rel":5788},{"title":5843,"url":279,"description":5843,"icon":7,"rel":5788},{"title":5845,"url":60,"description":5845,"icon":7,"rel":5788}]