v1

latestOpenAPI 3.1.02026-07-24450694.7 KB

Keyword Metrics - Current

Get the most recent metrics of a keyword (volume, max volume, difficulty, brand, total results, max reach).

get/keywords/metrics/current.json

Query parameters

keywordsstring required

Comma separated list of keywords (e.g. music,podcasts,songs). Max 5 keywords are allowed.

metricsstring required

Comma separated list of metrics. Available metrics are listed in the table above (e.g. volume,difficulty,all_installs)

countrystring

Two letter <a href="https://apptweak.readme.io/reference/country-codes" target="_blank">country code</a>. <br/><b>Default:</b> us

languagestring

Two letter <a href="https://developers.apptweak.com/reference/languages" target="_blank">language code</a>. <br/><b>Default:</b> AppTweak <a href="https://developers.apptweak.com/reference/languages-overview#default-language" target="_blank">default language</a> of the country.

device'iphone' | 'ipad' | 'android'

Choose a device from iphone, ipad or android. <br/><b>Default:</b> iphone

Response

200

OR
OR

Example response

{
  "result": {
    "coinbase": {
      "volume": {
        "value": 65,
        "date": "2023-04-14"
      },
      "difficulty": {
        "value": 68,
        "date": "2023-04-14"
      },
      "brand": {
        "value": {
          "top_app_icon": "https://is2-ssl.mzstatic.com/image/thumb/Purple122/v4/97/1f/90/971f909b-05f7-f6e4-a3e4-13e372e43944/AppIcon-0-1x_U007emarketing-0-10-0-85-220.png/1024x1024bb.jpg",
          "top_app_id": 886427730,
          "top_app_title": "Coinbase: Buy Bitcoin & Ether"
        },
        "date": "2023-04-14"
      },
      "results": {
        "value": 773,
        "date": "2023-04-14"
      },
      "all_installs": {
        "value": 60174,
        "date": "2023-04-14"
      }
    },
    "crypto": {
      "volume": {
        "value": 54,
        "date": "2023-04-14"
      },
      "difficulty": {
        "value": 58,
        "date": "2023-04-14"
      },
      "brand": {
        "date": "2023-04-14"
      },
      "results": {
        "value": 7757,
        "date": "2023-04-14"
      },
      "all_installs": {
        "value": 19603,
        "date": "2023-04-14"
      }
    }
  },
  "metadata": {
    "request": {
      "path": "/api/public/store/keywords/metrics/current.json",
      "params": {
        "device": "iphone",
        "country": "us",
        "language": "us",
        "keywords": [
          "coinbase"
        ],
        "metrics": [
          "volume"
        ]
      },
      "cost": 101,
      "max_credit_cost": 101,
      "status": 200
    }
  }
}