Skip to main content
POST
/
api
/
appbrain
/
apps
/
ranking
/appbrain/apps/ranking
curl --request POST \
  --url https://api.anysite.io/api/appbrain/apps/ranking \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "count": 2,
  "timeout": 300,
  "list_type": "top_free",
  "category": "all",
  "country": "us"
}
'
[
  {
    "rank": 123,
    "package_name": "<string>",
    "name": "<string>",
    "@type": "AppbrainRankingApp",
    "movement": 123,
    "alias": "<string>",
    "developer": "<string>",
    "developer_url": "<string>",
    "category": "<string>",
    "rating": 123,
    "install_count": 123,
    "recent_install_count": 123,
    "image": "<string>",
    "google_play_url": "<string>"
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
count
integer
required

Max number of ranked apps to return

Required range: x >= 1
timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500
list_type
enum<string>
default:top_free

Google Play chart list type

Available options:
top_free,
top_paid,
top_grossing,
top_new_free,
top_new_paid
category
enum<string>
default:all

App category (all = overall chart)

Available options:
all,
application,
game,
art_design,
auto,
beauty,
books_reference,
business,
comics,
communication,
dating,
education,
entertainment,
events,
finance,
food_drink,
health_fitness,
house_home,
libraries_demo,
lifestyle,
transportation,
medical,
music_audio,
news_magazines,
parenting,
personalization,
photography,
productivity,
shopping,
social,
sports,
tools,
travel_local,
media_video,
weather,
action,
adventure,
arcade,
board,
card,
casino,
casual,
educational,
music,
puzzle,
racing,
role_playing,
simulation,
sports_games,
strategy,
trivia,
word
country
enum<string>
default:us

Country of the Google Play chart

Available options:
au,
at,
be,
br,
ca,
cz,
dk,
fi,
fr,
de,
in,
id,
ir,
it,
jp,
mx,
nl,
no,
pl,
pt,
ru,
sa,
sk,
kr,
es,
se,
ch,
tr,
gb,
us

Response

Successful Response

rank
integer
required
package_name
string
required
name
string
required
@type
string
default:AppbrainRankingApp
movement
integer | null
alias
string | null
developer
string | null
developer_url
string | null
category
string | null
rating
number | null
install_count
integer | null
recent_install_count
integer | null
image
string | null
google_play_url
string | null