GOAT Sneaker Marketplace Scraper
Pricing
from $3.00 / 1,000 results
GOAT Sneaker Marketplace Scraper
Scrape GOAT (goat.com) the world's largest sneaker and streetwear resale marketplace. Search products, browse by category, fetch individual product details, or get trending items. Get prices, condition, colorways, brand, SKU, and marketplace statistics.
Pricing
from $3.00 / 1,000 results
Rating
5.0
(11)
Developer
Crawler Bros
Maintained by CommunityActor stats
11
Bookmarked
1
Total users
0
Monthly active users
5 days ago
Last modified
Categories
Share
Extract product data from GOAT — the world's largest authenticated sneaker and streetwear resale marketplace with millions of listings across shoes, apparel, and accessories.
What data you get
| Field | Description |
|---|---|
productId | Unique GOAT product identifier |
slug | URL slug (e.g. air-jordan-1-retro-high-og-chicago-2015) |
name | Full product name |
sku | Style ID / SKU (e.g. 575441-101) |
brand | Brand name (e.g. Jordan Brand, Nike, Adidas) |
category | Product category (shoes, apparel, accessories) |
productType | Same as category (GOAT nomenclature) |
colorway | Colorway description |
description | Product description |
retailPrice | Original retail price in USD |
lowestAskPrice | Current lowest ask price in USD |
highestBidPrice | Current highest bid price in USD |
lastSalePrice | Last completed sale price in USD |
numberOfAsks | Number of active ask listings |
numberOfBids | Number of active bids |
releasedAt | Original release date (ISO 8601) |
isNew | Whether the product is new condition |
mainPictureUrl | Product image URL |
productUrl | Link to the GOAT product page |
tags | Product tags (e.g. ["shoes", "retro", "jordan"]) |
recordType | Always "product" |
siteName | Always "GOAT" |
scrapedAt | ISO 8601 timestamp of when the record was scraped |
Modes
search (default)
Search products by keyword using GOAT's Algolia-powered search.
{"mode": "search","query": "Air Jordan 1","maxItems": 20}
bySlug
Fetch one or more specific products by their GOAT URL slug.
{"mode": "bySlug","slugs": ["air-jordan-1-retro-high-og-chicago-2015","yeezy-boost-350-v2-zebra"]}
byCategory
Browse all products in a category.
{"mode": "byCategory","category": "apparel","sort": "newest","maxItems": 50}
trending
Fetch trending/popular products (sorted by popularity).
{"mode": "trending","category": "shoes","maxItems": 50}
Filters
| Filter | Type | Description |
|---|---|---|
brand | textfield | Substring match on brand name (e.g. Nike, Jordan) |
category | select | shoes, apparel, or accessories |
condition | select | new_no_defects, new_with_defects, or used |
minPrice | float | Minimum lowest-ask price in USD |
maxPrice | float | Maximum lowest-ask price in USD |
sort | select | most_popular, lowest_price, highest_price, newest |
maxItems | integer | Maximum records to return (default: 50, max: 1000) |
Example: Cheap Nike Dunks under $300
{"mode": "search","query": "Nike Dunk Low","brand": "Nike","maxPrice": 300,"sort": "lowest_price","maxItems": 25}
Example: New Yeezy releases
{"mode": "search","query": "Yeezy","condition": "new_no_defects","sort": "newest","maxItems": 50}
Technical notes
- Uses GOAT's embedded Algolia search (App ID:
2FWOTDVM2O), which is a public search-only key included in GOAT's app bundle — no auth required. - All prices are returned in USD (converted from cents).
- The
bySlugmode uses the GOAT REST API atgoat.com/api/v1/product_templates/.
FAQs
Does this require a GOAT account or API key? No. The scraper uses GOAT's public search index (Algolia) which is accessible without authentication.
How accurate are the prices? Prices are live marketplace data reflecting current asks and bids at the time of scraping.
Can I scrape sold/historical listings?
The scraper returns active marketplace listings. Historical sale data (lastSalePrice) is included when available from the search index.
What's the maximum number of items I can scrape?
Set maxItems up to 1000 per run. Algolia paginates at 20 items per page.
What brands are available?
GOAT carries Nike, Jordan Brand, Adidas, Yeezy, New Balance, Puma, Reebok, Converse, Vans, Off-White, Supreme, and hundreds more. Use the brand filter to narrow results.