Skip to main content

Overview

Company-scoped; requires Authorization: Bearer nv_sk_…. Pay-per-use via our data provider. Credits are charged on the Standard task submission (app-searches 0.85, app-list 0.85, app-info 0.05, app-reviews 6) — tasks-ready and …/:task_id are free. Live app-listings is metered on the request’s limit: 2.4 credits + 0.024 per listing returned (2.88 at the default limit of 20, 26.4 at the maximum of 1000). See App Data credit costs. Most App Data endpoints are Standard (async): POST the search/info/reviews request to enqueue a task, poll …/tasks-ready, then fetch …/:task_id (some also offer …/:task_id/html). The app-listings route is Live (instant). Agents can also use naive_app_data_discover + naive_app_data_execute(_async) over MCP. Common params: keyword: string (search), app_id: string (info/reviews — package name for Google Play, numeric ID for App Store), optional location_code, language_code, depth, and sort_by (reviews).

Google Play

App Store

Utility

Example (async flow)