GET /publishers

openalex.org:openalex-api

Summary: List and search publishers
Operation ID: listPublishers
Auth: unknown
Description

Search and filter through publishing organizations.

Parameters (5)

filter (string, query, optional)

Filter constraints using field:value syntax. Multiple filters can be combined with commas (AND). Supports OR with pipe (|) and NOT with !. Examples: publication_year:2024, authorships.author.id:A5023888391, is_oa:true

page (integer, query, optional, default: 1)

Page number for pagination (capped at 10,000 results total; use cursor for deeper pagination)

Constraints: {'minimum': 1}

per_page (integer, query, optional, default: 25)

Number of results per page (default: 25, max: 100)

Constraints: {'minimum': 1, 'maximum': 100}

search (string, query, optional)

Full-text search query

sort (string, query, optional)

Sort order using field:direction syntax. Direction can be 'asc' or 'desc'. Example: cited_by_count:desc

Examples (3)

TitleTypeURLAction
List first page of publishers curl https://api.openalex.org/publishers?page=1&per-page=10
Search publishers by name curl https://api.openalex.org/publishers?search=elsevier
Filter publishers by country code curl https://api.openalex.org/publishers?filter=country_codes:US&per-page=5

Probe History

Latency

Status Codes

TimeStatusLatencySize
2026-03-23 09:13:48.240800 200 238ms
2026-03-23 09:08:23.323740 200 262ms
2026-03-22 21:31:25.168746 200 538ms

Response Changes

WhenOldNew
2026-03-23 09:08:23.323740 42d6caedcd24 a98b5b436381
2026-03-23 09:13:48.240800 a98b5b436381 9d58edbcd44e