GameNest Scraper API
GameNest Scraper API is a high-performance API that automatically extracts information from video game storefronts such as InstantGaming, GreenManGaming, Fanatical, and more sites coming soon. It features a request queue system to handle concurrent requests, a robust local cache to speed up responses and minimize calls to external sites, and domain-level rate limiting to prevent spamming and…
GameNest Scraper API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
/scrape/all /scrape/all |
Retrieves all available information about a game from its URL. |
| GET |
/scrape/price /scrape/price |
Retrieves only the price and any applicable discount of a game. |
| GET |
/scrape/availability /scrape/availability |
Checks whether a game is in stock on the site. |
| GET |
/scrape/rating /scrape/rating |
Retrieves the game’s ratings and reviews (site-dependent: Fanatical, InstantGaming, etc.). |