Skip to main content
POST
/
api
/
samsunggalaxy
/
apps
/
search
/samsunggalaxy/apps/search
curl --request POST \
  --url https://api.anysite.io/api/samsunggalaxy/apps/search \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "keyword": "<string>",
  "count": 2,
  "timeout": 300,
  "country": "us"
}
'
[
  {
    "package": "<string>",
    "name": "<string>",
    "@type": "SamsunggalaxySearchApp",
    "content_id": "<string>",
    "image": "<string>",
    "developer": "<string>",
    "category": "<string>",
    "category_id": "<string>",
    "content_type": "<string>",
    "rating": 123,
    "version": "<string>",
    "version_code": "<string>",
    "size_bytes": 123,
    "age_rating": "<string>",
    "price": 123,
    "currency": "<string>",
    "is_free": false,
    "has_in_app_purchases": false,
    "is_preorder": false,
    "published_at": "<string>"
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
keyword
string
required

Search term — an app name, keyword, or developer

Minimum string length: 1
Examples:

"spotify"

"photo editor"

count
integer
required

Max number of results to return

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

Max scrapping execution timeout (in seconds)

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

Storefront country

Available options:
us,
gb,
de,
fr,
it,
es,
nl,
kr,
jp,
in,
br,
ca,
au,
tr,
pl,
id,
th,
vn,
ph,
my

Response

Successful Response

package
string
required
name
string
required
@type
string
default:SamsunggalaxySearchApp
content_id
string | null
image
string | null
developer
string | null
category
string | null
category_id
string | null
content_type
string | null
rating
number | null
version
string | null
version_code
string | null
size_bytes
integer | null
age_rating
string | null
price
number | null
currency
string | null
is_free
boolean
default:false
has_in_app_purchases
boolean
default:false
is_preorder
boolean
default:false
published_at
string | null