Samsonite Scraper
Scrape Luggage Prices and Stock from Samsonite.com
Extract real-time pricing, color variant availability, dimensions, and stock status from the world's largest travel luggage retailer. Samsonite sits behind PerimeterX Press & Hold and Cloudflare, blocking any non-browser User-Agent with an Access to this page has been denied challenge. Scrape.do handles it automatically.
Start scraping today with 1000 free credits. No Credit Card Required

$3.6B Brand. Tumi + American Tourister Parent. One API.
Samsonite.com is the US storefront of Samsonite International S.A., the world's largest travel luggage company with ~14,500 employees, $3.6B+ in FY2024 net sales, and a portfolio that includes Samsonite, American Tourister, Tumi, Hartmann, Gregory, High Sierra, Lipault, Kamiliant, and eBags. The US site ranks #361 in the Fashion and Apparel category with around 1.6M monthly visits and serves the core American luggage market, with 82.94% of traffic from the United States and the remainder split across Canada, the UK, Chile, and the Philippines.
With Scrape.do you can track real-time pricing and stock for suitcases, carry-ons, backpacks, and travel accessories, monitor sale and clearance pricing across the Voltage, Freeform, Silhouette, and Virtuosa collections, feed LLMs and AI agents with travel commerce intelligence, and benchmark Samsonite against Tumi, Away, Delsey, and Briggs & Riley at SKU and color-variant level. All through a single API call.

PerimeterX Press & Hold. Cloudflare. Handled.
Samsonite.com stacks two anti-bot layers on top of each other. The first is Cloudflare in front of every request, fingerprinting the TLS handshake and HTTP/2 frames. The second is PerimeterX (HUMAN) Bot Defender, which serves a hard Access to this page has been denied page with a Press & Hold human verification challenge to any request that smells automated, including Python requests, cURL, headless Chrome, or a regular browser with a bot-like User-Agent.
Scrape.do rotates real residential IPs with full browser fingerprints, passes both Cloudflare's TLS checks and PerimeterX's behavioral signals automatically, and returns the fully populated product HTML with title, price, comp. value, color swatches, availability, dimensions, and weight intact. No HUMAN sensor data spoofing, no proxy lists, no maintenance.

How to Scrape Samsonite International
Select a Target

Send API Request
import requests
import urllib.parse
token = "<SDO-token>"
targetUrl = "https://shop.samsonite.com/luggage/voltage-dlx-global-carry-on-spinner/124967XXXX.html?dwvar_124967XXXX_color=1249671198&cgid=luggage"
render = "false" # set to "true" to enable JavaScript rendering
super = "false" # set to "true" to enable residential proxies
encodedUrl = urllib.parse.quote(targetUrl)
url = f"https://api.scrape.do/?token={token}&url={encodedUrl}&render={render}&super={super}"
response = requests.get(url)
print(response.text)Get HTML
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Voltage DLX Carry-On Spinner | Luggage | Samsonite</title>
<meta name="description" content="Find the perfect travel companion with Voltage DLX Carry-On Spinner, where modern elegance meets long-lasting durability in this premium hardside carry-on.">
<meta property="og:url" content="https://shop.samsonite.com/luggage-carry-on-luggage/voltage-dlx-global-carry-on-spinner/124967XXXX.html">
<meta property="og:image" content="https://shop.samsonite.com/.../1249671198_COSpin.jpg">
</head>
<body>
<nav class="breadcrumbs">
<a href="/">Home</a> >
<a href="/luggage/">Luggage</a> >
<a href="/luggage-carry-on-luggage/">Carry-On</a>
</nav>
<div class="product-header">
<h1>Voltage DLX Global Carry-On Spinner</h1>
</div>
<div class="product-pricing">
<span class="price-now">$125.99</span>
<span class="price-comp">Comp. Value $209.99</span>
<span class="savings">40% Savings</span>
</div>
<div class="product-color">
<span class="color-label">Color: Chili Red</span>
<ul class="color-swatches">
<li data-color="1249671198" class="selected">Chili Red</li>
<li data-color="1249671041">Black</li>
<li data-color="1249671090">Blue</li>
<li data-color="1249672824">Teal</li>
<li data-color="1249671908">White</li>
<li data-color="1249671258">Dark Graphite</li>
</ul>
</div>
<div class="product-availability">
<span class="in-stock">Availability: In Stock</span>
</div>
<div class="product-description">
<p>Carry on the perfect blend of fashion and technology with Voltage.
Charge your devices with a USB port integrated into the TSA-approved
lock panel. Protect your bag and your belongings with the lightweight
yet extremely durable exterior. And inside, stay organized with built-in
WetPak™ and mesh pockets.</p>
</div>
<ul class="product-specs">
<li>Overall Dimensions: 22 in. x 14 in. x 9 in.</li>
<li>Weight: 6.1 lbs</li>
</ul>
<div class="product-gallery">
<img src="https://shop.samsonite.com/.../1249671198_COSpin.jpg">
<img src="https://shop.samsonite.com/.../1249671198_COSpin_Interior.jpg">
</div>
<!-- ... remaining page content ... -->
</body>
</html>
Scrape.do has been a game-changer with powerful scraping tools, but what truly sets them apart is their excellent customer support.

CTO
Average Response Time
No tickets connect with expert engineers.
Success rate
Proxies
Faster gateway than the closest competitor.
Reliable, Scalable,Unstoppable Web Scraping
Sounds great, but I have a few questions..
Yes. Samsonite.com runs PerimeterX (HUMAN) Bot Defender behind Cloudflare and serves an Access to this page has been denied page with a Press & Hold human verification button to any bot-like request. Scrape.do rotates real residential IPs with full browser fingerprints, passes both the Cloudflare TLS check and the PerimeterX behavioral signals automatically, and returns fully rendered product and category HTML. Success rates exceed 95% on product, category, and collection pages.
You can extract product titles, sale prices and comparison values, color and size variants with swatch codes, availability and in-stock status, full overall dimensions and weight specs, product descriptions and feature lists, customer ratings, collection breadcrumbs (Luggage > Carry-On > Hardside), high-resolution product images, and full JSON catalog data for the Voltage, Freeform, Silhouette, Virtuosa, Pivot, and Outline collections.
No. Samsonite product and category pages are server-rendered with embedded product data in HTML, so a plain render=false Scrape.do call returns the full HTML including price, color variants, availability, dimensions, and weight once the PerimeterX challenge is bypassed. Skip render to keep request costs at the standard tier.


