Similar Apps

Similar Apps (Incoming and Outgoing) allows you to fetch information about apps for which the required app appears in top positions of the similar apps section in the App Store as well as the similar apps that appear directly in the requested app's similar apps section.

Similar apps endpoints

The endpoints are splitted into two types: Outgoing (the similar apps that appear directly in the requested app's similar apps section in the App store) and Incoming (apps for which the required app appears in top positions of the similar apps section)

Object Example

{
  "similar_apps": [
    {
      "apps": [
        {
          "application_id": 579523206,
          "position": 1,
          "power": 24.6,
          "impressions": 16218
        },
        {
          "application_id": 1374745251,
          "position": 2,
          "power": 35.1,
          "impressions": 16218
        },
        {
          "application_id": 1185897042,
          "position": 3,
          "power": 0.1,
          "impressions": 6932
        },
        {
          "application_id": 1498889847,
          "position": 4,
          "power": 1.6,
          "impressions": 6932
        }
      ]
    },
    {
      "apps": [
        {
          "application_id": 579523206,
          "position": 1,
          "power": 24.6,
          "impressions": 16416
        },
        {
          "application_id": 1374745251,
          "position": 2,
          "power": 35.3,
          "impressions": 16416
        },
        {
          "application_id": 1185897042,
          "position": 3,
          "power": 0.1,
          "impressions": 7016
        },
        {
          "application_id": 1498889847,
          "position": 4,
          "power": 1.5,
          "impressions": 7016
        }
      ]
    }
  ]
}