VOOZH about

URL: https://apify.com/vnx0/microsoft-store-scraper

โ‡ฑ Microsoft Store Scraper โ€” App Data, Prices & Reviews ยท Apify


๐Ÿ‘ Microsoft Store Scraper โ€” App Data, Prices & Reviews avatar

Microsoft Store Scraper โ€” App Data, Prices & Reviews

Pricing

$3.00 / 1,000 app scrapeds

Go to Apify Store

Microsoft Store Scraper โ€” App Data, Prices & Reviews

Scrape Microsoft Store apps, games, prices, ratings and reviews. No official API exists โ€” this is your only programmatic data source. Try free.

Pricing

$3.00 / 1,000 app scrapeds

Rating

0.0

(0)

Developer

๐Ÿ‘ Vnx0

Vnx0

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

0

Monthly active users

2 months ago

Last modified

Share

Extract comprehensive app data from the Microsoft Store โ€” titles, descriptions, prices, ratings, publisher info, screenshots and more. Microsoft provides no public catalog API, making this the only Microsoft Store API alternative for accessing app data programmatically. Whether you call it the Microsoft Store or Windows Store, this scraper covers the entire catalog.


Use Cases

  • App market research & competitive analysis โ€” Track competitor apps, pricing strategies, and market positioning
  • Price monitoring across store apps โ€” Monitor price changes, sales, and promotional pricing
  • Publisher tracking & portfolio analysis โ€” Analyze publisher portfolios and release strategies
  • App store optimization (ASO) research โ€” Research keywords, categories, and ranking factors
  • Building app directories or review sites โ€” Create curated app catalogs with rich metadata
  • Scrape new app releases by category โ€” Monitor new releases and updates in specific categories

Features

Extract comprehensive data for every app:

  • App titles, descriptions, publisher info โ€” Full metadata including short and long descriptions
  • Prices with currency detection โ€” Numeric prices and formatted display prices in local currency
  • Star ratings and review counts โ€” Average ratings (0-5) and total number of user ratings
  • App icons and screenshots โ€” High-resolution images with captions
  • Supported architectures โ€” CPU architectures (x64, x86, arm64, arm)
  • Available markets/regions โ€” List of countries where the app is available
  • Categories and subcategories โ€” Primary category classification
  • Age ratings and release dates โ€” Content ratings and original release dates

How it works

  1. Choose your input โ€” Search by keyword, paste store URLs, or provide Product IDs directly
  2. Configure filters โ€” Narrow results by type (apps/games), price (free/paid), market, and locale
  3. Get structured data โ€” Every app is pushed to your dataset as a clean JSON object with full metadata

Input

The scraper supports three modes:

1. Search by keyword

Search the Microsoft Store for apps matching your queries:

{
"queries":["WhatsApp","video editor","VPN"],
"mediaType":"apps",
"priceType":"all",
"market":"US",
"locale":"en-US",
"maxItems":50
}

2. Direct Store URLs

Scrape specific apps by their Microsoft Store URLs:

{
"urls":[
"https://apps.microsoft.com/store/detail/whatsapp/9NKSQGP7F2NH",
"https://apps.microsoft.com/store/detail/spotify/9NCBCSZSJRSB"
],
"market":"US",
"locale":"en-US"
}

3. Product IDs (fastest)

Scrape apps directly by their Product IDs:

{
"productIds":["9NKSQGP7F2NH","9NCBCSZSJRSB"],
"market":"US",
"locale":"en-US",
"includeScreenshots":true,
"includeAllImages":false
}

Input parameters

ParameterTypeDescription
queriesarraySearch terms like app names or keywords
urlsarrayDirect Microsoft Store URLs
productIdsarray12-character Microsoft Product IDs
mediaTypestringFilter by all, apps, or games
priceTypestringFilter by all, Free, Paid, or Sale
marketstringRegional market (US, GB, DE, FR, JP, etc.)
localestringLanguage for titles and descriptions
maxItemsnumberMax apps per query (0 = unlimited, max 500)
includeScreenshotsbooleanInclude screenshot URLs and captions
includeAllImagesbooleanInclude all image size variants
deduplicatebooleanSkip duplicate apps across queries
proxyConfigurationobjectProxy settings for large runs

Output

Each app is returned as a structured JSON object:

{
"productId":"9WZDNCRFHVN5",
"title":"Windows Calculator",
"publisher":"Microsoft Corporation",
"description":"A simple yet powerful calculator that includes standard, scientific, programmer, and graphing calculator functionality...",
"shortDescription":"",
"category":"Utilities & tools",
"price":0,
"displayPrice":"$0.00",
"currency":"USD",
"averageRating":4.3,
"ratingsCount":109329,
"type":"app",
"releaseDate":"2013-04-06T09:56:07.114303Z",
"storeUrl":"https://apps.microsoft.com/store/detail/9WZDNCRFHVN5",
"iconUrl":"https://store-images.s-microsoft.com/image/apps.25936.jpg",
"screenshotUrls":[
"https://store-images.s-microsoft.com/image/apps.18490.jpg",
"https://store-images.s-microsoft.com/image/apps.45784.jpg"
],
"screenshotCaptions":[
"Use \"Always on Top\" mode to easily keep track of calculations while multi-tasking.",
"Use the currency calculator to calculate different monetary values."
],
"packageFamilyName":"Microsoft.WindowsCalculator_8wekyb3d8bbwe",
"hasInAppPurchases":false,
"publisherWebsite":"http://windows.microsoft.com",
"supportUrl":"http://go.microsoft.com/fwlink/p/?LinkId=282454",
"architectures":["arm","x86","x64","arm64"],
"markets":["US"],
"query":"calculator",
"position":1,
"scrapedAt":"2026-04-18T21:36:31.125Z"
}

Output fields

FieldTypeDescription
productIdstringMicrosoft Store product ID
titlestringApp name
publisherstringDeveloper or publisher name
descriptionstringFull app description
shortDescriptionstringBrief summary (may be empty for some apps)
categorystringApp category
pricenumberNumeric price (0 for free)
displayPricestringFormatted price string
currencystringCurrency code (USD, EUR, etc.)
averageRatingnumberAverage rating (0-5)
ratingsCountnumberTotal number of ratings
typestringapp or game
releaseDatestringRelease date (ISO 8601)
storeUrlstringLink to Microsoft Store
iconUrlstringApp icon URL
screenshotUrlsarrayScreenshot image URLs
screenshotCaptionsarrayScreenshot captions (may be empty for some apps)
allImagesarrayAll image variants (when enabled)
packageFamilyNamestringPackage identifier for winget
hasInAppPurchasesbooleanWhether app offers IAP
publisherWebsitestringPublisher's website
supportUrlstringSupport page URL
architecturesarraySupported CPU architectures
marketsarrayAvailable markets
querystringSearch query used
positionnumberRank in search results
scrapedAtstringExtraction timestamp

Performance

  • Search mode โ€” ~2-3 seconds per app
  • URL mode โ€” ~1-2 seconds per app
  • Product ID mode โ€” ~0.5-1 second per app (fastest)

For large runs (100+ apps), enable proxy configuration to avoid rate limiting.


Download links

This scraper extracts metadata only. To obtain direct download links for Microsoft Store apps:

  • Use winget โ€” winget install Microsoft.WindowsCalculator_8wekyb3d8bbwe using the packageFamilyName field
  • Use rg-adguard.net โ€” Paste the storeUrl to get download links

Pricing

$0.003 per app scraped ($3 per 1,000 apps). You are only charged for items successfully pushed to the dataset.

You might also like

Microsoft Store Scraper โ€” App Details, Search & Reviews

freshactors/microsoft-store-scraper

Reliable, always-fresh Microsoft Store data: app details with 7/30-day rating windows, search, and customer reviews with helpful votes. Any country market. Monitored daily. By FreshActors.

Microsoft Market Profile Scraper

getdataforme/microsoft-market-profile-scraper

Effortlessly extract detailed product profiles from Microsoft Marketplace, including titles, publishers, ratings, reviews, and pricing. Ideal for market research, competitive intelligence, and data integration....

Microsoft Marketplace Discovery Scraper

getdataforme/microsoft-marketplace-discovery-scraper

Effortlessly scrape Microsoft AppSource for detailed app data, including titles, ratings, publishers, and pricing. Ideal for market research, competitive analysis, and automation....

Microsoft Account Checker

dev00/microsoft-account-checker

Verify if an email address is associated with a registered Microsoft Account.

dev00

18

Microsoft Learn MCP Server

agentify/microsoft-learn-mcp-server

The Microsoft Learn MCP Server enables AI clients to access trusted and up-to-date information directly from Microsoft's official documentation. It provides semantic search and document retrieval capabilities from Microsoft Learn.

Apple Apps Store Scraper โœ… Free

supreme_scraper/apple-apps-store-scraper

Scraper apps, reviews, search results etc from apple app store

๐Ÿ‘ User avatar

Supreme Scraper

64

Microsoft Sharepoints Discovery Scraper

getdataforme/microsoft-sharepoints-discovery-scraper

Efficiently discover and extract data from Microsoft SharePoint sites with the Microsoft Sharepoints Discovery Scraper. Customize searches, use proxy support for anonymity, and automate data collection....

Microsoft Xbox Game Store Scraper | $4 / 1k

fatihtahta/microsoft-xbox-game-store-scraper

Scrape the Microsoft Xbox Store into clean, structured product data. Get games, add-ons, bundles and editions with pricing, ratings, genres, compatibility, subscription inclusion, descriptions, media and publisher contact details. Great for market analysis, pricing research and regional tracking.