PlayStation Games Scraper 🎮 avatar

PlayStation Games Scraper 🎮

Try for free

2 hours trial then $19.99/month - No credit card required now

Go to Store
PlayStation Games Scraper 🎮

PlayStation Games Scraper 🎮

easyapi/playstation-games-scraper
Try for free

2 hours trial then $19.99/month - No credit card required now

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

Developer
Maintained by Community

Actor Metrics

  • 2 monthly users

  • No reviews yet

  • No bookmarks yet

  • >99% runs succeeded

  • Created in Feb 2025

  • Modified 8 days ago

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.

1{
2    "keywords": [
3        "war"
4    ],
5    "maxItems": 70
6}

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.

1[
2    {
3        "keyword": "war",
4        "scrapedAt": "2025-02-08T09:20:34.414Z",
5        "game": {
6            "url": "https://www.playstation.com/en-us/games/dynasty-warriors-origins/",
7            "hostname": "www.playstation.com",
8            "path": "/en-us/games/dynasty-warriors-origins.algolia/",
9            "depth": 4,
10            "contentLength": 1178,
11            "fileType": "html",
12            "pageTemplate": "global",
13            "title": "Dynasty Warriors: Origins",
14            "keywords": "Dynasty Warriors, Dynasty Warriors Origins, Koei Tecmo, action, musou, PlayStation, PS5, China, Three Kingdoms, ",
15            "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.",
16            "image": "https://gmedia.playstation.com/is/image/SIEPDC/dynasty-warriors-origins-packshot-01-en-12june24",
17            "platforms": [
18                "PS5"
19            ],
20            "publishDateTimestamp": 1737135858232,
21            "releaseDateTimestamp": 1767139200000,
22            "genre": [
23                "Action"
24            ],
25            "pageType": "game",
26            "publisher": "KOEI TECMO America",
27            "productName": "Dynasty Warriors: Origins",
28            "contentRating": "ESRB_TEEN",
29            "platformRank": 10,
30            "productType": "FULL_GAME",
31            "headers": [],
32            "objectID": "games/dynasty-warriors-origins",
33            "_highlightResult": {
34                "title": {
35                    "value": "Dynasty <em>War</em>riors: Origins",
36                    "matchLevel": "full",
37                    "fullyHighlighted": false,
38                    "matchedWords": [
39                        "war"
40                    ]
41                },
42                "keywords": {
43                    "value": "Dynasty <em>War</em>riors, Dynasty <em>War</em>riors Origins, Koei Tecmo, action, musou, PlayStation, PS5, China, Three Kingdoms, ",
44                    "matchLevel": "full",
45                    "fullyHighlighted": false,
46                    "matchedWords": [
47                        "war"
48                    ]
49                },
50                "description": {
51                    "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.",
52                    "matchLevel": "full",
53                    "fullyHighlighted": false,
54                    "matchedWords": [
55                        "war"
56                    ]
57                }
58            }
59        }
60    },
61    ...
62]