Xbox Games Scraper
Pricing
Pay per usage
Go to Apify Store
Xbox Games Scraper
Unlock the full potential of the Xbox Store data! Instantly scrape game titles, live pricing, ratings, and release dates. Perfect for market research, price monitoring, and building gaming catalogs. Get accurate, structured data for your analysis today.
Pricing
Pay per usage
Rating
0.0
(0)
Developer

Shahid Irfan
Maintained by Community
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
Share
Collect structured Xbox.com game catalog data at scale. Export results to your favorite tools for research, dashboards, content workflows, and monitoring.
What you can do with it
- Build a dataset of Xbox games with titles, descriptions, genres, release dates, images, and pricing (when available)
- Search within the catalog using a keyword
- Run on different Xbox regions by choosing a regional browse URL
- Export results to JSON/CSV/Excel or connect to apps via webhooks and integrations
Use cases
- Market research: pricing, genre trends, release cadence
- Content pipelines: populate a site/app catalog, comparisons, “top picks” lists
- Monitoring: re-run on a schedule to spot changes in availability or price
Input
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
startUrl | String | No | https://www.xbox.com/en-US/games/browse | Xbox.com games browse URL (use a regional URL for localization) |
keyword | String | No | — | Optional keyword filter (matches game title) |
results_wanted | Integer | No | 20 | Maximum number of games to return |
max_pages | Integer | No | 10 | Safety cap on the number of listing pages to process |
proxyConfiguration | Object | No | { "useApifyProxy": true } | Proxy settings for reliability |
Output
Each dataset item contains:
| Field | Type | Description |
|---|---|---|
url | String | Xbox.com product page URL |
title | String | Game title |
description | String | Description (may be truncated for size) |
genres | Array | Genres / categories |
price | String | Price label (e.g. Free, $19.99) when available |
rating | String | Content rating / classification when available |
release_date | String | Release date (YYYY-MM-DD) when available |
developer | String | Developer name when available |
publisher | String | Publisher name when available |
image_url | String | Primary image URL |
platform | String | Platform label |
platforms_supported | Array | Supported platforms when available |
market | String | Market/region code (e.g. US) |
product_id | String | Product identifier |
Usage examples
Basic run
{"startUrl": "https://www.xbox.com/en-US/games/browse","results_wanted": 50}
Keyword filter
{"keyword": "Halo","results_wanted": 25}
Higher volume with proxies
{"results_wanted": 200,"max_pages": 20,"proxyConfiguration": {"useApifyProxy": true}}
Sample output
{"url": "https://www.xbox.com/en-US/games/store/minecraft/9MVXMVT8ZKWC/0001","title": "Minecraft","description": "CREATE\nBuild whatever you can imagine...","genres": ["Action & adventure", "Family & kids"],"price": "$19.99","rating": null,"release_date": "2017-09-20","developer": "Mojang/Microsoft Studios","publisher": "Microsoft Studios","image_url": "https://store-images.s-microsoft.com/image/...","platform": "Xbox","platforms_supported": ["Xbox One", "Xbox Series X|S", "Xbox"],"market": "US","product_id": "9MVXMVT8ZKWC"}
Tips
- Start with
results_wanted= 20–50 to validate your input, then scale up - Use a regional
startUrl(e.g.en-GB,de-DE) for localized results - For best reliability at higher volumes, enable Apify Proxy in
proxyConfiguration
Limitations
- Some fields may be missing for some items if they are not provided on Xbox.com
- Large runs depend on your plan limits and run time
Support
Use the Apify Console to report issues and request improvements.