Sweeps

FX Alien: Earth The Hunt Sweepstakes — Daily Entry for W Hotels Trip + Skullcandy Crusher Evo Headphones

View saved
How does this find feel?

#fxhunt-box1 .wrap{max-width:900px;margin:18px auto;border:2px solid var(–fxhunt-outline);border-radius:16px;background:var(–fxhunt-bg);color:var(–fxhunt-text);padding:18px;box-shadow:0 6px 20px rgba(0,0,0,.05)}
#fxhunt-box1 h2{margin:0 0 8px;font-size:22px;letter-spacing:.3px}
#fxhunt-box1 .sub{font-size:14px;opacity:.85;margin-bottom:12px}
#fxhunt-box1 .timer{display:flex;gap:10px;justify-content:center;align-items:center;margin-top:6px;flex-wrap:wrap}
#fxhunt-box1 .tcell{min-width:82px;border:2px solid var(–fxhunt-outline);border-radius:12px;padding:10px 12px;text-align:center;background:#fff9fb}
#fxhunt-box1 .num{font-weight:800;font-size:26px;line-height:1}
#fxhunt-box1 .lbl{font-size:12px;opacity:.9;margin-top:4px}
#fxhunt-box1 .ended{font-weight:700;font-size:18px;text-align:center;padding:10px;border:2px dashed var(–fxhunt-outline);border-radius:12px;background:#fff}
@media (max-width:520px){#fxhunt-box1 .tcell{min-width:70px}}

Time Left to Enter

Ends Aug 17, 2025, 11:59 PM PT • Daily Entry
0
Days
0
Hours
0
Minutes
0
Seconds

(function(){
// End: Aug 17, 2025 11:59:59 PM PT (PDT = UTC-7) -> 2025-08-18T06:59:59Z
const end = new Date(‘2025-08-18T06:59:59Z’).getTime();
const dEl = document.getElementById(‘fxhunt-d’);
const hEl = document.getElementById(‘fxhunt-h’);
const mEl = document.getElementById(‘fxhunt-m’);
const sEl = document.getElementById(‘fxhunt-s’);
const endedEl = document.getElementById(‘fxhunt-ended’);
const timerEl = document.getElementById(‘fxhunt-countdown’);

function update(){
const now = Date.now();
let diff = end – now;
if(diff <= 0){
timerEl.style.display = 'none';
endedEl.style.display = 'block';
clearInterval(t);
return;
}
const d = Math.floor(diff / 86400000); diff -= d*86400000;
const h = Math.floor(diff / 3600000); diff -= h*3600000;
const m = Math.floor(diff / 60000); diff -= m*60000;
const s = Math.floor(diff / 1000);
dEl.textContent = d;
hEl.textContent = h.toString().padStart(2,'0');
mEl.textContent = m.toString().padStart(2,'0');
sEl.textContent = s.toString().padStart(2,'0');
}
update();
const t = setInterval(update, 1000);
})();

#fxhunt-box2 .wrap{max-width:900px;margin:18px auto;border:2px solid var(–fxhunt-outline);border-radius:18px;background:var(–fxhunt-bg);color:var(–fxhunt-text);padding:18px 18px 22px;box-shadow:0 6px 20px rgba(0,0,0,.05)}
#fxhunt-box2 h2{margin:0 0 8px;font-size:22px}
#fxhunt-box2 .cta{display:inline-block;background:#fff;border:2px solid var(–fxhunt-outline);border-radius:12px;padding:12px 18px;font-weight:800;text-decoration:none;color:#000;cursor:pointer;box-shadow:2px 2px 0 var(–fxhunt-outline)}
#fxhunt-box2 .toast{position:fixed;inset:0;display:none;align-items:center;justify-content:center;z-index:999999;pointer-events:none}
#fxhunt-box2 .toast .bubble{background:#fff;border:2px solid var(–fxhunt-outline);color:#000;padding:14px 16px;border-radius:14px;box-shadow:3px 3px 0 var(–fxhunt-outline);font-weight:700;min-width:260px;text-align:center}
#fxhunt-box2 canvas.confetti{position:fixed;left:0;top:0;width:100vw;height:100vh;z-index:999998;pointer-events:none}

FX Alien: Earth The Hunt Sweepstakes

Click below to start your alien journey. Fun facts will appear as we guide you to the entry form.

Loading…

(function(){
const btn = document.getElementById(‘fxhunt-go’);
const toast = document.getElementById(‘fxhunt-toast’);
const toastText = document.getElementById(‘fxhunt-toast-text’);

function showToast(msg){
toastText.textContent = msg;
toast.style.display = ‘flex’;
}
function hideToast(){ toast.style.display = ‘none’; }

function slowScrollTo(targetY, duration, done){
const startY = window.scrollY || window.pageYOffset;
const diff = Math.max(0, targetY – startY);
const startT = performance.now();
function step(now){
const t = Math.min(1, (now – startT) / duration);
const eased = t<.5 ? 2*t*t : -1+(4-2*t)*t;
window.scrollTo(0, startY + diff*eased);
if(t ({
x: Math.random()*c.width,
y: -10-Math.random()*c.height*.2,
r: 2+Math.random()*5,
vx: -1+Math.random()*2,
vy: 1+Math.random()*3,
a: Math.random()*Math.PI*2,
s: .02+.04*Math.random()
}));
const endAt = performance.now()+ms;
function draw(now){
ctx.clearRect(0,0,c.width,c.height);
pieces.forEach(p=>{
p.x += p.vx; p.y += p.vy; p.a += p.s;
ctx.save(); ctx.translate(p.x,p.y); ctx.rotate(p.a);
ctx.fillStyle = [‘#39ff14′,’#00ff99′,’#fff’][Math.floor(Math.random()*3)];
ctx.fillRect(-p.r,-p.r,p.r*2,p.r*2);
ctx.restore();
if(p.y > c.height+20){ p.y=-10; p.x=Math.random()*c.width; }
});
if(now showToast(msgs[i++]), 5000);
setTimeout(()=>showToast(msgs[i++]), 10000);
setTimeout(()=>showToast(msgs[i++]), 15000);
setTimeout(()=>{ showToast(msgs[i]); confettiBurst(); }, 20000);
setTimeout(()=>hideToast(), 24000);

// Long smooth scroll (~22s) to Box 3
const dest = document.getElementById(‘fxhunt-box3’);
if(dest){
const y = dest.getBoundingClientRect().top + (window.scrollY||window.pageYOffset) – 10;
slowScrollTo(y, 22000);
}
}, {passive:false});
})();

What if your next big win wasn’t just a set of branded headphones but a full-on luxury escape to a W Hotel of your choice? The FX Alien: Earth The Hunt Sweepstakes is live, and it’s not your average freebie. With a grand prize worth over $3,400, plus 50 additional prizes in play, this daily-entry sweepstakes is pulling serious weight.

The headline: a 3-day/2-night trip for two to one of four iconic U.S. cities—Hollywood, San Francisco, Seattle, or Times Square—complete with airfare, hotel, ground transfers, and even a food and beverage credit. Add in custom Alien: Earth x Skullcandy Crusher Evo headphones and a collectible prize pack, and this giveaway is basically shouting “sci-fi chic meets luxury travel.”

And yes—this is daily entry, which means the more days you show up, the more chances you’ve got to walk away with the goods.


Prize Breakdown

Grand Prize (1 winner):

  • A 3-day/2-night trip for two to your choice of W Hotels (Hollywood, San Francisco, Seattle, or Times Square).
  • Economy round-trip airfare for two.
  • Two nights’ hotel accommodations (double occupancy).
  • Ground transportation between the airport and the hotel.
  • A $75 food and beverage credit to use during your stay.
  • One pair of Alien: Earth branded Skullcandy Crusher Evo headphones.
  • One Alien: Earth Prize Pack (pin, hat, thermos).
  • Approximate Retail Value: $3,403.14.

First Prizes (20 winners):

  • One pair of Alien: Earth Skullcandy Crusher Evo headphones.
  • ARV: $199.99 each.

Second Prizes (30 winners):

  • One Alien: Earth Prize Pack (pin, hat, thermos).
  • ARV: $23.15 each.

Total ARV of all prizes: $8,097.44.


What You Can Do With the Prize if You Win

The Grand Prize isn’t just a trip—it’s a flex. Imagine checking into W Times Square, sipping cocktails with your $75 credit, then heading out for Broadway lights and late-night eats. Or choose W Seattle, start your mornings with craft coffee, and end them with live music. If tech vibes are your thing, W San Francisco delivers waterfront views and a taste of Silicon Valley culture. And if Hollywood is calling, well—studio tours and rooftop lounging are basically made for this prize.

The headphones aren’t an afterthought either. Skullcandy’s Crusher Evo line is built for bass-heavy, immersive sound—perfect for gaming marathons, long flights, or simply shutting the world out with style. Add the prize pack, and you’ve got collectibles that make your fandom wearable and functional (a hat, a pin, and a thermos that actually works for everyday life).

This is the kind of sweepstakes where the prizes feel both luxe and usable. The trip is a showstopper, but even the secondary prizes have legit value—and they’ll arrive right to your door.


Q&A

Is this legitimate?
Yes. The sweepstakes is sponsored by FX Networks, LLC and administered by Probability, LLC, a professional promotions company. All entries go directly through FX’s official site, so you’re in safe hands.

How many entries are allowed?
You can enter once per person, per day during the sweepstakes period. This is a daily entry sweepstakes, not a one-time shot.

Are there bonus entries?
No. This is strictly a once-a-day entry game. No sharing, no referrals, no social tasks—just show up daily and submit the form.

How many prizes can you win?
Limit one prize per household. If your name comes up twice, you’ll only take home one prize.

#fxhunt-box3 .wrap{max-width:900px;margin:18px auto;border:2px solid var(–fxhunt-outline);border-radius:18px;background:var(–fxhunt-bg);color:var(–fxhunt-text);padding:18px 18px 22px;box-shadow:0 6px 20px rgba(0,0,0,.05)}
#fxhunt-box3 h2{margin:0 0 12px;font-size:22px;letter-spacing:.3px}
#fxhunt-box3 .cta{display:inline-block;background:#fff;border:2px solid var(–fxhunt-outline);border-radius:12px;padding:14px 18px;font-weight:800;text-decoration:none;color:#000;box-shadow:2px 2px 0 var(–fxhunt-outline);transition:transform .08s ease}
#fxhunt-box3 .cta:hover{transform:translateY(-1px)}
#fxhunt-box3 .meta{font-size:14px;opacity:.9;margin-top:10px}
#fxhunt-box3 ul{margin:12px 0 0 20px;padding:0}
#fxhunt-box3 li{margin:6px 0}
#fxhunt-box3 .hr{height:2px;background:var(–fxhunt-outline);opacity:.15;margin:16px 0}
#fxhunt-box3 .ad{margin-top:16px;border:2px dashed var(–fxhunt-outline);border-radius:14px;min-height:260px;background:#fff;display:flex;align-items:center;justify-content:center;color:#333;font-size:14px}
#fxhunt-box3 .legal{font-size:12px;opacity:.85;margin-top:12px;line-height:1.45}

Enter FX Alien: Earth The Hunt Sweepstakes

ENTER ON FX NETWORKS

Ends Aug 17, 2025, 11:59 PM PT • Daily Entry • US, 18+

Quick Recap

  • Prizes (51 total):
    • Grand (1): 3-day/2-night trip for two to W Hollywood, W San Francisco, W Times Square, or W Seattle + airfare + ground transfers + $75 F&B credit + Alien: Earth Skullcandy Crusher Evo headphones + prize pack (pin, hat, thermos). ARV $3,403.14.
    • First (20): Alien: Earth Skullcandy Crusher Evo headphones. ARV $199.99 each.
    • Second (30): Alien: Earth prize pack (pin, hat, thermos). ARV $23.15 each.
  • Entry Frequency: One (1) entry per person per day (manual entry only).
  • Drawing: On or about Aug 20, 2025 (not an instant win).
  • Travel Window: Oct 15, 2025 – Jul 31, 2026 (subject to availability/blackouts).
  • Eligibility: 50 U.S. & D.C., 18+.
  • Entry Link: fxnetworks.com/thehuntsweeps

Helpful Freebie Mom Guides

Keep going

More Freebie Mom guides worth checking

Instant Win GamesQuick plays, fast prizes, and daily chances.Best Sweepstakes to Enter TodayStart with the strongest current prizes.Sweepstakes DatabaseSearch active sweeps by prize, deadline, and entry type.