GameSpot Reviews Search Scraper
Pricing
Pay per usage
Go to Apify Store
GameSpot Reviews Search Scraper
Scrape game reviews from GameSpot.com by providing a search URL, with automatic pagination and comprehensive review extraction.
Pricing
Pay per usage
Rating
5.0
(1)
Developer

PowerAI
Maintained by Community
Actor stats
1
Bookmarked
2
Total users
1
Monthly active users
23 days ago
Last modified
Categories
Share
This actor allows you to scrape game reviews from GameSpot.com by providing a search URL. It automatically handles pagination and extracts comprehensive review information including titles, publication dates, and review summaries.
Features
- URL-based Scraping: Extract reviews by providing a complete GameSpot search URL
- Automatic Pagination: Automatically navigates through pages to load more reviews until reaching the end or max items limit
- Comprehensive Review Data: Extract detailed information about each review including:
- Review title
- Review URL
- Featured image
- Publication date
- Review summary/deck
Input Parameters
| Field | Type | Required | Description |
|---|---|---|---|
searchUrl | string | Yes | Complete GameSpot search URL to scrape |
maxItems | integer | No | Maximum number of reviews to fetch |
Output
The output is a main list of review objects, each containing:
searchUrl: The original search URL usedreviewTitle: Title of the reviewreviewUrl: URL to the full reviewimageUrl: URL of the featured imagepublishedDate: Publication date of the reviewdeck: Summary or deck text of the reviewscrapedAt: Timestamp of when the review was scraped
Example output:
[{"searchUrl": "https://www.gamespot.com/search/?i=reviews&q=war","reviewTitle": "Civil War Review - No Easy Answers","reviewUrl": "https://www.gamespot.com/reviews/civil-war-review-no-easy-answers/1900-6418210/","imageUrl": "https://www.gamespot.com/a/uploads/square_small/1578/15789737/4286607-civilwar.jpg","publishedDate": "Apr 11, 2024","deck": "Writer/director Alex Garland's latest film doesn't hold your hand through his chaotic new vision.","scrapedAt": "2025-05-29T02:10:44.350Z"},...]
Use Cases
- Gaming news aggregation
- Review archive research
- Content creation and inspiration
- Game discovery and exploration
Notes
- The actor uses stealth mode to avoid detection
- Results are automatically paginated until reaching the end or max items limit
- The actor includes random delays between actions to avoid rate limiting