VOOZH about

URL: https://docs.similarweb.com/api-v5/api-reference/app-analysis-api/app-cross-usage

⇱ Similarweb API V5 Documentation


Getting Started

Sections

Theme switcher

App Cross-Usage & Affinity

Cross-Usage represents the percentage of users who use each listed app together with the target app. The Affinity Index shows how likely users of the target app are to use each app compared to average. 100% is the baseline Cross-Usage; above 100% means positive affinity, below 100% negative affinity

This endpoint uses 3 data credits per app result in the β€œdata” array response.

Read the following guide to estimate the credit costs.

Header Parameters

api-keystring

Query Parameters

app_idstring Required

Unique application identifier. Google app IDs consist of letters, numbers, and dots (e.g., 'com.facebook.katana'), while Apple app IDs are numeric only (e.g., '447188370').

granularitystring

Time granularity for the returned values

Enum values:
monthly
countrystring

Two-letter country code (e.g., 'us', 'gb', 'ww')

start_datestring

Start date in 'YYYY-MM' or 'YYYY-MM-DD' format or relative keywords: latest, X_months_ago, X_days_ago

end_datestring

End date in 'YYYY-MM' or 'YYYY-MM-DD' format or relative keywords: latest, X_months_ago, X_days_ago

metricsarray

metrics: Comma separated list of metrics to retrieve. Available metrics: 'CrossUsage','Affinity'

Enum values:
cross_usageaffinity
storestring Required

Application store identifier

Enum values:
googleapple
formatstring

Format in which the reply should be returned

Enum values:
jsonxml
limitinteger

Sets how many results to return.

offsetinteger

Defines the number of results to skip

ascboolean

Orders the results by ascending or descending

Nullable:
True
sortstring

Selects a specific metric to order results by

Response

200
Object

Success

Response Attributes

metaobject
dataarray
Nullable:
True
Was this section helpful?

GET

/

Select
1

Response

Was this section helpful?