datasets_chrome_extensions_trending
Identify trending Chrome extensions and themes using recent user and rating-count movement data. Filter by category, developer, permissions, status, and other criteria to find emerging items.
Instructions
Get trending Chrome Web Store items. Returns stored Chrome Web Store items ranked by the latest observed user and rating-count movement. Filters match the search endpoint; sort is fixed to trending_desc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Full-text query | |
| page | No | Page number | |
| status | No | Status enum: active, removed | |
| category | No | Exact category | |
| developer | No | Exact developer | |
| item_type | No | Item type enum: extension, theme, app, unknown | |
| min_users | No | Minimum users | |
| page_size | No | Page size, max 100 | |
| min_rating | No | Minimum rating | |
| permission | No | Exact permission | |
| collects_data | No | Data-collection filter | |
| developer_email | No | Exact developer email | |
| manifest_version | No | Manifest version enum: 2, 3 | |
| min_rating_count | No | Minimum rating count | |
| has_broad_host_access | No | Broad-host-access filter |