Bulk metrics for several apps

app_metrics is a $0.20 GET request on the Wuthering AI API. Get comparable App Store metrics for a set of apps in one call. It answers complete JSON, and a call that fails is not charged.

Endpoint

GET /v1/app_metrics

Price per successful call

$0.20

Failed calls

Not charged

curl 'https://wutheringai.com/v1/app_metrics?app_ids=…&token=YOUR_TOKEN'

What does app_metrics return, and when should you call it?

Return App Store visibility metrics for several apps at once.

App Store only, and one flat charge for the whole batch, so send the full competitive set rather than calling per app.

Returns: per-app metrics including ranked keyword counts and estimated visibility.

Use to size a competitive set quickly. Don't use when one app needs depth, where wuthering_app_keywords is the better call.

What parameters does app_metrics take?

app_metrics accepts 3 parameters, of which 1 is required. Array values are comma-separated on the query string.

Parameters accepted by the app_metrics operation
ParameterTypeRequiredDescription
app_idsarrayyesNumeric Apple app ids. One flat charge regardless of count.
location_codenumbernoNumeric location code to scope results to. Defaults to 2840 (United States). Search volume and competition vary sharply by country, so set this when the question is about a specific market.Defaults to 2840
language_codestringnoISO language code for results, for example 'en' or 'de'. Defaults to 'en'.Defaults to en

Reference for app_metrics · last updated · published by Wuthering AI