datasets_apps_search
Search the apps-intelligence dataset to find iOS and Android apps with filters for store, category, developer, rating, and more.
Instructions
Search the apps-intelligence dataset. Searches resolved iOS App Store and Google Play apps stored in a search index. Store enum: ios, android, both. Platform enum (Apple device platforms, ios records only): phone, pad, mac, tv, watch, vision. Sort enum: relevance, rating_desc, reviews_desc, installs_desc, updated_at_desc, popularity_desc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Full-text query over title, developer and category, max 256 characters | |
| free | No | Filter by price; true keeps only free apps, false only paid | |
| page | No | Page number, defaults to 1 | |
| sort | No | Sort enum: relevance, rating_desc, reviews_desc, installs_desc, updated_at_desc, popularity_desc | |
| store | No | Store enum: ios, android, both | |
| country | No | Exact storefront country filter, max 128 characters | |
| category | No | Exact app-store category filter, max 128 characters | |
| developer | No | Exact developer/publisher name filter, max 128 characters | |
| page_size | No | Page size, defaults to 20 and maxes at 100; page * page_size must be <= 10000 | |
| platforms | No | Repeatable Apple device-platform filter (OR); see platform enum above | |
| min_rating | No | Minimum store rating, 0 through 5 | |
| min_reviews | No | Minimum ratings/review count |