Pull any Microsoft Store listing into structured JSON: product name, publisher, price, rating, review stream, system requirements, age rating, and category.
The Microsoft Store is the built-in marketplace for Windows apps and games, listing both desktop software and Xbox-linked titles with their own pricing and age ratings. The Microsoft Store Scraper API resolves product listings, ratings and reviews, and category charts into validated JSON keyed to the product ID.
Software vendors and Windows-market analysts use it to track pricing, watch competitor releases, and compare ratings against other desktop channels. Prices and ratings are read at request time, and system requirements are returned for app and game listings alike.
# POST a target — get validated JSON back
curl https://api.crawlzo.com/v4/scrape \
-H "Authorization: Bearer $CRAWLZO_KEY" \
-d '{
"url": "https://www.microsoftstore.com/",
"type": "app",
"geo": "us"
}'
// ← response
{
"status": "ok",
"data": {
"title": "...",
"developer": "...",
"rating": 4.7,
"ratings_count": 184220,
"price": "Free",
"category": "Productivity",
"rank": 12
}
} "type": "app",
"geo": "us"Microsoft Store data parsed into clean, validated JSON. Pull any group below on its own, or combine them in a single request.
Windows app and game pricing intelligence
Competitor release and version monitoring
Rating and review comparison across channels
Category-chart and discovery research
Yes. We resolve desktop apps and Xbox-linked games, returning price, rating, age rating, and system requirements for each so you can analyse the full Windows catalog.
Structured JSON straight from the API, or pushed to your stack natively — S3, BigQuery, Snowflake, Postgres, Kafka, or any HTTPS webhook. Call it from Python, Node, Go, Rust, or any HTTP client. The data lands where your pipeline already lives.
No. You pay for valid, schema-passing rows only. Retries, blocks, CAPTCHAs, and 5xxs are on us. If a run doesn't return data that conforms to the schema, it isn't billed.
Every request routes through the same engine behind our Web Unblocker API: compliant residential IPs, real browser fingerprints, TLS-level evasion, behaviour modelling, and built-in CAPTCHA solving. Hard targets become routine.
Yes. We respect robots policies, rate budgets, and ToS-aware allow/deny lists. We deliver and move on — no row-level retention beyond your replay window. GDPR DPA, PII redaction, and custom data residency available on request.