Skip to main content
POST
/
api
/
microsoftstore
/
apps
/
related
/microsoftstore/apps/related
curl --request POST \
  --url https://api.anysite.io/api/microsoftstore/apps/related \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "app": "<string>",
  "count": 2,
  "timeout": 300,
  "market": "US",
  "locale": "en-US"
}
'
[
  {
    "id": "<string>",
    "title": "<string>",
    "@type": "@microsoftstore_related_product",
    "alias": "<string>",
    "description": "<string>",
    "publisher_name": "<string>",
    "average_rating": 123,
    "rating_count_formatted": "<string>",
    "price": 123,
    "display_price": "<string>",
    "image": "<string>",
    "poster_art": "<string>",
    "box_art": "<string>",
    "screenshots": [],
    "categories": [],
    "product_family_name": "<string>",
    "package_family_names": [],
    "installer_type": "<string>",
    "installer_id": "<string>",
    "age_ratings": [],
    "type_tag": "<string>",
    "released_at": "<string>",
    "is_application": false,
    "is_game": false,
    "is_movie": false,
    "is_tv_series": false,
    "is_pwa": false,
    "is_theme": false,
    "is_hardware": false,
    "is_subscription": false
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
app
string
required

Microsoft Store product as a 12-character Store ID or a product page URL

Minimum string length: 1
Examples:

"9NCBCSZSJRSB"

"9WZDNCRFJBMP"

"https://apps.microsoft.com/detail/9NCBCSZSJRSB"

count
integer
required

Max number of related products to return

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

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500
market
enum<string>
default:US

Store market

Available options:
US,
GB,
CA,
AU,
DE,
FR,
IT,
ES,
NL,
BR,
MX,
IN,
JP,
KR,
TR
locale
enum<string>
default:en-US

Content language

Available options:
en-US,
en-GB,
en-CA,
en-AU,
de-DE,
fr-FR,
it-IT,
es-ES,
nl-NL,
pt-BR,
es-MX,
ja-JP,
ko-KR,
tr-TR

Response

Successful Response

id
string
required
title
string
required
@type
string
default:@microsoftstore_related_product
alias
string | null
description
string | null
publisher_name
string | null
average_rating
number | null
rating_count_formatted
string | null
price
number | null
display_price
string | null
image
string | null
poster_art
string | null
box_art
string | null
screenshots
string[]
categories
string[]
product_family_name
string | null
package_family_names
string[]
installer_type
string | null
installer_id
string | null
age_ratings
MicrosoftstoreAgeRating · object[]
type_tag
string | null
released_at
string | null
is_application
boolean
default:false
is_game
boolean
default:false
is_movie
boolean
default:false
is_tv_series
boolean
default:false
is_pwa
boolean
default:false
is_theme
boolean
default:false
is_hardware
boolean
default:false
is_subscription
boolean
default:false