Market Overview
Get a high-level view of an e-commerce market or category — top companies, top products, and pricing landscape.
When to use
When the user wants to understand a market or product category at a high level, not a specific company.
Workflow
- •
Discover categories using
get_product_types(FREE) to find the rightproduct_typefilter value.- •Call with no args for root categories, then drill into subcategories with
parent_product_type_id - •Use the
product_type_idfrom the result as theproduct_typefilter in other tools
- •Call with no args for root categories, then drill into subcategories with
- •
Get top companies using
get_market_top_companies. Costs 1 credit per company returned.- •Filter by
product_typeto focus on a category - •Filter by
keywordfor market segments (e.g., 'sustainable', 'luxury') - •Use
end_dateto analyze a specific point in time
- •Filter by
- •
Get top products using
get_market_top_products. Costs 1 credit per product returned.- •Same filters as above for consistent analysis
- •Returns bestselling products across all companies
- •
Get pricing analysis using
get_market_pricing_analysis. Costs 1 fixed credit.- •Same filters for consistency
- •Returns average, median, price range, and distribution buckets
- •
Present findings with:
- •Market leaders by revenue
- •Bestselling products
- •Pricing landscape (average price, price distribution)
- •Key insights and patterns
Tips
- •Start with
get_product_typesto find the exact category before running market tools - •Use the same
product_typeandkeywordfilters across all calls for consistent data - •
get_market_pricing_analysisis the cheapest call (1 fixed credit) — good starting point - •The
overall_total_sales_revenuefromget_market_top_companiesgives market size context - •Compare
end_datevalues to see trends over time