Get recommended monthly seasonality adjustment factors for a listing.
GET/listings/:listing_id/monthly_seasonality
Returns conservative (CON), recommended (REC), and aggressive (AGG) seasonality multipliers grouped by month number (1–12).
The factors represent the average seasonality multiplier for each month based on market data and can be used to understand seasonal pricing patterns.
A factor of 1.0 means no seasonal adjustment, values above 1.0 indicate higher demand periods, and values below 1.0 indicate lower demand periods.
The three levels differ in how much they amplify the seasonality signal:
- CON: 80% of the base seasonality variation
- REC: 100% of the base seasonality variation
- AGG: 120% of the base seasonality variation
Request
Responses
- 200
- 401
- 403
- 404
- 429
Monthly seasonality factors.
API key authorization failed.
Listing authorization failed.
Listing not found.
Rate limit exceeded — the API key has sent too many requests. Wait before retrying. See the Rate Limits section in the overview for the recommended exponential backoff strategy.