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
| Method | Endpoint | Description | Tier |
|---|---|---|---|
| GET | /api/clubs | Search and list golf clubs with filters | Free |
| GET | /api/clubs/{slug} | Full club details with price history, analytics, and similar models | Free |
| GET | /api/market/overview | Market index, top movers, index history, and market analytics | Free |
| GET | /api/market/brands | All tracked brands with club counts | Free |
| GET | /api/market/stats | Global statistics — total clubs, sales, brands | Free |
| GET | /api/clubs/trending | Trending clubs with highest recent sales volume (30d) | Free |
| GET | /api/clubs/{slug}/export | Export weekly price history as downloadable CSV file | Free |
| GET | /api/market/category-trends | Weekly average price per club category over time | Free |
| GET | /api/arbitrage | Trade-in arbitrage data — retail vs. marketplace price spreads | Pro |
Club Analytics Fields
Each club includes pre-computed analytics (updated hourly), available in the club detail response under the analytics field.
| Field | Type | Description |
|---|---|---|
fair_market_value | float | Weighted median market price (condition-normalized) |
percentile_25 | float | 25th percentile sale price |
percentile_75 | float | 75th percentile sale price |
trend_30d | float | 30-day price trend (% change) |
trend_90d | float | 90-day price trend (% change) |
depreciation_annual | float | Estimated annual depreciation rate (%) |
volatility_30d | float | Price volatility (coefficient of variation) |
liquidity_score | float | Trading activity score (0–1) |
data_confidence | float | Data quality score (0–1) |
momentum | float | Trend 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
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.