Everything you need to know to get the most out of Monsa
Link your e-commerce platform to start tracking products.
Use our powerful tools to discover winning products and analyze market trends.
All API requests require authentication using a Bearer token.
Authorization: Bearer YOUR_API_TOKEN
Retrieve a list of trending products.
GET /api/products
{
"products": [
{
"id": "123",
"name": "Product Name",
"price": 29.99,
"trend_score": 85
}
]
}
Learn the basics of using Monsa for product research.
Deep dive into our advanced analysis tools.
You can find your API key in your account settings under the "API" section.