View source: R/am_advanced_search.r
am_advanced_search | R Documentation |
Get Advanced Search <https://api.appmagic.rocks/v1/docs#operation/advancedSearch>
am_advanced_search(
release_date_gte,
release_date_lte,
country,
store,
size,
screenshots = NULL,
search = NULL,
description = NULL,
sort,
sort_asc = NULL,
category_ids = NULL,
tag_id = NULL,
publisher_place = NULL,
signature,
accept = "text/csv"
)
release_date_gte |
Release Date Gte (minimum date is 2015-01-01) |
release_date_lte |
Release Date Lte (minimum date is 2015-01-01) |
country |
Alpha-2 country code |
store |
Store code |
size |
The number of returned items |
screenshots |
If to include screenshots |
search |
Search query |
description |
Description search query |
sort |
Type of a TOP |
sort_asc |
Ascending or descending sorting |
category_ids |
Category IDs |
tag_id |
Tag IDs |
publisher_place |
Publisher place |
signature |
Authentication token |
accept |
Accept header value |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.