Buffalo Boots Scraper — Prices, Stock & Sizes
Pricing
from $1.20 / 1,000 result scrapeds
Buffalo Boots Scraper — Prices, Stock & Sizes
Scrape product data from buffalo-boots.com, the German platform-boots brand. Extract names, brands, prices in EUR, sizes, stock levels, discounts and images via the site's own product search API.
Pricing
from $1.20 / 1,000 result scrapeds
Rating
0.0
(0)
Developer
Studio Amba
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
20 hours ago
Last modified
Categories
Share
Buffalo Boots Scraper
Pull product data from buffalo-boots.com, the German platform-boots and footwear brand. This scraper pulls directly from Buffalo's own product search API, so it returns clean, structured data -- brand, price in EUR, per-size stock, images -- without any HTML parsing.
How to scrape Buffalo Boots data
Give the actor a search term in German (e.g. "boots", "sneaker", "stiefel") and it queries Buffalo's search endpoint directly, paginating until it hits maxResults or runs out of matching products. There's nothing to configure beyond the search term -- no category URLs to hunt down, no pagination logic to babysit.
Under the hood, Buffalo's storefront (built on the SCAYLE headless-commerce platform, the same platform family as Deichmann, Ochsner Sport and Dosenbach) calls an unauthenticated JSON API at api.buffalo-boots.com for every search and category browse. This actor talks to that same API directly instead of rendering pages and parsing HTML, which makes it faster and far less likely to break when Buffalo tweaks its frontend markup.
If you don't provide any input, it defaults to searching for "sneaker" as a demo.
Input
| Field | Type | Description |
|---|---|---|
searchQuery | string | Search term, in German (e.g. "boots", "sneaker", "stiefel") |
maxResults | integer | Cap on number of products returned (default: 100) |
proxyConfiguration | object | Apify proxy settings. Buffalo's product API has no anti-bot protection, so the default Apify proxy is sufficient -- no residential proxy needed |
What you get back
| Field | Type | Example |
|---|---|---|
name | string | "Buffalo Jupiter Sock Boot schwarz" |
brand | string | "Buffalo" |
price | number | 89.9 |
originalPrice | number | null | 79.9 (only set when the item is discounted) |
currency | string | "EUR" |
discount | string | null | "-25%" |
sku | string | "02474883" |
productId | string | "m02474883" |
inStock | boolean | null | true (null only if the source omits stock data) |
stockLevel | integer | null | 51 (total units across all sizes) |
url | string | Full product page URL |
imageUrl | string | Primary product image |
imageUrls | array | All product images |
category | string | null | Most specific category label the API exposes |
sizes | array | Per-size stock: [{"size": "36", "inStock": true, "stockQuantity": 1}] |
scrapedAt | string | ISO timestamp |
Sample output
{"name": "Buffalo Jupiter Sock Boot schwarz","brand": "Buffalo","price": 89.9,"originalPrice": null,"currency": "EUR","discount": null,"sku": "02474883","productId": "m02474883","inStock": true,"stockLevel": 51,"url": "https://www.buffalo-boots.com/de-de/p/buffalo-jupiter-sock-boot-schwarz-91214","imageUrl": "https://asset.buffalo-boots.com/images/f_auto,q_auto,w_800/02474883_1/img","imageUrls": ["https://asset.buffalo-boots.com/images/f_auto,q_auto,w_800/02474883_1/img","https://asset.buffalo-boots.com/images/f_auto,q_auto,w_800/02474883_3/img"],"category": "Boot","sizes": [{ "size": "36", "inStock": true, "stockQuantity": 1 }],"scrapedAt": "2026-08-25T09:28:32.672Z"}
Use cases
- Price monitoring -- track Buffalo's own price and discount changes over time on the styles you sell against.
- Stock tracking --
sizesgives you per-size availability, useful for spotting which sizes sell out fastest. - Assortment research -- see which product lines and colorways Buffalo is pushing, and at what EUR price points.
- Market comparison -- Buffalo is a well-known platform-boots brand, making it a useful reference point when benchmarking German footwear pricing.
Coverage
v1 covers the German storefront (buffalo-boots.com/de-de) -- Buffalo's home market and the site's own default locale.
Performance and cost
The scraper hits Buffalo's JSON API directly -- no browser rendering, no HTML parsing -- so it's fast. A run of 100 products typically completes in well under 10 seconds and uses a fraction of a compute unit. You're billed per actor start plus per result scraped; check the current per-event pricing on this actor's page before running at scale. Your run's usage cost only settles after the run reports SUCCEEDED -- checking cost mid-run will undercount it.
Limitations
- German locale only in v1 (
de-de). Buffalo's other European storefronts (it-it, fr-fr, es-es, en-gb) aren't covered yet. - Ratings and review counts aren't exposed by the search API, so they're not included in the output.
- The
categoryfield is a mid-level breadcrumb node (e.g."Boot"), not a full path -- Buffalo's free-text search index doesn't expose a deeper category tree, similar to some sibling sites on the same platform. - The API's
X-Charybdisheader (a shop-configuration blob) was harvested from a live browsing session. It's static shop config, not a rotating secret, but if Buffalo ever regenerates it, requests will start failing until the actor is updated. - Search is keyword-based, matching Buffalo's own on-site search. It does not accept direct product or category URLs.
- The
www.buffalo-boots.comHTML frontend sits behind Cloudflare bot management -- this actor never touches it, it talks to the openapi.buffalo-boots.comJSON API instead.
Related scrapers
If you're covering European footwear more broadly, also check out:
- Deichmann Scraper -- German footwear, same SCAYLE platform family
- Ochsner Sport Scraper -- Swiss sporting-goods retail, same platform family
- Dosenbach Scraper -- Swiss footwear retail, same platform family
Support
Found an issue or need a different locale covered? Open an issue on this actor's Apify Store page and we'll take a look.