GOAT API
# GOAT API — Real-time GOAT.com Data Real-time GOAT.com data — sneaker and apparel listings, per-size price grids, brand profiles, curated collections, and the homepage discovery feed. ## What's Included **16 endpoints** across Search, Products, Brands, Categories, Collections, Homepage, and Reference — **220% more than the highest-coverage competitor**. White-space coverage for size-grid, brand…
GOAT API endpoints
| Method | Endpoint | Description |
|---|---|---|
| Search | ||
| GET |
/api/v1/search /api/v1/search |
Search GOAT's catalog with filters and faceted aggregations. |
| GET |
/api/v1/search/by-url /api/v1/search/by-url |
Pass any goat.com browse/search/brand/collection URL; the API parses filters and runs the equivalent search. |
| GET |
/api/v1/search/suggestions /api/v1/search/suggestions |
Curated suggested queries currently surfaced on goat.com search. |
| Products | ||
| GET |
/api/v1/products/{slug}/highest-offer /api/v1/products/{slug}/highest-offer |
Returns the maximum offer cents and minimum offer cents from the product template. GOAT does not expose the full asks book publicly; this is the best-effort high-bid signal. |
| GET |
/api/v1/products/{slug}/similar /api/v1/products/{slug}/similar |
|
| GET |
/api/v1/products/{slug}/related /api/v1/products/{slug}/related |
|
| GET |
/api/v1/products/{id}/by-id /api/v1/products/{id}/by-id |
|
| GET |
/api/v1/products/{slug}/sizes /api/v1/products/{slug}/sizes |
Returns the buy-bar matrix — every size×condition row with current lowest price, instant-ship price, last sold price, and stock status. |
| GET |
/api/v1/products/{slug}/lowest-price /api/v1/products/{slug}/lowest-price |
|
| GET |
/api/v1/products/{slug} /api/v1/products/{slug} |
|
| Brands | ||
| GET |
/api/v1/brands/{slug}/products /api/v1/brands/{slug}/products |
|
| GET |
/api/v1/brands/{slug} /api/v1/brands/{slug} |
|
| Categories | ||
| GET |
/api/v1/categories/{slug} /api/v1/categories/{slug} |
|
| Collections | ||
| GET |
/api/v1/collections/{slug} /api/v1/collections/{slug} |
|
| Homepage | ||
| GET |
/api/v1/homepage/sections /api/v1/homepage/sections |
|
| Reference | ||
| GET |
/api/v1/countries /api/v1/countries |
Used as input for `country` parameters elsewhere in the API. |
GOAT API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $19.99 / month | — |
|
| ULTRA Recommended | $49.99 / month | — |
|
| MEGA | $149.99 / month | — |
|