Skip to main content
POST
/
api
/
appstore
/
apps
/
charts
/appstore/apps/charts
curl --request POST \
  --url https://api.anysite.io/api/appstore/apps/charts \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "count": 100,
  "timeout": 300,
  "country": "us"
}
'
[
  {
    "id": 123,
    "name": "<string>",
    "@type": "@appstore_chart_entry",
    "bundle_id": "<string>",
    "alias": "<string>",
    "url": "<string>",
    "image": "<string>",
    "developer_id": 123,
    "developer_name": "<string>",
    "developer_url": "<string>",
    "category": "<string>",
    "category_id": 123,
    "price": 0,
    "formatted_price": "<string>",
    "currency": "<string>",
    "is_free": false,
    "rights": "<string>",
    "released_at": "<string>"
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
chart_type
enum<string>
required

App Store chart

Available options:
topfreeapplications,
toppaidapplications,
topgrossingapplications,
newapplications,
newfreeapplications,
newpaidapplications
count
integer
required

Max number of results

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

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500
country
enum<string>
default:us

App Store storefront country

Available options:
us,
gb,
ca,
au,
de,
fr,
it,
es,
nl,
se,
jp,
kr,
cn,
in,
br,
mx,
ru,
tr,
pl,
ae,
sa,
sg,
hk,
tw,
id,
th,
vn,
ph,
my,
za
category
enum<string> | null

Restrict the chart to a single app category

Available options:
6014,
6000,
6001,
6002,
6003,
6004,
6005,
6006,
6007,
6008,
6009,
6010,
6011,
6012,
6013,
6016,
6017,
6018,
6020,
6021,
6022,
6015,
6023,
6024,
6025,
6026,
6027

Response

Successful Response

id
integer
required
name
string
required
@type
string
default:@appstore_chart_entry
bundle_id
string | null
alias
string | null
url
string | null
image
string | null
developer_id
integer | null
developer_name
string | null
developer_url
string | null
category
string | null
category_id
integer | null
price
number
default:0
formatted_price
string | null
currency
string | null
is_free
boolean
default:false
rights
string | null
released_at
string | null