Skip to main content
POST
/
api
/
microsoftstore
/
apps
/microsoftstore/apps
curl --request POST \
  --url https://api.anysite.io/api/microsoftstore/apps \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "app": "<string>",
  "timeout": 300,
  "market": "US",
  "locale": "en-US"
}
'
[
  {
    "id": "<string>",
    "title": "<string>",
    "@type": "@microsoftstore_app",
    "alias": "<string>",
    "description": "<string>",
    "short_description": "<string>",
    "media_type": "<string>",
    "product_type": "<string>",
    "product_family_name": "<string>",
    "publisher_name": "<string>",
    "publisher_id": "<string>",
    "publisher_address": "<string>",
    "publisher_phone_number": "<string>",
    "publisher_copyright": "<string>",
    "developer_name": "<string>",
    "average_rating": 123,
    "rating_count": 0,
    "rating_count_formatted": "<string>",
    "price": 123,
    "display_price": "<string>",
    "categories": [],
    "image": "<string>",
    "hero_image": "<string>",
    "poster_art": "<string>",
    "box_art": "<string>",
    "screenshots": [],
    "images": [],
    "system_requirements": {
      "@type": "@microsoftstore_system_requirements",
      "minimum": [],
      "recommended": []
    },
    "supported_languages": [],
    "platforms": [],
    "allowed_platforms": [],
    "permissions_required": [],
    "age_ratings": [],
    "approximate_size": 0,
    "max_install_size": 0,
    "last_updated_at": "<string>",
    "package_updated_at": "<string>",
    "released_at": "<string>",
    "package_family_names": [],
    "installer_type": "<string>",
    "installer_id": "<string>",
    "website_url": "<string>",
    "privacy_url": "<string>",
    "license_terms_url": "<string>",
    "support_urls": [],
    "installation_terms": "<string>",
    "disclaimer_text": "<string>",
    "warning_messages": [],
    "is_application": false,
    "is_game": false,
    "is_movie": false,
    "is_tv_series": false,
    "is_pwa": false,
    "is_theme": false,
    "is_hardware": false,
    "is_microsoft_product": false,
    "is_subscription": false,
    "has_add_ons": false,
    "has_third_party_iaps": false,
    "has_xbox_live": 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"

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_app
alias
string | null
description
string | null
short_description
string | null
media_type
string | null
product_type
string | null
product_family_name
string | null
publisher_name
string | null
publisher_id
string | null
publisher_address
string | null
publisher_phone_number
string | null
developer_name
string | null
average_rating
number | null
rating_count
integer
default:0
rating_count_formatted
string | null
price
number | null
display_price
string | null
categories
string[]
image
string | null
hero_image
string | null
poster_art
string | null
box_art
string | null
screenshots
string[]
images
MicrosoftstoreImage · object[]
system_requirements
MicrosoftstoreSystemRequirements · object
supported_languages
string[]
platforms
string[]
allowed_platforms
string[]
permissions_required
string[]
age_ratings
MicrosoftstoreAgeRating · object[]
approximate_size
integer
default:0
max_install_size
integer
default:0
last_updated_at
string | null
package_updated_at
string | null
released_at
string | null
package_family_names
string[]
installer_type
string | null
installer_id
string | null
website_url
string | null
privacy_url
string | null
license_terms_url
string | null
support_urls
string[]
installation_terms
string | null
disclaimer_text
string | null
warning_messages
string[]
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_microsoft_product
boolean
default:false
is_subscription
boolean
default:false
has_add_ons
boolean
default:false
has_third_party_iaps
boolean
default:false
has_xbox_live
boolean
default:false