OpenAlex technical documentation
Ctrlk
  • Overview
  • API Guide for LLMs
  • Quickstart tutorial
  • API Entities
    • Entities overview
    • πŸ“„Works
    • πŸ‘©Authors
      • Author object
      • Get a single author
      • Get lists of authors
      • Filter authors
      • Search authors
      • Group authors
      • Limitations
      • Author disambiguation
    • πŸ“šSources
    • 🏫Institutions
    • πŸ’‘Topics
    • πŸ—οΈKeywords
    • 🏒Publishers
    • πŸ’°Funders
    • πŸ†Awards
    • 🌎Geo
    • Concepts
    • Aboutness endpoint (/text)
  • How to use the API
    • API Overview
    • xpac
    • Get single entities
    • Get lists of entities
    • Get groups of entities
    • Rate limits and authentication
  • Download all data
    • OpenAlex snapshot
    • Snapshot data format
    • Download to your machine
    • Upload to your database
  • Additional Help
    • Tutorials
    • Report bugs
    • FAQ
Powered by GitBook
On this page
  1. API Entities
  2. πŸ‘©Authors

Group authors

You can group authors with the group_by parameter:

  • Get counts of authors by the last known institution continent: https://api.openalex.org/authors?group_by=last_known_institution.continent``

Or you can group using one the attributes below.

{% hint style="info" %} It's best to read about group by before trying these out. It will show you how results are formatted, the number of results returned, and how to sort results. {% endhint %}

/authors group_by attributes

  • affiliations.institution.country_code

  • affiliations.institution.id

  • affiliations.institution.lineage

  • affiliations.institution.ror

  • affiliations.institution.type

  • cited_by_count

  • has_orcid

  • last_known_institution.continent

  • last_known_institution.country_code

  • last_known_institution.id

  • last_known_institution.is_global_south

  • last_known_institution.lineage

  • last_known_institution.ror

  • last_known_institution.type

  • summary_stats.2yr_mean_citedness

  • summary_stats.h_index

  • summary_stats.i10_index

  • works_count

PreviousSearch authorsNextLimitations

Last updated 2 days ago