a{color:#0064d2;text-decoration:none}a:hover{text-decoration:underline}a:focus,a:focus-visible{outline-color:#0064d2}.header-nav ul:before,.clear:before,.inner:before,.header-nav ul:after,.clear:after,.inner:after{content:" ";display:table}.header-nav ul:after,.clear:after,.inner:after{clear:both}.main-search-mobile button,.main-search-desktop button{border:0;font-size:0;line-height:0;text-shadow:none;color:rgba(0,0,0,0);background-color:inherit}.inner{margin-left:auto;margin-right:auto}.instant{transition:none !important}@media(max-width: 767.9px){.desktop{display:none !important}}@media(min-width: 768px){.mobile,.mobile-only{display:none !important}}input,textarea{border-radius:0;color:#333;font-family:"MarketSans",Arial,Helvetica,sans-serif;font-weight:400;font-size:16px}input::placeholder,textarea::placeholder{color:#666}input[type=text],input[type=password],input[type=submit],input[type=email],input[type=search],textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid #ccc;height:40px;padding:0 10px;line-height:40px}textarea{padding:10px;line-height:1.4em;min-height:120px;resize:vertical}select,.customSelect{color:#333;-webkit-appearance:none;-moz-appearance:none;appearance:none;height:40px;padding:0 10px;line-height:40px;font-family:"MarketSans",Arial,Helvetica,sans-serif;font-weight:400;font-size:16px}select::placeholder,.customSelect::placeholder{color:#666}.main-header a:focus,.main-header a:focus-visible{outline-color:#1f1c1a}.main-header .footer-only{display:none !important}.main-header-top{background:#fff;position:relative;width:100%;z-index:50}@media(max-width: 767.9px){.menu-open .main-header-top{position:fixed;top:0}}@media(min-width: 768px){.main-header-top{min-width:740px;box-shadow:0 0 5px rgba(0,0,0,.25)}.main-header-top.has-subnav{transition:box-shadow 200ms;box-shadow:0 0 5px rgba(0,0,0,0)}.main-header-top.has-subnav:after{content:"";transition:border-color 200ms;width:100%;height:0;border-bottom:1px solid #ccc;border-color:#ddd}.main-header-top.has-subnav.is-sticky{box-shadow:0 0 5px rgba(0,0,0,.25);transition:none}.main-header-top.has-subnav.is-sticky:after{border-color:rgba(0,0,0,0)}}@media(min-width: 768px){.main-header-top .inner{position:relative;padding:19px 16px 15px;max-width:1112px}}.main-header-page-subtitle{font-weight:400;background:#fff;font-size:12px;text-align:center;border-top:1px solid #ccc;border-bottom:1px solid #ccc;padding:3px;height:24px}.header-logo{display:block}@media(max-width: 767.9px){.header-logo{width:75px;height:31px;margin:7px 0 7px 16px}}@media(min-width: 768px){.header-logo{width:102px;height:41px;float:left}}.header-logo img{width:100%;height:100%}.main-header .secondary-navigation{font-weight:400}.main-header .secondary-navigation.mobile{margin-top:16px;border-top:1px solid #ccc;padding-top:20px}.main-header .secondary-navigation.mobile span{display:block;width:100%;padding-bottom:30px;line-height:1;float:left}.main-header .secondary-navigation.mobile span:last-of-type{padding-bottom:20px}.main-header .secondary-navigation.mobile a{color:#333;font-size:14px;font-weight:400}@media(min-width: 768px){.main-header .secondary-navigation{font-size:12px;position:absolute;top:10px;right:38px;line-height:1.4em}.main-header .secondary-navigation span{display:inline-block;padding-left:18px;float:left}.main-header .secondary-navigation a{color:#666}}@media(min-width: 1080px){.main-header .secondary-navigation{top:21px}}/*!
* Hamburgers
* @description Tasty CSS-animated hamburgers
* @author Jonathan Suh @jonsuh
* @site https://jonsuh.com/hamburgers
* @link https://github.com/jonsuh/hamburgers
*/.hamburger{padding:15px 15px;display:inline-block;cursor:pointer;transition-property:opacity,filter;transition-duration:.15s;transition-timing-function:linear;font:inherit;color:inherit;text-transform:none;background-color:rgba(0,0,0,0);border:0;margin:0;overflow:visible}.hamburger:hover{opacity:1}.hamburger.is-active:hover{opacity:1}.hamburger.is-active .hamburger-inner,.hamburger.is-active .hamburger-inner::before,.hamburger.is-active .hamburger-inner::after{background-color:#333}.hamburger-box{width:22px;height:12px;display:inline-block;position:relative}.hamburger-inner{display:block;top:50%;margin-top:-1px}.hamburger-inner,.hamburger-inner::before,.hamburger-inner::after{width:22px;height:2px;background-color:#333;border-radius:2px;position:absolute;transition-property:transform;transition-duration:.3s;transition-timing-function:ease}.hamburger-inner::before,.hamburger-inner::after{content:"";display:block}.hamburger-inner::before{top:-5px}.hamburger-inner::after{bottom:-5px}.hamburger--3dx .hamburger-box{perspective:44px}.hamburger--3dx .hamburger-inner{transition:transform .3s cubic-bezier(0.645, 0.045, 0.355, 1),background-color 0s .2s cubic-bezier(0.645, 0.045, 0.355, 1)}.hamburger--3dx .hamburger-inner::before,.hamburger--3dx .hamburger-inner::after{transition:transform 0s .2s cubic-bezier(0.645, 0.045, 0.355, 1)}.hamburger--3dx.is-active .hamburger-inner{background-color:rgba(0,0,0,0) !important;transform:rotateY(180deg)}.hamburger--3dx.is-active .hamburger-inner::before{transform:translate3d(0, 5px, 0) rotate(45deg)}.hamburger--3dx.is-active .hamburger-inner::after{transform:translate3d(0, -5px, 0) rotate(-45deg)}.hamburger--squeeze .hamburger-inner{transition-duration:.15s;transition-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}.hamburger--squeeze .hamburger-inner::before{transition:top .15s .24s ease,opacity .15s ease}.hamburger--squeeze .hamburger-inner::after{transition:bottom .15s .24s ease,transform .15s cubic-bezier(0.55, 0.055, 0.675, 0.19)}.hamburger--squeeze.is-active .hamburger-inner{transform:rotate(45deg);transition-delay:.24s;transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}.hamburger--squeeze.is-active .hamburger-inner::before{top:0;opacity:0;transition:top .15s ease,opacity .15s .24s ease}.hamburger--squeeze.is-active .hamburger-inner::after{bottom:0;transform:rotate(-90deg);transition:bottom .15s ease,transform .15s .24s cubic-bezier(0.215, 0.61, 0.355, 1)}:root{--main-search-padding: 20px}.main-search-mobile input,.main-search-desktop input{outline-width:0}.main-search-mobile input::-ms-clear,.main-search-desktop input::-ms-clear{width:0;height:0}.main-search-mobile button,.main-search-desktop button{color:#666}.main-search-mobile button:after,.main-search-desktop button:after{font-family:"ebi-icons";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-style:normal;font-variant:normal;font-weight:normal;text-decoration:none;text-transform:none;display:inline-block;vertical-align:middle;line-height:1em;content:"";font-size:14px}.js-site-search-submit.js-active{color:#0064d2}.main-search-mobile{display:flex;width:100%}.main-search-mobile input{height:40px;font-size:16px;padding-right:0;padding-left:var(--main-search-padding);flex:1 0 auto;border:0;background-color:#f1f1f1;outline-width:0}.main-search-mobile button{height:40px;width:40px;background-color:#f1f1f1;padding-right:var(--main-search-padding)}.main-search-mobile button:after{font-family:"ebi-icons";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-style:normal;font-variant:normal;font-weight:normal;text-decoration:none;text-transform:none;display:inline-block;vertical-align:middle;line-height:1em;content:"";font-size:14px}.main-search-desktop{position:absolute;top:10px;right:0;line-height:0}@media(min-width: 1080px){.main-search-desktop{top:22px}}.main-search-desktop input{position:absolute;top:-9px;right:0;border:0;border-bottom:1px solid #666;height:30px;font-size:14px;line-height:14px;padding:0;transition:all 300ms ease;width:0;opacity:0}.main-search-desktop input.open{width:270px;opacity:1;display:block;padding:0 20px 0 0}.main-search-desktop button{position:absolute;top:0;right:0;padding:0 0 4px 10px;background-color:rgba(0,0,0,0)}.main-search-desktop button:after{font-family:"ebi-icons";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-style:normal;font-variant:normal;font-weight:normal;text-decoration:none;text-transform:none;display:inline-block;vertical-align:middle;line-height:1em;content:"";font-size:14px}.header-nav a{color:#333;text-decoration:none}.header-nav ul{list-style:none;margin:0;padding:0}.header-nav li{font-size:18px;line-height:1;color:#333}@media(min-width: 768px){.header-nav li{font-size:16px;float:left}}.header-nav .l1{position:relative;font-weight:400}@media(max-width: 767.9px){.header-nav .l1{padding:13px 0}}@media(min-width: 768px){.header-nav .l1{font-weight:400;margin-left:40px;margin-top:19px}}@media(max-width: 1079.9px){.header-nav .l1.first{clear:left;margin-left:0}}@media(max-width: 767.9px){.header-nav .l1.active>a{font-weight:700;color:#0064d2}}@media(min-width: 768px){.header-nav .l1.section,.header-nav .l1.current{font-weight:700}.header-nav .l1.section:before,.header-nav .l1.current:before{display:none}.header-nav .l1.section:after,.header-nav .l1.current:after{content:"";width:100%;height:3px;background:#0064d2;position:absolute;bottom:0;left:0}.header-nav .l1.section>a,.header-nav .l1.current>a{color:#0064d2}}.header-nav .l1>a{display:block}@media(min-width: 768px){.header-nav .l1>a{padding-bottom:10px}.header-nav .l1>a:hover:before{display:block;content:"";width:100%;height:3px;background:#333;background-image:none;position:absolute;bottom:0;left:0}}.header-nav .l1.has-children>a{position:relative}.header-nav .l1.has-children>a:after{font-family:"ebi-icons";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-style:normal;font-variant:normal;font-weight:normal;text-decoration:none;text-transform:none;display:inline-block;vertical-align:middle;line-height:1em;content:"";font-size:20px;position:absolute;right:0}@media(min-width: 768px){.header-nav .l1.has-children>a:after{display:none}}@media(max-width: 767.9px){.header-nav .l1.has-children.active{padding-bottom:12px}.header-nav .l1.has-children.active>a:after{font-family:"ebi-icons";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-style:normal;font-variant:normal;font-weight:normal;text-decoration:none;text-transform:none;display:inline-block;vertical-align:middle;line-height:1em;content:"";font-size:20px}}.header-nav .l1>ul{width:100%;height:0;opacity:0;overflow:hidden;transition:height 400ms ease,opacity 240ms ease}.header-nav .l1.active>ul{opacity:1;transition:height 400ms ease,opacity 560ms ease}@media(min-width: 768px){.header-nav .l1>ul{display:none !important}}.header-nav .l2{line-height:normal;font-size:14px;padding:7px 10px}.header-nav .l2:first-child{padding-top:22px}.header-nav .l2.current{font-weight:700}.header-nav .l2 a{display:block}.header-nav .active .current a{color:#0064d2}.hamburger{background-color:#fff;position:absolute;top:0;right:0;padding:0;width:54px;height:45px;line-height:0}.hamburger:after{color:#1f1c1a}.main-nav-menu{position:relative}@media(max-width: 767.9px){.main-nav-menu{transition:transform 350ms ease}}@media(max-width: 767.9px){.main-nav-menu{background:#fff;position:fixed;top:69px;bottom:0;left:0;width:100%;height:100%;transform:translate(100%, 0px);z-index:3;touch-action:manipulation;padding:0 16px 100px;overflow:scroll;-webkit-overflow-scrolling:touch}}.menu-open .main-nav-menu{transform:translate(0px, 0px)}.main-nav-overlay{display:none;position:fixed;width:100%;height:100%;z-index:-100;top:69px;left:0;opacity:0;background:#000;-webkit-user-select:none;user-select:none;pointer-events:none;transition:opacity 350ms ease}.menu-open .main-nav-overlay{transition:opacity 175ms ease;opacity:.5}@media(min-width: 768px){.main-nav-overlay{display:none !important}}.sub-navigation{background:#fff;position:relative;z-index:2;box-shadow:0 0 5px rgba(0,0,0,.25)}.sub-navigation .inner{padding-top:19px;padding-left:16px;max-width:1112px}@media(min-width: 1080px){.sub-navigation .inner{padding-left:158px}}.sub-navigation ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;flex-wrap:wrap;align-content:flex-start;height:54px}.sub-navigation li{line-height:1em;font-weight:400;font-size:12px;margin-bottom:12px}.sub-navigation li:nth-child(n+3){margin-left:21px}@media(min-width: 924px){.sub-navigation li:nth-child(n+3){margin-left:40px}}@media(min-width: 1080px){.sub-navigation li:nth-child(n+3){margin-left:50px}}.sub-navigation li.current a{color:#0064d2;font-weight:700}.sub-navigation a{color:#333}*,*:before,*:after{box-sizing:border-box}.main-header{font-family:"MarketSans",Arial,Helvetica,sans-serif;font-size:16px;font-weight:normal;line-height:1.4;color:#1f1c1a}.main-header-top.is-sticky{position:fixed;top:0}.main-header-sticky-offset{display:none}.is-sticky+.main-header-sticky-offset{display:block}
/*# sourceMappingURL=ebi-header.css.map */
Careers


Loading...
WE’RE FLEXIBLE
How We Work
Flexibility is deeply rooted in our values and culture. We offer hybrid, remote, and onsite workstyles to our employees.
WHERE WE ARE
Jobs by Location
You’ll find eBay offices in major cities worldwide. Our diverse workforce fuels our passion for innovation and collaboration.

Loading...

Loading...
OUR TEAMS
Jobs by Category
From Engineering to Customer Service, we have opportunities in more than a dozen categories to match your experience, interests, and ambitions.
IT’S IN OUR DNA
Our Culture
We exist to connect people and build communities to create economic opportunity for all. Our culture is how we bring that purpose to life.

Loading...

Loading...
KICKSTART YOUR CAREER
Emerging Talent
Check out our exciting global career opportunities for students and recent graduates.
TAKING CARE OF YOU
Our Benefits
eBay is committed to your physical, mental, and financial well-being. Learn about all the benefits available in your country.

Loading...
Workplace Awards & Recognition

Loading...
eBay Named as a Best Place to Work by Glassdoor
eBay has been honored with an 2022 Employees’ Choice Award by Glassdoor, recognizing it as a best place to work among U.S. companies with more than 1,000 employees.




What Our People Say

“
This role provides me the opportunity to challenge myself with rotations across the Finance org that give insight to many parts of the business.
MEGAN J.
Financial Analyst

“
Working remote, it’s been possible to make different connections, and inclusivity has been much more prevalent.
SIOBHAN C.
Director UK & Ireland Customer Operations

“
I appreciate the element of community at eBay. At the end of the day, we are all here for each other.
SUSY P.
Executive Assistant

“
What attracted me to eBay was its purpose and mission, and it’s why I love working here every day.
ANGELES G.
Program Manager
Lorem Ipsum



916f544508b14903857fdf3f7b7b48be