Skip to main content
POST
/
api
/
appbrain
/
apps
/
browse
/appbrain/apps/browse
curl --request POST \
  --url https://api.anysite.io/api/appbrain/apps/browse \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "count": 10,
  "timeout": 300,
  "sort": "popular"
}
'
[
  {
    "package_name": "<string>",
    "name": "<string>",
    "@type": "AppbrainBrowseApp",
    "alias": "<string>",
    "developer": "<string>",
    "description": "<string>",
    "image": "<string>",
    "screenshots": [],
    "profile_url": "<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 apps to return

Required range: 1 <= x <= 20
timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500
sort
enum<string>
default:popular

Ordering of the browsed app list

Available options:
trending,
popular,
most-downloaded,
highest-rated
category
enum<string> | null

Restrict to a single app category

Available options:
apps,
games,
art-and-design,
auto-and-vehicles,
beauty,
books-and-reference,
business,
comics,
communication,
dating,
education,
entertainment,
events,
finance,
food-and-drink,
health-and-fitness,
house-and-home,
libraries-and-demo,
lifestyle,
maps-and-navigation,
medical,
music-and-audio,
news-and-magazines,
parenting,
personalization,
photography,
productivity,
shopping,
social,
sports,
tools,
travel-and-local,
video-players-and-editors,
weather,
action,
adventure,
arcade,
board-games,
card-games,
casino,
casual,
educational,
music-games,
puzzle,
racing,
role-playing,
simulation,
sports-games,
strategy,
trivia,
word-games
filter_by
enum<string> | null

Additional filter applied to the list

Available options:
free,
paid,
new,
updated,
price-drop,
no-ads,
no-subscription,
lightweight
country
enum<string> | null

Show apps popular in a specific country (overrides sort)

Available options:
united-states,
united-kingdom,
germany,
norway,
sweden,
australia,
netherlands,
italy,
denmark,
hong-kong,
brazil,
france,
canada,
spain,
portugal,
south-korea,
japan,
poland,
hungary,
india,
finland,
thailand,
russia

Response

Successful Response

package_name
string
required
name
string
required
@type
string
default:AppbrainBrowseApp
alias
string | null
developer
string | null
description
string | null
image
string | null
screenshots
string[]
profile_url
string | null
google_play_url
string | null