SneakerFiles Release Calendar Scraper avatar

SneakerFiles Release Calendar Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store
SneakerFiles Release Calendar Scraper

SneakerFiles Release Calendar Scraper

Scrape SneakerFiles' sneaker release calendar - upcoming Nike, Air Jordan, adidas and other sneaker drops with release dates, style codes, colorways, retail prices, and images.

Pricing

from $3.00 / 1,000 results

Rating

0.0

(0)

Developer

Crawler Bros

Crawler Bros

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Share

Scrape SneakerFiles' sneaker release calendar — upcoming Nike, Air Jordan, adidas, and other brand sneaker drops with release dates, style codes, colorways, retail prices, and images. HTTP-only via the public sneakerfiles.com release-date pages. No login, no cookies, no paid proxy required.

What this actor does

  • Full release calendar — SneakerFiles' combined release-dates page (roughly 11 months of upcoming drops) plus dedicated Nike and Air Jordan calendar pages for maximum coverage of those two brands
  • Brand filter — Nike, Air Jordan, adidas, New Balance, Reebok, Converse, Puma, Saucony, Asics, Vans, or all brands
  • Release-date range filter
  • Retail price range filter
  • Sub-line/collection tagging — Air Jordan 4, Nike Dunk, Nike SB, Nike Air Max, Nike Basketball, Nike Air Force 1, Nike Retro, Nike Kobe, Nike LeBron (when the release belongs to one of these lines)
  • Optional retailer purchase links — each release's own detail page lists confirmed "Where to Buy" retailers (SNKRS, Foot Locker, adidas.com, etc.); opt in via fetchRetailerLinks
  • Empty fields are omitted

Output per release

  • title — sneaker name/colorway headline
  • brand — Nike, Air Jordan, adidas, etc.
  • collections[] — specific sub-line tags (e.g. ["Nike Dunk"]), when applicable
  • releaseDate (YYYY-MM-DD), releaseMonth (YYYY-MM)
  • releaseDateRaw — original date text, only present if it couldn't be parsed (e.g. a "TBA"-style placeholder)
  • colorway
  • styleCode
  • price (USD) — priceRaw instead when the retail price isn't set yet (e.g. "TBA")
  • whereToBuy[]{retailer, url} pairs, only when fetchRetailerLinks: true
  • imageUrl
  • sourceUrl — the release's detail page on SneakerFiles
  • recordType: "sneakerRelease", scrapedAt

Input

FieldTypeDefaultDescription
brandstringallNike / Air Jordan / adidas / New Balance / Reebok / Converse / Puma / Saucony / Asics / Vans / all
dateFromstringOnly releases on/after this date (YYYY-MM-DD)
dateTostringOnly releases on/before this date (YYYY-MM-DD)
minPriceintDrop releases priced below this amount (USD)
maxPriceintDrop releases priced above this amount (USD)
maxItemsint100Hard cap (1–1000)
fetchRetailerLinksboolfalseAlso fetch each release's confirmed retailer purchase links (one extra request per release)

Example: all upcoming Nike releases

{ "brand": "nike", "maxItems": 200 }

Example: Jordan releases under $200 in a date window

{ "brand": "air_jordan", "dateFrom": "2026-08-01", "dateTo": "2026-12-31", "maxPrice": 200 }

Example: full multi-brand calendar

{ "brand": "all", "maxItems": 300 }

Use cases

  • Release-tracking tools — power a sneaker drop calendar or reminder app
  • Retail/resale intelligence — monitor upcoming retail prices ahead of resale-market pricing
  • Content sites — auto-populate a brand's or a silhouette's upcoming-release list
  • Inventory planning — retailers/boutiques planning stock ahead of major drops

Data source / limitations

  • Data comes from SneakerFiles' own public release-calendar pages (/release-dates/, /nike-release-dates/, /air-jordan-release-dates/) — the same structured cards (release date, colorway, style code, price) SneakerFiles' own website displays.
  • The calendar is forward-looking (current month through roughly the next 10-11 months); it does not include a historical archive of past releases.
  • whereToBuy requires fetching each matching release's own detail page (one extra request per release), so it's opt-in via fetchRetailerLinks rather than always-on — enabling it on a large maxItems run will take longer. Very early "date announced only" releases may not have a "Where to Buy" section yet, in which case whereToBuy is simply omitted for that record.
  • Not every release has a confirmed retail price or colorway at the time SneakerFiles publishes it — price/colorway/styleCode are omitted rather than sent as empty/placeholder values when not yet available; a priceRaw field is included instead of price when SneakerFiles shows a placeholder like "TBA".
  • Brands beyond Nike/Air Jordan (adidas, New Balance, Reebok, etc.) are sourced from the combined all-brand calendar only — SneakerFiles does not publish separate dedicated calendar pages for those brands, so their coverage reflects whatever SneakerFiles has currently published to that combined page.
  • No proxy is required to reach SneakerFiles from Apify's datacenter IPs; proxyConfiguration is not needed for this actor.

FAQ

What's SneakerFiles? A sneaker news and release-tracking site covering Nike, Jordan Brand, adidas, and other major sneaker brands. See sneakerfiles.com.

Why are some releases missing a price or colorway? Brands often confirm a release date well before finalizing colorway names or retail pricing; SneakerFiles publishes what's confirmed and updates later. This actor reflects whatever is confirmed at scrape time.

Does this include past/already-released sneakers? No — the calendar is forward-looking. Re-run the actor periodically to capture newly announced releases and to catch releases that have since passed.

How is collections different from brand? brand is the top-level brand (Nike, Air Jordan, adidas, ...). collections is a finer-grained sub-line tag SneakerFiles applies to some releases (e.g. a release can be both brand: "Nike" and collections: ["Nike Dunk"]).

How fresh is the data? SneakerFiles updates its release calendar as brands confirm new drops, typically multiple times per week.