am_top_trending: Get Top Trending Applications

View source: R/am_top_trending.r

am_top_trendingR Documentation

Description

Get Top Trending Applications <https://api.appmagic.rocks/v1/docs#operation/getTopTrending>

Usage

am_top_trending(
  store,
  type,
  country,
  date_from,
  date_to,
  limit = NULL,
  depth = NULL,
  method = NULL,
  tag_id = NULL,
  category_ids = NULL,
  headquarter = NULL,
  new_only = NULL,
  kind = NULL,
  signature
)

Arguments

store

Store code

type

Type of a top (top free or top grossing)

country

Alpha-2 country code

date_from

Start date of TOP (minimum date is 2015-01-01)

date_to

End date of TOP (minimum date is 2015-01-01)

limit

The number of returned items

depth

Top app analysis limit

method

Type of a top (gainers or losers)

tag_id

Tag IDs

category_ids

Category IDs

headquarter

Alpha-2 country code of application publisher

new_only

Select apps released in specific time period or include others

kind

Type of applications (all, games or apps)

signature

Authentication token


muzerow/rappmagic documentation built on July 1, 2024, 7:50 a.m.