Edit in JSFiddle

document.addEventListener("DOMContentLoaded", function() {
  
  var defaultFieldWidth = 160;
  
  var grid = new FancyGrid({
    renderTo: 'container',
    width: 850,
    height: 650,
    theme: 'extra-gray',
    selModel: 'rows',
    trackOver: true,
    filter: true,
    data: data,
    header: false,
    nativeScroller: true,
    tbar: [{
      type: 'string',
      width: 200,
      emptyText: 'Search',
      events: [{
        change: function(field, value){
          grid.addFilter('position', value, '*');
        }
      }]
    },{
      type: 'combo',
      width: defaultFieldWidth,
      emptyText: 'Teams',
      multiSelect: true,
      itemCheckBox: true,
      editable: false,
      data: ["Administrative","Business Development","Business Operations","Central Operations","Communications","Data Science","Design","Developer Experience","Engineering","Finance","Financial Crimes","Financial Partnerships","Internal Systems","Legal","Marketing","Payment System Interfaces","People","Product Management","Risk","Sales","User Operations"],
      events: [{
        change: function(field, values){
          var _values = [];
        
          values.forEach((value, i)=>{
            _values[i] = field.data[value].text;
          });
          
          if(_values.length === 0){
             grid.clearFilter('team');
          }
          else{
            grid.addFilter('team', _values, '=');
          }
        }
      }]
    },{
      type: 'combo',
      width: defaultFieldWidth,
      emptyText: 'Location',
      multiSelect: true,
      itemCheckBox: true,
      editable: false,
      data: ["Amsterdam", "Berlin", "Chicago", "Dublin", "London", "Melbourne", "Mexico City", "New York City", "Paris", "Remote", "San Francisco", "Seattle", "Singapore", "Stockholm", "Sao Paulo", "Tokyo"],
      events: [{
        change: function(field, values){
          var _values = [];
        
          values.forEach((value, i)=>{
            _values[i] = field.data[value].text;
          });
          
          if(_values.length === 0){
             grid.clearFilter('city');
          }
          else{
            grid.addFilter('city', _values, '=');
          }
        }
      }]
    },{
      type: 'combo',
      width: defaultFieldWidth,
      multiSelect: true,
      itemCheckBox: true,
      editable: false,
      subSearch: false,
      data: ['Fixed term', 'Full time', 'Internship'],
      emptyText: 'Type',
      events: [{
        change: function(field, values){
          var _values = [];
        
          values.forEach((value, i)=>{
            _values[i] = field.data[value].text;
          });
          
          if(_values.length === 0){
             grid.clearFilter('type');
          }
          else{
            grid.addFilter('type', _values, '=');
          }
        }
      }]
    }],
    defaults: {
      resizable: true,
      sortable: true,
      flex: 1,
      cellAlign: 'left'
    },
    columns: [{
      index: 'position',
	    title: 'Position',
	    type: 'string'
    },{
      index: 'team',
	    title: 'Team',
	    type: 'string'
    },{
      index: 'city',
	    title: 'Location',
	    type: 'string'
    },{
      index: 'country',
      hidden: true,
	    title: 'Country',
	    type: 'string'
    },{
      index: 'type',
      hidden: true,
	    title: 'Type',
	    type: 'string'
    }]
  });
  
});


var data = [{
    "position": "Account Associate",
    "team": "Sales",
    "city": "Chicago",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Account Executive - China",
    "team": "Sales",
    "city": "Singapore",
    "country": "Singapore",
    "type": "Full time"
  },
  {
    "position": "Account Executive - Growth",
    "team": "Sales",
    "city": "Melbourne",
    "country": "Australia",
    "type": "Full time"
  },
  {
    "position": "Account Executive, Enterprise",
    "team": "Sales",
    "city": "New York City",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Account Executive, Enterprise",
    "team": "Sales",
    "city": "San Francisco",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Account Executive, Growth ",
    "team": "Sales",
    "city": "New York City",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Account Executive, Product (Enterprise)",
    "team": "Sales",
    "city": "New York City",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Account Executive, Product (Enterprise)",
    "team": "Sales",
    "city": "San Francisco",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Account Executive, Product (Growth)",
    "team": "Sales",
    "city": "New York City",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Account Executive, Product (Growth)",
    "team": "Sales",
    "city": "San Francisco",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Account Executive, UKI",
    "team": "Sales",
    "city": "Dublin",
    "country": "Ireland",
    "type": "Full time"
  },
  {
    "position": "Account Manager, Growth",
    "team": "Sales",
    "city": "San Francisco",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Administrative Business Partner",
    "team": "Administrative",
    "city": "San Francisco",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Android Engineer, Stripe Terminal",
    "team": "Engineering",
    "city": "Remote",
    "country": "Remote",
    "type": "Full time"
  },
  {
    "position": "Android Engineer, Stripe Terminal",
    "team": "Engineering",
    "city": "Seattle",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "APAC Communications Lead",
    "team": "Communications",
    "city": "Singapore",
    "country": "Singapore",
    "type": "Full time"
  },
  {
    "position": "Application Security, Design and Partnership",
    "team": "Engineering",
    "city": "Remote",
    "country": "Remote",
    "type": "Full time"
  },
  {
    "position": "Application Security, Design and Partnership",
    "team": "Engineering",
    "city": "San Francisco",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Application Security, Insight and Assessment",
    "team": "Engineering",
    "city": "Remote",
    "country": "Remote",
    "type": "Full time"
  },
  {
    "position": "Application Security, Insight and Assessment",
    "team": "Engineering",
    "city": "San Francisco",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Backend / API Engineer, Emerging Business",
    "team": "Engineering",
    "city": "Amsterdam",
    "country": "Netherlands",
    "type": "Full time"
  },
  {
    "position": "Backend / API Engineer, Emerging Business",
    "team": "Engineering",
    "city": "Berlin",
    "country": "Germany",
    "type": "Full time"
  },
  {
    "position": "Backend / API Engineer, Emerging Business",
    "team": "Engineering",
    "city": "Dublin",
    "country": "Ireland",
    "type": "Full time"
  },
  {
    "position": "Backend / API Engineer, Emerging Business",
    "team": "Engineering",
    "city": "London",
    "country": "UK",
    "type": "Full time"
  },
  {
    "position": "Backend / API Engineer, Emerging Business",
    "team": "Engineering",
    "city": "Stockholm",
    "country": "Sweden",
    "type": "Full time"
  },
  {
    "position": "Backend / API Engineer, Financial Products",
    "team": "Engineering",
    "city": "San Francisco",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Backend / API Engineer, Global",
    "team": "Engineering",
    "city": "Dublin",
    "country": "Ireland",
    "type": "Full time"
  },
  {
    "position": "Backend / API Engineer, Global",
    "team": "Engineering",
    "city": "London",
    "country": "UK",
    "type": "Full time"
  },
  {
    "position": "Backend / API Engineer, LATAM",
    "team": "Engineering",
    "city": "Mexico City",
    "country": "Mexico",
    "type": "Full time"
  },
  {
    "position": "Backend / API Engineer, Reliability Tooling ",
    "team": "Engineering",
    "city": "Remote",
    "country": "Remote",
    "type": "Full time"
  },
  {
    "position": "Backend / API Engineer, Reliability Tooling ",
    "team": "Engineering",
    "city": "San Francisco",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Backend / API Engineer, Reliability Tooling ",
    "team": "Engineering",
    "city": "Seattle",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Backend / API Engineer, Signals Crawling",
    "team": "Engineering",
    "city": "Seattle",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Backend Engineer, Financial Data",
    "team": "Engineering",
    "city": "San Francisco",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Backend Engineer, Japan",
    "team": "Engineering",
    "city": "Tokyo",
    "country": "Japan",
    "type": "Full time"
  },
  {
    "position": "Backend Engineer, Terminal Foundation",
    "team": "Engineering",
    "city": "Remote",
    "country": "Remote",
    "type": "Full time"
  },
  {
    "position": "Backend Engineer, Terminal Foundation",
    "team": "Engineering",
    "city": "San Francisco",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Backend Engineer, User Security",
    "team": "Engineering",
    "city": "Remote",
    "country": "Remote",
    "type": "Full time"
  },
  {
    "position": "Backend/API Engineer, Payment - Singapore",
    "team": "Engineering",
    "city": "Singapore",
    "country": "Singapore",
    "type": "Full time"
  },
  {
    "position": "Backend/API Engineer, Reliability Patterns & Practices",
    "team": "Engineering",
    "city": "Remote",
    "country": "Remote",
    "type": "Full time"
  },
  {
    "position": "Backend/API Engineer, Reliability Patterns & Practices",
    "team": "Engineering",
    "city": "Seattle",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Banking & Financial Products Counsel",
    "team": "Legal",
    "city": "San Francisco",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Billing Operations Analyst",
    "team": "Finance",
    "city": "Seattle",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Business Operations",
    "team": "Business Operations",
    "city": "San Francisco",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Business Operations, EMEA",
    "team": "Business Operations",
    "city": "Dublin",
    "country": "Ireland",
    "type": "Full time"
  },
  {
    "position": "Business Operations, EMEA",
    "team": "Business Operations",
    "city": "London",
    "country": "UK",
    "type": "Full time"
  },
  {
    "position": "CEU Go-to-Market Partner Manager",
    "team": "Sales",
    "city": "Berlin",
    "country": "Germany",
    "type": "Full time"
  },
  {
    "position": "CEU Go-to-Market Partner Manager",
    "team": "Sales",
    "city": "Paris",
    "country": "France",
    "type": "Full time"
  },
  {
    "position": "Commerce and Marketplace Partnerships Lead",
    "team": "Business Development",
    "city": "San Francisco",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Commerce and Marketplace Partnerships Lead",
    "team": "Business Development",
    "city": "Seattle",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Commercial Counsel",
    "team": "Legal",
    "city": "San Francisco",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Commercial Counsel",
    "team": "Legal",
    "city": "Seattle",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Compliance Officer, EMEA",
    "team": "Legal",
    "city": "Dublin",
    "country": "Ireland",
    "type": "Full time"
  },
  {
    "position": "Compliance Officer, EMEA",
    "team": "Legal",
    "city": "London",
    "country": "UK",
    "type": "Full time"
  },
  {
    "position": "Controller, LATAM",
    "team": "Finance",
    "city": "Sao Paulo",
    "country": "Brazil",
    "type": "Full time"
  },
  {
    "position": "Corporate Communications",
    "team": "Communications",
    "city": "Chicago",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Corporate Communications",
    "team": "Communications",
    "city": "New York City",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Corporate Communications",
    "team": "Communications",
    "city": "San Francisco",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Corporate Communications",
    "team": "Communications",
    "city": "Seattle",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Corporate Finance and Capital Markets Lead",
    "team": "Finance",
    "city": "San Francisco",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Country Lead - Greater China ",
    "team": "Sales",
    "city": "Singapore",
    "country": "Singapore",
    "type": "Full time"
  },
  {
    "position": "Credit Risk Strategist",
    "team": "Risk",
    "city": "Chicago",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Credit Risk Strategist",
    "team": "Risk",
    "city": "New York City",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Credit Risk Strategist",
    "team": "Risk",
    "city": "San Francisco",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Data Infrastructure Engineer, Foundation",
    "team": "Engineering",
    "city": "Remote",
    "country": "Remote",
    "type": "Full time"
  },
  {
    "position": "Data Infrastructure Engineer, Foundation",
    "team": "Engineering",
    "city": "San Francisco",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Data Science Engineer",
    "team": "Data Science",
    "city": "San Francisco",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Data Science Manager, Connect",
    "team": "Data Science",
    "city": "Seattle",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Data Science Manager, Payment Acceptance -  USA",
    "team": "Data Science",
    "city": "San Francisco",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Data Scientist, Developer Experience",
    "team": "Data Science",
    "city": "San Francisco",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Data Scientist, Developer Experience",
    "team": "Data Science",
    "city": "Seattle",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Data Scientist, Radar",
    "team": "Data Science",
    "city": "San Francisco",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Data Scientist, Radar",
    "team": "Data Science",
    "city": "Seattle",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Designer, Web Presence",
    "team": "Design",
    "city": "New York City",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Designer, Web Presence",
    "team": "Design",
    "city": "Remote",
    "country": "Remote",
    "type": "Full time"
  },
  {
    "position": "Designer, Web Presence",
    "team": "Design",
    "city": "San Francisco",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Designer, Web Presence",
    "team": "Design",
    "city": "Seattle",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Developer Support Engineer - West Coast",
    "team": "Developer Experience",
    "city": "Remote",
    "country": "Remote",
    "type": "Full time"
  },
  {
    "position": "Developer Support Engineer - West Coast",
    "team": "Developer Experience",
    "city": "San Francisco",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "EMEA Business Operations - Market Entry",
    "team": "Business Operations",
    "city": "Dublin",
    "country": "Ireland",
    "type": "Full time"
  },
  {
    "position": "EMEA Business Operations - Market Entry",
    "team": "Business Operations",
    "city": "London",
    "country": "UK",
    "type": "Full time"
  },
  {
    "position": "EMEA Network & Issuer Partnerships (Lead)",
    "team": "Business Development",
    "city": "London",
    "country": "UK",
    "type": "Full time"
  },
  {
    "position": "EMEA Premium Services Manager",
    "team": "User Operations",
    "city": "Dublin",
    "country": "Ireland",
    "type": "Full time"
  },
  {
    "position": "EMEA Risk Partnerships Strategist",
    "team": "Risk",
    "city": "Dublin",
    "country": "Ireland",
    "type": "Full time"
  },
  {
    "position": "EMEA Risk Partnerships Strategist",
    "team": "Risk",
    "city": "London",
    "country": "UK",
    "type": "Full time"
  },
  {
    "position": "Employment Counsel",
    "team": "Legal",
    "city": "Remote",
    "country": "Remote",
    "type": "Full time"
  },
  {
    "position": "Employment Counsel",
    "team": "Legal",
    "city": "San Francisco",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Employment Counsel",
    "team": "Legal",
    "city": "Seattle",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Engineering Manager of Managers, Terminal Platform",
    "team": "Engineering",
    "city": "Remote",
    "country": "Remote",
    "type": "Full time"
  },
  {
    "position": "Engineering Manager of Managers, Terminal Platform",
    "team": "Engineering",
    "city": "San Francisco",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Engineering Manager of Managers, Terminal Platform",
    "team": "Engineering",
    "city": "Seattle",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Engineering Manager of Managers, UX Platform",
    "team": "Engineering",
    "city": "Seattle",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Engineering Manager, APAC",
    "team": "Engineering",
    "city": "Singapore",
    "country": "Singapore",
    "type": "Full time"
  },
  {
    "position": "Engineering Manager, Async Processing",
    "team": "Engineering",
    "city": "San Francisco",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Engineering Manager, Checkout",
    "team": "Engineering",
    "city": "New York City",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Engineering Manager, Connect",
    "team": "Engineering",
    "city": "San Francisco",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Engineering Manager, Developer Productivity",
    "team": "Engineering",
    "city": "San Francisco",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Engineering Manager, Emerging Business",
    "team": "Engineering",
    "city": "Dublin",
    "country": "Ireland",
    "type": "Full time"
  },
  {
    "position": "Engineering Manager, Global",
    "team": "Engineering",
    "city": "Dublin",
    "country": "Ireland",
    "type": "Full time"
  },
  {
    "position": "Engineering Manager, Merchant Forecasting",
    "team": "Engineering",
    "city": "Remote",
    "country": "Remote",
    "type": "Full time"
  },
  {
    "position": "Engineering Manager, Merchant Forecasting",
    "team": "Engineering",
    "city": "San Francisco",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Engineering Manager, Merchant Forecasting",
    "team": "Engineering",
    "city": "Seattle",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Engineering Manager, Merchant Fraud Modeling",
    "team": "Engineering",
    "city": "San Francisco",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Engineering Manager, New Financial Products",
    "team": "Engineering",
    "city": "New York City",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Engineering Manager, Payments Infrastructure",
    "team": "Engineering",
    "city": "San Francisco",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Engineering Manager, Reader Platform",
    "team": "Engineering",
    "city": "Seattle",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Engineering Manager, Revenue Platform",
    "team": "Engineering",
    "city": "San Francisco",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Engineering Manager, Review Platform",
    "team": "Engineering",
    "city": "San Francisco",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Engineering Manager, Subscriptions",
    "team": "Engineering",
    "city": "San Francisco",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Engineering Manager, Web Application Platform",
    "team": "Engineering",
    "city": "Seattle",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Enterprise Support Specialist",
    "team": "User Operations",
    "city": "Dublin",
    "country": "Ireland",
    "type": "Full time"
  },
  {
    "position": "Enterprise Support Specialist",
    "team": "User Operations",
    "city": "Seattle",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "ETL Engineer",
    "team": "Internal Systems",
    "city": "San Francisco",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "ETL Engineer",
    "team": "Internal Systems",
    "city": "Seattle",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Finance & Strategy Platform and Infrastructure Lead",
    "team": "Finance",
    "city": "San Francisco",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Finance & Strategy Platform and Infrastructure Lead",
    "team": "Finance",
    "city": "Seattle",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Finance & Strategy, Deal Pricing Partner",
    "team": "Finance",
    "city": "San Francisco",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Finance & Strategy, Deal Pricing Partner",
    "team": "Finance",
    "city": "Seattle",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Finance & Strategy, LATAM",
    "team": "Finance",
    "city": "Mexico City",
    "country": "Mexico",
    "type": "Full time"
  },
  {
    "position": "Financial Accountant",
    "team": "Finance",
    "city": "San Francisco",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Financial Accountant",
    "team": "Finance",
    "city": "Seattle",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Financial Crimes Compliance Officer - APAC",
    "team": "Financial Crimes",
    "city": "Melbourne",
    "country": "Australia",
    "type": "Full time"
  },
  {
    "position": "Financial Crimes Compliance Officer - APAC",
    "team": "Financial Crimes",
    "city": "San Francisco",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Financial Crimes Compliance Officer - APAC",
    "team": "Financial Crimes",
    "city": "Singapore",
    "country": "Singapore",
    "type": "Full time"
  },
  {
    "position": "Financial Crimes Compliance Officer, EMEA",
    "team": "Financial Crimes",
    "city": "Dublin",
    "country": "Ireland",
    "type": "Full time"
  },
  {
    "position": "Financial Crimes Manager",
    "team": "Financial Crimes",
    "city": "San Francisco",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Fraud Manager, Risk Intelligence & Operations ",
    "team": "Risk",
    "city": "Seattle",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Frontend Engineer, Payments Product",
    "team": "Engineering",
    "city": "Remote",
    "country": "Remote",
    "type": "Full time"
  },
  {
    "position": "Frontend Engineer, Payments Product",
    "team": "Engineering",
    "city": "Seattle",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Full Stack Engineer, Emerging Business",
    "team": "Engineering",
    "city": "Amsterdam",
    "country": "Netherlands",
    "type": "Full time"
  },
  {
    "position": "Full Stack Engineer, Emerging Business",
    "team": "Engineering",
    "city": "Berlin",
    "country": "Germany",
    "type": "Full time"
  },
  {
    "position": "Full Stack Engineer, Emerging Business",
    "team": "Engineering",
    "city": "Dublin",
    "country": "Ireland",
    "type": "Full time"
  },
  {
    "position": "Full Stack Engineer, Emerging Business",
    "team": "Engineering",
    "city": "London",
    "country": "UK",
    "type": "Full time"
  },
  {
    "position": "Full Stack Engineer, Emerging Business",
    "team": "Engineering",
    "city": "Stockholm",
    "country": "Sweden",
    "type": "Full time"
  },
  {
    "position": "Full Stack Engineer, Financial Products",
    "team": "Engineering",
    "city": "New York City",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Full Stack Engineer, Financial Products",
    "team": "Engineering",
    "city": "San Francisco",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Full Stack Engineer, Payments Product",
    "team": "Engineering",
    "city": "Remote",
    "country": "Remote",
    "type": "Full time"
  },
  {
    "position": "Full Stack Engineer, Payments Product",
    "team": "Engineering",
    "city": "San Francisco",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Full Stack Engineer, Payments Product",
    "team": "Engineering",
    "city": "Seattle",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Full Stack Engineer, Review Flows",
    "team": "Engineering",
    "city": "Seattle",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Global Finance Analyst",
    "team": "Finance",
    "city": "Singapore",
    "country": "Singapore",
    "type": "Full time"
  },
  {
    "position": "Global Sales Lead, HR Business Partners",
    "team": "People",
    "city": "San Francisco",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Head of Brand Design",
    "team": "Design",
    "city": "San Francisco",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Head of Compliance & Chief Risk Officer, EMEA ",
    "team": "Legal",
    "city": "Dublin",
    "country": "Ireland",
    "type": "Full time"
  },
  {
    "position": "Head of Demand Journeys",
    "team": "Marketing",
    "city": "San Francisco",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Head of Demand Journeys",
    "team": "Marketing",
    "city": "Seattle",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Head of Finance Technology",
    "team": "Internal Systems",
    "city": "San Francisco",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Head of People Technology",
    "team": "Internal Systems",
    "city": "San Francisco",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Head of People Technology",
    "team": "Internal Systems",
    "city": "Seattle",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Head of Product, Dashboard",
    "team": "Product Management",
    "city": "San Francisco",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Head of SMB User Operations APAC",
    "team": "User Operations",
    "city": "Singapore",
    "country": "Singapore",
    "type": "Full time"
  },
  {
    "position": "HR Business Partner",
    "team": "People",
    "city": "Dublin",
    "country": "Ireland",
    "type": "Full time"
  },
  {
    "position": "HR Business Partner",
    "team": "People",
    "city": "London",
    "country": "UK",
    "type": "Full time"
  },
  {
    "position": "HR Specialist",
    "team": "People",
    "city": "New York City",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "HR Specialist",
    "team": "People",
    "city": "San Francisco",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "HR Specialist",
    "team": "People",
    "city": "Seattle",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Implementation Program Manager",
    "team": "Sales",
    "city": "New York City",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Implementation Program Manager",
    "team": "Sales",
    "city": "San Francisco",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Infrastructure Engineer, Developer Tools",
    "team": "Engineering",
    "city": "Berlin",
    "country": "Germany",
    "type": "Full time"
  },
  {
    "position": "Infrastructure Engineer, Developer Tools",
    "team": "Engineering",
    "city": "Dublin",
    "country": "Ireland",
    "type": "Full time"
  },
  {
    "position": "Infrastructure Engineer, Developer Tools",
    "team": "Engineering",
    "city": "Stockholm",
    "country": "Sweden",
    "type": "Full time"
  },
  {
    "position": "Infrastructure Engineer, Foundation",
    "team": "Engineering",
    "city": "Remote",
    "country": "Remote",
    "type": "Full time"
  },
  {
    "position": "Infrastructure Engineer, Foundation",
    "team": "Engineering",
    "city": "San Francisco",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Infrastructure Engineer, Foundation",
    "team": "Engineering",
    "city": "Seattle",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Insights Analyst",
    "team": "User Operations",
    "city": "Dublin",
    "country": "Ireland",
    "type": "Full time"
  },
  {
    "position": "Integration Engineer",
    "team": "Sales",
    "city": "Chicago",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Integration Engineer",
    "team": "Sales",
    "city": "New York City",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Integration Engineer",
    "team": "Sales",
    "city": "Remote",
    "country": "Remote",
    "type": "Full time"
  },
  {
    "position": "Integration Engineer",
    "team": "Sales",
    "city": "San Francisco",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Integration Engineer",
    "team": "Sales",
    "city": "Seattle",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Integration Engineering Lead EMEA",
    "team": "Sales",
    "city": "Dublin",
    "country": "Ireland",
    "type": "Full time"
  },
  {
    "position": "Integration Engineering Lead EMEA",
    "team": "Engineering",
    "city": "Dublin",
    "country": "Ireland",
    "type": "Full time"
  },
  {
    "position": "Integration Engineering Lead EMEA",
    "team": "Sales",
    "city": "London",
    "country": "UK",
    "type": "Full time"
  },
  {
    "position": "Integration Engineering Lead EMEA",
    "team": "Engineering",
    "city": "London",
    "country": "UK",
    "type": "Full time"
  },
  {
    "position": "Lead Commercial Counsel - North America",
    "team": "Legal",
    "city": "San Francisco",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Lead Commercial Counsel - North America",
    "team": "Legal",
    "city": "Seattle",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Leadership Recruiting Coordinator",
    "type": "Fixed term",
    "team": "People",
    "city": "New York City",
    "country": "USA"
  },
  {
    "position": "Legal Operations - Process and Technology Partner",
    "team": "Legal",
    "city": "San Francisco",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Legal Operations - Process and Technology Partner",
    "team": "Legal",
    "city": "Seattle",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Litigation Counsel",
    "team": "Legal",
    "city": "Remote",
    "country": "Remote",
    "type": "Full time"
  },
  {
    "position": "Litigation Counsel",
    "team": "Legal",
    "city": "San Francisco",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Litigation Counsel",
    "team": "Legal",
    "city": "Seattle",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Machine Learning Engineer, Verifications Platform",
    "team": "Engineering",
    "city": "Amsterdam",
    "country": "Netherlands",
    "type": "Full time"
  },
  {
    "position": "Machine Learning Engineer, Verifications Platform",
    "team": "Engineering",
    "city": "Berlin",
    "country": "Germany",
    "type": "Full time"
  },
  {
    "position": "Machine Learning Engineer, Verifications Platform",
    "team": "Engineering",
    "city": "Dublin",
    "country": "Ireland",
    "type": "Full time"
  },
  {
    "position": "Machine Learning Engineer, Verifications Platform",
    "team": "Engineering",
    "city": "London",
    "country": "UK",
    "type": "Full time"
  },
  {
    "position": "Machine Learning Engineer, Verifications Platform",
    "team": "Engineering",
    "city": "Stockholm",
    "country": "Sweden",
    "type": "Full time"
  },
  {
    "position": "Manager, Enterprise Account Management",
    "team": "Sales",
    "city": "New York City",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Manager, Enterprise Customer Support",
    "team": "User Operations",
    "city": "San Francisco",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Manager, Enterprise Customer Support",
    "team": "User Operations",
    "city": "Seattle",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Manager, Integration Engineering",
    "team": "Sales",
    "city": "San Francisco",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Manager, Outbound Sales",
    "team": "Sales",
    "city": "Chicago",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Manager, Outbound Sales",
    "team": "Sales",
    "city": "San Francisco",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Manager, Technical Program Management",
    "team": "Engineering",
    "city": "San Francisco",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Manager, Technical Program Management APAC",
    "team": "Product Management",
    "city": "Singapore",
    "country": "Singapore",
    "type": "Full time"
  },
  {
    "position": "Manager, Vendor SMB Operations",
    "team": "User Operations",
    "city": "Dublin",
    "country": "Ireland",
    "type": "Full time"
  },
  {
    "position": "Marketing Insights Analyst - USA",
    "team": "Marketing",
    "city": "San Francisco",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Marketing Insights Analyst - USA",
    "team": "Marketing",
    "city": "Seattle",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Operational Planning & Strategy Lead",
    "team": "User Operations",
    "city": "Dublin",
    "country": "Ireland",
    "type": "Full time"
  },
  {
    "position": "Operations Specialist, Priority Operations",
    "team": "User Operations",
    "city": "Dublin",
    "country": "Ireland",
    "type": "Full time"
  },
  {
    "position": "Operations Specialist, Small & Medium Businesses (French)",
    "team": "User Operations",
    "city": "Dublin",
    "country": "Ireland",
    "type": "Full time"
  },
  {
    "position": "Operations Specialist, Small & Medium Businesses - (DACH)",
    "team": "User Operations",
    "city": "Dublin",
    "country": "Ireland",
    "type": "Full time"
  },
  {
    "position": "Organizational Development Team Administrator",
    "type": "Fixed term",
    "team": "People",
    "city": "San Francisco",
    "country": "USA"
  },
  {
    "position": "Outbound Business Associate",
    "team": "Sales",
    "city": "Chicago",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Outbound Business Associate",
    "team": "Sales",
    "city": "San Francisco",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Partner Implementation Manager",
    "team": "Payment System Interfaces",
    "city": "Singapore",
    "country": "Singapore",
    "type": "Full time"
  },
  {
    "position": "Partner Manager, Card Networks",
    "team": "Financial Partnerships",
    "city": "New York City",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Partner Manager, Card Networks",
    "team": "Financial Partnerships",
    "city": "San Francisco",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Partner Manager, Card Networks",
    "team": "Business Development",
    "city": "Singapore",
    "country": "Singapore",
    "type": "Full time"
  },
  {
    "position": "Partner Manager, Terminal Partnerships",
    "team": "Financial Partnerships",
    "city": "San Francisco",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "People Operations Manager",
    "team": "People",
    "city": "San Francisco",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Performance Engineer",
    "team": "Engineering",
    "city": "San Francisco",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Platform Partnerships Manager",
    "team": "Sales",
    "city": "New York City",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "PM Manager, Billing",
    "team": "Product Management",
    "city": "San Francisco",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "PM Manager, Terminal",
    "team": "Product Management",
    "city": "San Francisco",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Product Designer",
    "team": "Design",
    "city": "New York City",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Product Designer",
    "team": "Design",
    "city": "San Francisco",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Product Designer",
    "team": "Design",
    "city": "Seattle",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Product Designer, Climate",
    "team": "Design",
    "city": "New York City",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Product Designer, Climate",
    "team": "Design",
    "city": "Remote",
    "country": "Remote",
    "type": "Full time"
  },
  {
    "position": "Product Designer, Climate",
    "team": "Design",
    "city": "San Francisco",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Product Designer, Climate",
    "team": "Design",
    "city": "Seattle",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Product Finance & Strategy ",
    "team": "Finance",
    "city": "San Francisco",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Product Lead, Monetization",
    "team": "Product Management",
    "city": "San Francisco",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Product Lead, Risk",
    "team": "Risk",
    "city": "San Francisco",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Product Lead, Risk",
    "team": "Risk",
    "city": "Seattle",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Product Machine Learning Engineering Manager, Payment Intelligence",
    "team": "Engineering",
    "city": "San Francisco",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Product Manager, Corporate Card",
    "team": "Product Management",
    "city": "New York City",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Product Manager, Dashboard",
    "team": "Product Management",
    "city": "San Francisco",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Product Manager, Identity",
    "team": "Product Management",
    "city": "San Francisco",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Product Manager, LATAM",
    "team": "Product Management",
    "city": "Mexico City",
    "country": "Mexico",
    "type": "Full time"
  },
  {
    "position": "Product Manager, Payments Intelligence",
    "team": "Product Management",
    "city": "San Francisco",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Product Manager, Payments Platform",
    "team": "Product Management",
    "city": "San Francisco",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Product Marketing - Payments ",
    "team": "Marketing",
    "city": "San Francisco",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Product Marketing - Payments ",
    "team": "Marketing",
    "city": "Seattle",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Product Marketing Manager",
    "team": "Marketing",
    "city": "New York City",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Product Marketing Manager",
    "team": "Marketing",
    "city": "San Francisco",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Product Marketing Manager",
    "team": "Marketing",
    "city": "Seattle",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Program Manager, Accounting",
    "team": "Finance",
    "city": "Seattle",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Python Infrastructure, Developer Productivity",
    "team": "Engineering",
    "city": "Remote",
    "country": "Remote",
    "type": "Full time"
  },
  {
    "position": "Python Infrastructure, Developer Productivity",
    "team": "Engineering",
    "city": "Seattle",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Recruiter",
    "type": "Fixed term",
    "team": "People",
    "city": "Chicago",
    "country": "USA"
  },
  {
    "position": "Recruiter",
    "type": "Fixed term",
    "team": "People",
    "city": "New York City",
    "country": "USA"
  },
  {
    "position": "Recruiter",
    "type": "Fixed term",
    "team": "People",
    "city": "Remote",
    "country": "Remote"
  },
  {
    "position": "Recruiter",
    "type": "Fixed term",
    "team": "People",
    "city": "San Francisco",
    "country": "USA"
  },
  {
    "position": "Recruiter",
    "type": "Fixed term",
    "team": "People",
    "city": "Seattle",
    "country": "USA"
  },
  {
    "position": "Recruiting Coordinator (Fixed term contract)",
    "type": "Fixed term",
    "team": "People",
    "city": "Dublin",
    "country": "Ireland"
  },
  {
    "position": "Recruiting Coordinator (Fixed term contract) ",
    "type": "Fixed term",
    "team": "People",
    "city": "Singapore",
    "country": "Singapore"
  },
  {
    "position": "Regulatory Counsel, EMEA",
    "team": "Legal",
    "city": "Dublin",
    "country": "Ireland",
    "type": "Full time"
  },
  {
    "position": "Regulatory Counsel, EMEA",
    "team": "Legal",
    "city": "London",
    "country": "UK",
    "type": "Full time"
  },
  {
    "position": "Regulatory Counsel, LATAM",
    "team": "Legal",
    "city": "Sao Paulo",
    "country": "Brazil",
    "type": "Full time"
  },
  {
    "position": "Regulatory Oversight Officer, APAC, Thailand",
    "team": "Risk",
    "city": "Remote",
    "country": "Remote",
    "type": "Full time"
  },
  {
    "position": "Risk Operations Analyst - Singapore (Japanese speaking)",
    "team": "Risk",
    "city": "Singapore",
    "country": "Singapore",
    "type": "Full time"
  },
  {
    "position": "Risk Operations Analyst - Singapore (Mandarin-speaking)",
    "team": "Risk",
    "city": "Singapore",
    "country": "Singapore",
    "type": "Full time"
  },
  {
    "position": "Risk Partnerships & Strategy - APAC",
    "team": "Risk",
    "city": "Singapore",
    "country": "Singapore",
    "type": "Full time"
  },
  {
    "position": "Risk Policy Strategist (Supportability)",
    "team": "Risk",
    "city": "Dublin",
    "country": "Ireland",
    "type": "Full time"
  },
  {
    "position": "Sales Development Representative, DACH (German Speaking)",
    "team": "Sales",
    "city": "Dublin",
    "country": "Ireland",
    "type": "Full time"
  },
  {
    "position": "Sales Education",
    "team": "Sales",
    "city": "San Francisco",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Sales Manager, Late Stage & Enterprise",
    "team": "Sales",
    "city": "London",
    "country": "UK",
    "type": "Full time"
  },
  {
    "position": "Sales Strategy & Operations",
    "team": "Sales",
    "city": "San Francisco",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Sales Strategy & Operations",
    "team": "Sales",
    "city": "Singapore",
    "country": "Singapore",
    "type": "Full time"
  },
  {
    "position": "Salesforce.com Administrator",
    "team": "Internal Systems",
    "city": "San Francisco",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Salesforce.com Administrator",
    "team": "Internal Systems",
    "city": "Seattle",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Security Ecosystem Engineer / Tech Writer ",
    "team": "Engineering",
    "city": "Remote",
    "country": "Remote",
    "type": "Full time"
  },
  {
    "position": "Security Ecosystem Engineer / Tech Writer ",
    "team": "Engineering",
    "city": "San Francisco",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Solutions Architect",
    "team": "Sales",
    "city": "Berlin",
    "country": "Germany",
    "type": "Full time"
  },
  {
    "position": "Solutions Architect",
    "team": "Sales",
    "city": "Chicago",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Solutions Architect",
    "team": "Sales",
    "city": "New York City",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Solutions Architect",
    "team": "Sales",
    "city": "Remote",
    "country": "Remote",
    "type": "Full time"
  },
  {
    "position": "Solutions Architect",
    "team": "Sales",
    "city": "San Francisco",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Solutions Architect",
    "team": "Sales",
    "city": "Seattle",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Southeast Asia Revenue and Growth Lead",
    "team": "Sales",
    "city": "Singapore",
    "country": "Singapore",
    "type": "Full time"
  },
  {
    "position": "Staff Backend Engineer, Stripe Terminal",
    "team": "Engineering",
    "city": "Remote",
    "country": "Remote",
    "type": "Full time"
  },
  {
    "position": "Staff Backend Engineer, Stripe Terminal",
    "team": "Engineering",
    "city": "San Francisco",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Staff Engineer, Application Security",
    "team": "Engineering",
    "city": "Remote",
    "country": "Remote",
    "type": "Full time"
  },
  {
    "position": "Staff Engineer, Application Security",
    "team": "Engineering",
    "city": "San Francisco",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Staff Engineer, Connect",
    "team": "Engineering",
    "city": "Remote",
    "country": "Remote",
    "type": "Full time"
  },
  {
    "position": "Staff Engineer, Connect",
    "team": "Engineering",
    "city": "San Francisco",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Staff Engineer, Global",
    "team": "Engineering",
    "city": "Amsterdam",
    "country": "Netherlands",
    "type": "Full time"
  },
  {
    "position": "Staff Engineer, Global",
    "team": "Engineering",
    "city": "Berlin",
    "country": "Germany",
    "type": "Full time"
  },
  {
    "position": "Staff Engineer, Global",
    "team": "Engineering",
    "city": "Dublin",
    "country": "Ireland",
    "type": "Full time"
  },
  {
    "position": "Staff Engineer, Global",
    "team": "Engineering",
    "city": "London",
    "country": "UK",
    "type": "Full time"
  },
  {
    "position": "Staff Engineer, Global",
    "team": "Engineering",
    "city": "Stockholm",
    "country": "Sweden",
    "type": "Full time"
  },
  {
    "position": "Staff Engineer, Monetization Platform ",
    "team": "Engineering",
    "city": "Remote",
    "country": "Remote",
    "type": "Full time"
  },
  {
    "position": "Staff Engineer, Monetization Platform ",
    "team": "Engineering",
    "city": "Seattle",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Staff Engineer, Money Movement",
    "team": "Engineering",
    "city": "San Francisco",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Staff Engineer, Money Movement",
    "team": "Engineering",
    "city": "Seattle",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Staff Engineer, New Financial Products",
    "team": "Engineering",
    "city": "New York City",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Staff Engineer, New Financial Products",
    "team": "Engineering",
    "city": "San Francisco",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Staff Product Engineer, Checkout",
    "team": "Engineering",
    "city": "New York City",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Staff Product Engineer, Checkout",
    "team": "Engineering",
    "city": "Remote",
    "country": "Remote",
    "type": "Full time"
  },
  {
    "position": "Startup Sales Manager, Northern Europe (DACH, Benelux, Nordics)",
    "team": "Sales",
    "city": "Dublin",
    "country": "Ireland",
    "type": "Full time"
  },
  {
    "position": "Strategy and Operations, Climate",
    "team": "Product Management",
    "city": "San Francisco",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Support Specialist",
    "team": "User Operations",
    "city": "Seattle",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Tableau System Administrator",
    "team": "Internal Systems",
    "city": "San Francisco",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Tableau System Administrator",
    "team": "Internal Systems",
    "city": "Seattle",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Tax Lead, LATAM",
    "team": "Finance",
    "city": "Sao Paulo",
    "country": "Brazil",
    "type": "Full time"
  },
  {
    "position": "Technical Account Manager",
    "team": "User Operations",
    "city": "Dublin",
    "country": "Ireland",
    "type": "Full time"
  },
  {
    "position": "Technical Account Manager",
    "team": "User Operations",
    "city": "Seattle",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Technical Operations, Regulatory Reporting",
    "team": "Payment System Interfaces",
    "city": "San Francisco",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Technical Operations, Regulatory Reporting",
    "team": "Payment System Interfaces",
    "city": "Seattle",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Technical Program Manager, Cards",
    "team": "Engineering",
    "city": "San Francisco",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Technical Program Manager, Cards",
    "team": "Engineering",
    "city": "Seattle",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Technical Program Manager, Financial Data",
    "team": "Engineering",
    "city": "San Francisco",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Technical Program Manager, Financial Data",
    "team": "Engineering",
    "city": "Seattle",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Technical Program Manager, Foundation",
    "team": "Engineering",
    "city": "San Francisco",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Technical Program Manager, Foundation",
    "team": "Engineering",
    "city": "Seattle",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Technical Program Manager, Monetization",
    "team": "Engineering",
    "city": "San Francisco",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Technical Recruiter",
    "team": "People",
    "city": "Chicago",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Technical Recruiter",
    "team": "People",
    "city": "Dublin",
    "country": "Ireland",
    "type": "Full time"
  },
  {
    "position": "Technical Recruiter",
    "team": "People",
    "city": "New York City",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Technical Recruiter",
    "team": "People",
    "city": "Remote",
    "country": "Remote",
    "type": "Full time"
  },
  {
    "position": "Technical Recruiter",
    "team": "People",
    "city": "San Francisco",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Technical Recruiter",
    "team": "People",
    "city": "Seattle",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Technology Finance & Strategy",
    "team": "Finance",
    "city": "San Francisco",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Technology Finance & Strategy",
    "team": "Finance",
    "city": "Seattle",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Treasury Capital Management",
    "team": "Finance",
    "city": "San Francisco",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Treasury Financial Risk Management",
    "team": "Finance",
    "city": "Dublin",
    "country": "Ireland",
    "type": "Full time"
  },
  {
    "position": "Treasury, APAC",
    "team": "Finance",
    "city": "Singapore",
    "country": "Singapore",
    "type": "Full time"
  },
  {
    "position": "Type System and Language Tools Engineer",
    "team": "Engineering",
    "city": "San Francisco",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "University Recruiter",
    "team": "People",
    "city": "San Francisco",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "University Recruiter",
    "team": "People",
    "city": "Seattle",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "University Recruiting & Programs Coordinator",
    "team": "People",
    "city": "Seattle",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "University Recruiting Manager",
    "team": "People",
    "city": "San Francisco",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "University Recruiting Manager",
    "team": "People",
    "city": "Seattle",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Vendor Partner Lead",
    "team": "Risk",
    "city": "New York City",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Vendor Partner Lead",
    "team": "Risk",
    "city": "San Francisco",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Vendor Partner Lead",
    "team": "Risk",
    "city": "Seattle",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Workday Payroll Analyst",
    "team": "Finance",
    "city": "San Francisco",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Workday Payroll Analyst",
    "team": "Finance",
    "city": "Seattle",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Workforce Manager",
    "team": "Central Operations",
    "city": "San Francisco",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Workforce Manager",
    "team": "Central Operations",
    "city": "Seattle",
    "country": "USA",
    "type": "Full time"
  },
  {
    "position": "Workforce Strategy and Operations",
    "team": "People",
    "city": "San Francisco",
    "country": "USA",
    "type": "Full time"
  }
];
<script src="https://cdn.fancygrid.com/fancy.min.js"></script>

<div id="container"></div>