Skip to main content
POST
/
api
/
samsunggalaxy
/
apps
/
similar
/samsunggalaxy/apps/similar
curl --request POST \
  --url https://api.anysite.io/api/samsunggalaxy/apps/similar \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "package": "<string>",
  "timeout": 300,
  "country": "us"
}
'
[
  {
    "package": "<string>",
    "name": "<string>",
    "@type": "SamsunggalaxyRelatedApp",
    "content_id": "<string>",
    "image": "<string>",
    "developer": "<string>",
    "rating": 123,
    "price": "<string>",
    "is_free": false,
    "relation": "<string>"
  }
]

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"

"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:SamsunggalaxyRelatedApp
content_id
string | null
image
string | null
developer
string | null
rating
number | null
price
string | null
is_free
boolean
default:false
relation
string | null