Hi, I would really like to be able to import data from the public itch website. For example, on my own website I have a section where I link to the various games I’ve worked on, and I’d like to be able to automate keeping that up-to-date.
Unfortunately, it seems that the RSS feeds are extremely limited; for example, I can’t find any way of getting a feed for any of my collections. Scraping the HTML is also not super helpful, as a lot of the data only loads in on-demand via JavaScript, such as things like a game’s publication and update time. There also doesn’t seem to be anything (at least nothing documented) about browsing collections or getting game metadata from the game pages themselves. (Not to mention that the actual structure of the HTML leaves a lot to be desired when it comes to stably scraping things.) Even getting the plain title of a game is a relative nightmare.
Is there something I’m missing, or could this functionality be added in? For example, providing better game metadata in the form of additional OpenGraph tags or JSON-LD or the like, and providing a more complete set of RSS feeds which also provide this metadata.
In particular, I’m looking to be able to get the following from a game:
- Title
- Date of publication and last update
- Contributors/project admins (for credit purposes)
- Item type (game, soundtrack, comic, etc.)
and ideally being able to get that in bulk, or at least a raw listing of games’ IDs and/or URLs, from a collection.
Even if this stuff were added to the itch.io API that would be a huge improvement over what’s currently there.






















































