Buffalo Boots Scraper — Prices, Stock & Sizes avatar

Buffalo Boots Scraper — Prices, Stock & Sizes

Pricing

from $1.20 / 1,000 result scrapeds

Go to Apify Store
Buffalo Boots Scraper — Prices, Stock & Sizes

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

Studio Amba

Maintained by Community

Actor 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

FieldTypeDescription
searchQuerystringSearch term, in German (e.g. "boots", "sneaker", "stiefel")
maxResultsintegerCap on number of products returned (default: 100)
proxyConfigurationobjectApify 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

FieldTypeExample
namestring"Buffalo Jupiter Sock Boot schwarz"
brandstring"Buffalo"
pricenumber89.9
originalPricenumber | null79.9 (only set when the item is discounted)
currencystring"EUR"
discountstring | null"-25%"
skustring"02474883"
productIdstring"m02474883"
inStockboolean | nulltrue (null only if the source omits stock data)
stockLevelinteger | null51 (total units across all sizes)
urlstringFull product page URL
imageUrlstringPrimary product image
imageUrlsarrayAll product images
categorystring | nullMost specific category label the API exposes
sizesarrayPer-size stock: [{"size": "36", "inStock": true, "stockQuantity": 1}]
scrapedAtstringISO 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 -- sizes gives 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 category field 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-Charybdis header (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.com HTML frontend sits behind Cloudflare bot management -- this actor never touches it, it talks to the open api.buffalo-boots.com JSON API instead.

If you're covering European footwear more broadly, also check out:

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.