Skip to main content
POST
/
api
/
microsoftstore
/
apps
/
search
/microsoftstore/apps/search
curl --request POST \
  --url https://api.anysite.io/api/microsoftstore/apps/search \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "query": "<string>",
  "count": 2,
  "timeout": 300,
  "media_type": "apps",
  "category": "all",
  "market": "US",
  "locale": "en-US"
}
'
[
  {
    "id": "<string>",
    "title": "<string>",
    "@type": "@microsoftstore_app_search_card",
    "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": [],
    "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
query
string
required

Search keyword

Minimum string length: 1
count
integer
required

Max number of results to return

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

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500
media_type
enum<string>
default:apps

Catalog department to search in

Available options:
all,
apps,
games,
devices,
passes,
fonts,
themes
category
enum<string>
default:all

Restrict results to a catalog category

Available options:
all,
Books & reference,
Business,
Developer tools,
Education,
Entertainment,
Food & dining,
Government & politics,
Health & fitness,
Kids & family,
Lifestyle,
Medical,
Multimedia design,
Music,
Navigation & maps,
News & weather,
Personal Finance,
Personalization,
Photo & video,
Productivity,
Security,
Shopping,
Social,
Sports,
Travel,
Utilities & tools
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_search_card
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[]
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