You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You decide what category of games you want to scrape
frompsstore4ru.core.deprecatedimportPSStoredefget_all_free_to_play_games():
""" A call to method PSStore().get_f2p_games_links() returns a list of CUSA codes corresponding to Free-to-Play games on the PS Store, e.g ['EP6261-CUSA23678_00-OSRELSIEEGENSHIN', 'EP8062-CUSA17849_00-0190589937083212', ...] """cusa_codes=PSStore().get_f2p_games_links()
forcodeincusa_codes:
game=PS4Game(region_code=code)
print(game.as_yaml())
You can also scrape off a game's specs using its url instead of CUSA code