Skip to main content
APIREST · JSON · OpenAPI

Golf Club Market Data API

Access real-time market prices, valuations, and analytics for golf equipment. Built for retailers, insurance companies, trade-in services, and golf apps.

Who Uses Our API

Golf Retailers

Display real-time market values alongside your inventory. Help customers make informed purchase decisions.

Insurance Companies

Get accurate replacement values for golf equipment claims. Up-to-date valuations based on real market transactions.

Trade-In Services

Automate fair pricing for trade-in programs. Real-time FMV ensures competitive offers that attract sellers.

Golf Media & Apps

Enrich your content with market data. Show equipment values, trends, and depreciation in your editorial and app experiences.

API Endpoints

MethodEndpointDescriptionTier
GET/api/clubsSearch and list golf clubs with filtersFree
GET/api/clubs/{slug}Full club details with price history, analytics, and similar modelsFree
GET/api/market/overviewMarket index, top movers, index history, and market analyticsFree
GET/api/market/brandsAll tracked brands with club countsFree
GET/api/market/statsGlobal statistics — total clubs, sales, brandsFree
GET/api/clubs/trendingTrending clubs with highest recent sales volume (30d)Free
GET/api/clubs/{slug}/exportExport weekly price history as downloadable CSV fileFree
GET/api/market/category-trendsWeekly average price per club category over timeFree
GET/api/arbitrageTrade-in arbitrage data — retail vs. marketplace price spreadsPro

Club Analytics Fields

Each club includes pre-computed analytics (updated hourly), available in the club detail response under the analytics field.

FieldTypeDescription
fair_market_valuefloatWeighted median market price (condition-normalized)
percentile_25float25th percentile sale price
percentile_75float75th percentile sale price
trend_30dfloat30-day price trend (% change)
trend_90dfloat90-day price trend (% change)
depreciation_annualfloatEstimated annual depreciation rate (%)
volatility_30dfloatPrice volatility (coefficient of variation)
liquidity_scorefloatTrading activity score (0–1)
data_confidencefloatData quality score (0–1)
momentumfloatTrend acceleration indicator

Quick Start

Fetch the current value of any golf club:

# Search for a club
curl "https://clubmarketindex.com/api/clubs?q=taylormade+qi10+max&per_page=1"

# Get detailed analytics
curl "https://clubmarketindex.com/api/clubs/taylormade-qi10-max-driver"

# Market overview
curl "https://clubmarketindex.com/api/market/overview"

API Pricing

Free

$0

For exploration & prototyping

  • 100 requests/day
  • Search & list endpoints
  • Basic club data
POPULAR

Pro

$29.99/mo

For apps & businesses

  • 10,000 requests/day
  • Full analytics & arbitrage
  • Price history data
  • Recent sales feed

Enterprise

Custom

For high-volume integrations

  • Unlimited requests
  • Dedicated support
  • Custom data feeds
  • SLA guarantees

Ready to integrate?

Start with our free tier and upgrade as you grow. Full interactive documentation available.