91³Ô¹ÏÍø

Watch CBS News

New Atlanta Airbnb hosts excited for high demand as travelers head to city for 2026 World Cup

A high demand for places to stay in Atlanta during the 2026 FIFA World Cup has Airbnb offering hundreds of dollars in incentives to new hosts.

In Atlanta's Westview neighborhood, two miles from Mercedes-Benz Stadium, one family has decided to pack up and move out for a month, giving spectators a place to stay to watch all the action.

"We're thinking what else can we do to generate income but also support Atlanta because we have this big beautiful house, and then that's when we came up with the idea to list the house for rent during the World Cup," said Myles Maxey.

Maxey has never rented out his house before, and that's to his benefit, because Airbnb has recently announced a $750 incentive for new hosts in Atlanta and other cities hosting games this summer.

airbnb-2.png
Myles Maxey and his wife plan to rent out their Atlanta home out during the World Cup this summer. CBS News Atlanta

To qualify, hosts must be new to the platform or have had no active listings as of Feb. 1 and welcome their first guest by July 31.

"I think that's helpful, right? Because it can offset some of the costs that will go along with that, and, yeah, who doesn't love to just put a couple of bucks in his pocket when he can?" Maxey said.

A Deloitte analysis estimates 216,000 tourists will need somewhere to stay in metro Atlanta during the month-long soccer tournament. Six thousand of those visitors are expected to stay in Airbnbs.

Dave Stephenson, Airbnb's chief business officer, said the company sees the tournament as a major opportunity for residents.

"As the world's biggest sporting event comes to North America, Airbnb is launching its biggest new host incentive ever," Stephenson said in a statement. "Demand for World Cup stays on Airbnb is surging, giving residents of host cities the opportunity to boost their incomes by sharing their homes and the communities they love."

Maxey and his wife plan to stay with family while renting out their home.

"We're going to take our little naked cat, and my wife and I will go up to the Dunwoody area, and her aunt and uncle are up there who would give us their basement suite to live for the month," said Maxey.

To receive the $750 incentive, eligible hosts must submit their information, publish a listing, and complete a reservation with a guest who checks out by July 31.You can learn more on

View CBS News In
CBS News App Open
Chrome Safari Continue
const link = doc.createElement('link'); link.rel = 'stylesheet'; link.href = '/fly/fly/bundles/cbsnewscontent/css/cmp-banner.min.css?v=296763317a51cab90faa73f1bb146d5c'; doc.head.appendChild(link); doc.body.innerHTML = CONSENT_MESSAGE; } else { el.insertAdjacentHTML('afterend', CONSENT_MESSAGE); } }); } function hidePrivacyMessage() { // Remove from the main document document.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); // Remove from inside any iframes document.querySelectorAll('iframe').forEach(iframe => { const doc = iframe.contentDocument || iframe.contentWindow.document; doc.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); }); } function activateGatedScripts() { // Handle both new format (cmp-gated-script) and old OneTrust/Ketch format (optanon-category-4) const gatedScripts = Array.from(document.querySelectorAll('script.cmp-gated-script, script.optanon-category-4')); // Activate scripts sequentially with a small delay to avoid timing issues let delay = 0; gatedScripts.forEach(function(placeholder, index) { setTimeout(function() { // Skip if already processed if (placeholder.hasAttribute('data-cmp-processed')) { return; } placeholder.setAttribute('data-cmp-processed', 'true'); const newScript = document.createElement('script'); newScript.type = 'text/javascript'; // Try new format first (data-cmp-src), then fall back to old format (data-src) const src = placeholder.getAttribute('data-cmp-src') || placeholder.getAttribute('data-src'); if (src) { newScript.src = src; } else if (placeholder.textContent) { // Inline script - just copy the content newScript.textContent = placeholder.textContent; } // Handle new format attributes (data-cmp-attrs) - for both inline and external scripts const attrs = placeholder.getAttribute('data-cmp-attrs'); if (attrs) { const tempDiv = document.createElement('div'); tempDiv.innerHTML = '
<\/div>'; const tempAttrs = tempDiv.firstChild.attributes; for (let i = 0; i < tempAttrs.length; i++) { // For external scripts, allow defer/async. For inline scripts, skip them (not valid) if (src || (tempAttrs[i].name !== 'async' && tempAttrs[i].name !== 'defer')) { newScript.setAttribute(tempAttrs[i].name, tempAttrs[i].value); } } } // Copy other attributes from old OneTrust format for (let i = 0; i < placeholder.attributes.length; i++) { const attr = placeholder.attributes[i]; // Skip attributes we've already handled or don't want to copy if (!['class', 'data-src', 'data-type', 'data-cmp-src', 'data-cmp-attrs', 'data-cmp-processed', 'type', 'async', 'defer', 'src'].includes(attr.name)) { newScript.setAttribute(attr.name, attr.value); } } placeholder.parentNode.replaceChild(newScript, placeholder); // If external script, manually trigger window.onload handlers after it loads // This handles widgets that use window.onload for initialization if (src) { newScript.addEventListener('load', function() { // If page already loaded and script set a new onload handler, trigger it if (document.readyState === 'complete' && window.onload) { const originalOnload = window.onload; window.onload = null; // Clear temporarily to prevent loops originalOnload(); // Execute the handler } }); } }, delay); delay += 500; // 500ms delay between each script to allow full loading }); } cbsoptanon.onScriptsReady(function(cmp) { cmp.ot.targetingAllowed(function(allowed) { if (!allowed) { showPrivacyMessage(); } else { activateGatedScripts(); } }); cmp.ot.awaitInitialConsent(function(consent_model) { cmp.ot.addOnConsentChangedHandler(function() { cmp.ot.targetingAllowed(function(allowed) { if (allowed) { hidePrivacyMessage(); activateGatedScripts(); } else { showPrivacyMessage(); } }); }); }); });