Skip to main content
POST
/
api
/
samsunggalaxy
/
apps
/
suggest
/samsunggalaxy/apps/suggest
curl --request POST \
  --url https://api.anysite.io/api/samsunggalaxy/apps/suggest \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "keyword": "<string>",
  "timeout": 300,
  "country": "us"
}
'
[
  {
    "keyword": "<string>",
    "@type": "SamsunggalaxySuggestion",
    "content_id": "<string>"
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
keyword
string
required

Partial search term to autocomplete

Minimum string length: 1
Examples:

"spot"

"photo"

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

keyword
string
required
@type
string
default:SamsunggalaxySuggestion
content_id
string | null