Scrape PlayStation game details including titles, descriptions, platforms, genres, and release dates. Perfect for game analytics, market research, and tracking PlayStation Store listings.
Powerful scraper for extracting detailed game information from the PlayStation store. Get comprehensive data about games, including titles, descriptions, platforms, release dates, and more.
The actor accepts the following input parameters:
keywords
: Array of search terms to find gamesmaxItems
: Maximum number of games to scrapeproxyConfiguration
: Optional proxy settings for enhanced reliabilityThe actor outputs detailed JSON data for each game, including:
A full explanation of an input example in JSON.
1{ 2 "keywords": [ 3 "war" 4 ], 5 "maxItems": 70 6}
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]
Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.
No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!