Skip to main content
POST
/
api
/
samsunggalaxy
/
apps
/samsunggalaxy/apps
curl --request POST \
  --url https://api.anysite.io/api/samsunggalaxy/apps \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "package": "<string>",
  "timeout": 300,
  "country": "us"
}
'
[
  {
    "package": "<string>",
    "name": "<string>",
    "@type": "SamsunggalaxyApp",
    "content_id": "<string>",
    "content_type": "<string>",
    "image": "<string>",
    "thumbnail": "<string>",
    "feature_image": "<string>",
    "youtube_url": "<string>",
    "description": "<string>",
    "whats_new": "<string>",
    "version": "<string>",
    "size": "<string>",
    "developer": "<string>",
    "category": "<string>",
    "category_id": "<string>",
    "category_path": "<string>",
    "rating": 123,
    "rating_count": 0,
    "age_rating": "<string>",
    "price": "<string>",
    "discount_price": "<string>",
    "currency": "<string>",
    "is_free": false,
    "is_discounted": false,
    "has_in_app_purchases": false,
    "country_code": "<string>",
    "updated_at": "<string>",
    "deeplink_url": "<string>",
    "bridge_url": "<string>",
    "support_email": "<string>",
    "developer_url": "<string>",
    "privacy_policy_url": "<string>",
    "data_safety_collected": [],
    "data_safety_shared": [],
    "permissions": [],
    "screenshots": [],
    "seller": {
      "@type": "SamsunggalaxySeller",
      "id": "<string>",
      "name": "<string>",
      "copyright_holder": "<string>",
      "trade_name": "<string>",
      "representation": "<string>",
      "registration_number": "<string>",
      "address": "<string>",
      "support_email": "<string>",
      "website": "<string>",
      "privacy_policy_url": "<string>"
    },
    "also_installed_apps": [],
    "similar_apps": [],
    "reviews": []
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
package
string
required

Android package name, or a Galaxy Store app URL

Minimum string length: 1
Examples:

"com.spotify.music"

"com.netflix.mediaclient"

"https://galaxystore.samsung.com/detail/com.spotify.music"

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:SamsunggalaxyApp
content_id
string | null
content_type
string | null
image
string | null
thumbnail
string | null
feature_image
string | null
youtube_url
string | null
description
string | null
whats_new
string | null
version
string | null
size
string | null
developer
string | null
category
string | null
category_id
string | null
category_path
string | null
rating
number | null
rating_count
integer
default:0
age_rating
string | null
price
string | null
discount_price
string | null
currency
string | null
is_free
boolean
default:false
is_discounted
boolean
default:false
has_in_app_purchases
boolean
default:false
country_code
string | null
updated_at
string | null
bridge_url
string | null
support_email
string | null
developer_url
string | null
privacy_policy_url
string | null
data_safety_collected
string[]
data_safety_shared
string[]
permissions
string[]
screenshots
string[]
seller
object | null
also_installed_apps
object[]
similar_apps
object[]
reviews
object[]