Hi Tobias,
Apologies! I was replying from my inbox and didn't notice which list this came from. It sounds like you're pretty familiar with Unpaywall, so hopefully the main
OpenAlex documentation page and a few key points will explain the difference.
OpenAlex has a much broader scope than Unpaywall. From the outside, Unpaywall is essentially a function: the input is a Crossref DOI and the output is an Open Access status, hopefully some OA locations, and basic bibliographic data that mostly comes as-is from Crossref. The only first-class, concrete entities in Unpaywall are the DOI and the OA status. Everything else, the journal, the authors, and so on, are referred to by strings (ISSNs for journals, names for authors), but they aren't represented as independent entities - their existence is only implied by these strings.
OpenAlex presents this data in a more cohesive and usable way, as five
Entity types: Work, Author, Venue, Institution, and Concept. Each instance of each Entity type has a persistent identifier used to link it to other Entities in a web, or more precisely a graph - initially we distributed the dataset in the same format as
Microsoft Academic Graph, which has since been discontinued. The graph enables all kinds of queries that aren't possible with Unpaywall, starting with simple things like
listing all the Works published by an Author or affiliated with an Institution. The Entities themselves give concrete representation to things like journals (a type of Venue) that were only alluded to in Unpaywall.
Because we're no longer using Crossref DOIs as a primary key (Works can be referenced by
any of several IDs) we're also able to include papers that couldn't be represented in Unpaywall at all. We do pull in all Open Access information from Unpaywall (see Work.
open_access, .
host_venue, and .
alternate_host_venues) so rather than serving the same purpose OpenAlex does everything Unpaywall can do and more. But it's hard to beat Unpaywall for simplicity at its core use case - plug in a DOI and get an OA location - so while development efforts are focused on OpenAlex and many new users may find it more useful, there are no plans to discontinue it.
Best,
Richard