PlayStation Games Scraper 🎮 avatar
PlayStation Games Scraper 🎮

Pricing

$19.99/month + usage

Go to Apify Store
PlayStation Games Scraper 🎮

PlayStation Games Scraper 🎮

Scrape PlayStation game details including titles, descriptions, platforms, genres, and release dates. Perfect for game analytics, market research, and tracking PlayStation Store listings.

Pricing

$19.99/month + usage

Rating

0.0

(0)

Developer

EasyApi

EasyApi

Maintained by Community

Actor stats

0

Bookmarked

9

Total users

2

Monthly active users

5 days ago

Last modified

Share

Powerful scraper for extracting detailed game information from the PlayStation store. Get comprehensive data about games, including titles, descriptions, platforms, release dates, and more.

🔥 Features

  • Search games by keywords
  • Extract detailed game information including:
    • Game title and description
    • Release date
    • Supported platforms (PS4, PS5, etc.)
    • Game genres
    • Publishers
    • Content ratings
    • Product types
    • Official URLs
    • Cover images
  • Configurable maximum number of items to scrape
  • Built-in proxy support
  • Rate limiting and smart delays to prevent blocking

🎯 Use Cases

  • Game market research and analysis
  • Track new game releases
  • Monitor pricing and availability
  • Competitive analysis
  • Game recommendation systems
  • Content aggregation

💡 Input Configuration

The actor accepts the following input parameters:

  • keywords: Array of search terms to find games
  • maxItems: Maximum number of games to scrape
  • proxyConfiguration: Optional proxy settings for enhanced reliability

📊 Output

The actor outputs detailed JSON data for each game, including:

  • Search keyword used
  • Scraping timestamp
  • Complete game details (title, description, platforms, etc.)
  • URLs and media assets
  • Publishing information
  • Content ratings and classifications

Input Example

A full explanation of an input example in JSON.

{
"keywords": [
"war"
],
"maxItems": 70
}

Output sample

The results will be wrapped into a dataset which you can always find in the Storage tab. Here's an excerpt from the data you'd get if you apply the input parameters above:

And here is the same data but in JSON. You can choose in which format to download your data: JSON, JSONL, Excel spreadsheet, HTML table, CSV, or XML.

[
{
"keyword": "war",
"scrapedAt": "2025-02-08T09:20:34.414Z",
"game": {
"url": "https://www.playstation.com/en-us/games/dynasty-warriors-origins/",
"hostname": "www.playstation.com",
"path": "/en-us/games/dynasty-warriors-origins.algolia/",
"depth": 4,
"contentLength": 1178,
"fileType": "html",
"pageTemplate": "global",
"title": "Dynasty Warriors: Origins",
"keywords": "Dynasty Warriors, Dynasty Warriors Origins, Koei Tecmo, action, musou, PlayStation, PS5, China, Three Kingdoms, ",
"description": "Discover Dynasty Warriors: Origins on the official PlayStation website. Check out the latest trailers and screenshots for this all-action musou adventure, pitting you against 1,000s of enemies, as well as gameplay features and purchase options.",
"image": "https://gmedia.playstation.com/is/image/SIEPDC/dynasty-warriors-origins-packshot-01-en-12june24",
"platforms": [
"PS5"
],
"publishDateTimestamp": 1737135858232,
"releaseDateTimestamp": 1767139200000,
"genre": [
"Action"
],
"pageType": "game",
"publisher": "KOEI TECMO America",
"productName": "Dynasty Warriors: Origins",
"contentRating": "ESRB_TEEN",
"platformRank": 10,
"productType": "FULL_GAME",
"headers": [],
"objectID": "games/dynasty-warriors-origins",
"_highlightResult": {
"title": {
"value": "Dynasty <em>War</em>riors: Origins",
"matchLevel": "full",
"fullyHighlighted": false,
"matchedWords": [
"war"
]
},
"keywords": {
"value": "Dynasty <em>War</em>riors, Dynasty <em>War</em>riors Origins, Koei Tecmo, action, musou, PlayStation, PS5, China, Three Kingdoms, ",
"matchLevel": "full",
"fullyHighlighted": false,
"matchedWords": [
"war"
]
},
"description": {
"value": "Discover Dynasty <em>War</em>riors: Origins on the official PlayStation website. Check out the latest trailers and screenshots for this all-action musou adventure, pitting you against 1,000s of enemies, as well as gameplay features and purchase options.",
"matchLevel": "full",
"fullyHighlighted": false,
"matchedWords": [
"war"
]
}
}
}
},
...
]