v1
latestOpenAPI 3.1.02026-07-24450694.7 KBKeyword Live Search - Current
Returns the organic app results of a live search on the store for a given keyword.
get/keywords/search-results/current
Query parameters
keywordstring required
The keyword to search for. Only <b>one</b> keyword is allowed.
countrystring
Two letter <a href="https://apptweak.readme.io/reference/country-codes">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
Example response
{
"result": {
"value": [
377889715
],
"date": "2022-03-15"
},
"metadata": {
"request": {
"path": "/api/public/store/keywords/search-results/current",
"params": {
"device": "iphone",
"country": "es",
"language": "es",
"limit": 10,
"keyword": "rent a car"
},
"cost": 51,
"max_credit_cost": 51,
"status": 200
}
}
}