Xbox Games Scraper avatar

Xbox Games Scraper

Pricing

Pay per usage

Go to Apify Store
Xbox Games Scraper

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

Shahid Irfan

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

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

FieldTypeRequiredDefaultDescription
startUrlStringNohttps://www.xbox.com/en-US/games/browseXbox.com games browse URL (use a regional URL for localization)
keywordStringNoOptional keyword filter (matches game title)
results_wantedIntegerNo20Maximum number of games to return
max_pagesIntegerNo10Safety cap on the number of listing pages to process
proxyConfigurationObjectNo{ "useApifyProxy": true }Proxy settings for reliability

Output

Each dataset item contains:

FieldTypeDescription
urlStringXbox.com product page URL
titleStringGame title
descriptionStringDescription (may be truncated for size)
genresArrayGenres / categories
priceStringPrice label (e.g. Free, $19.99) when available
ratingStringContent rating / classification when available
release_dateStringRelease date (YYYY-MM-DD) when available
developerStringDeveloper name when available
publisherStringPublisher name when available
image_urlStringPrimary image URL
platformStringPlatform label
platforms_supportedArraySupported platforms when available
marketStringMarket/region code (e.g. US)
product_idStringProduct 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.