search_stores
Find e-commerce stores by keyword, platform, language, or minimum traffic. Returns paginated store summaries with traffic, product counts, and platform details.
Instructions
Search the Cart database of e-commerce stores. Filter by keyword, platform (e.g. shopify, woocommerce), language, minimum traffic, and more. Returns a paginated list of store summaries with traffic metrics, product counts, and platform info.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (starts at 1). Omit for the first page. | |
| sort | No | Sort field (e.g. 'monthly_visitors', 'products_count', 'created_at'). Prefix with '-' for descending. | |
| keyword | No | Search term to match against store name, domain, or description (e.g. 'pet supplies', 'fitness'). | |
| language | No | Two-letter language code to filter stores (e.g. 'en', 'fr', 'de'). | |
| per_page | No | Results per page (1-100). Defaults to 20. | |
| platform | No | E-commerce platform filter (e.g. 'shopify', 'woocommerce', 'bigcommerce', 'magento'). | |
| min_traffic | No | Minimum monthly visitors. Use this to filter out low-traffic stores. |