Hi,
I'm working with the arXiv API to track publications from a list of 100+ authors in specific categories (quant-ph, cond-mat, physics.app-ph). After the November 11, 2025 API changes I'm encountering issues with OR queries across multiple authors. Before then my code worked, but I was probably doing something that was only supported by accident.
What I'm trying to achieve is to query multiple authors at once, filtered by categories. For example:
(au:Devoret_Michel_H OR au:Blais_Alexandre OR au:Wallraff_Andreas) AND (cat:quant-ph OR cat:cond-mat OR cat:physics.app-ph)
What I'm observing:
- Without parentheses around the author OR clause, the query appears to parse as au:A OR (au:B AND categories) due to operator precedence, returning results from wrong categories (cs.CL, q-bio.PE, etc.)
- With parentheses (au:A OR au:B OR au:C) AND (cat:X OR cat:Y), the query returns 0 results
- OR queries across different authors seem to only return results from the first author listed (testing shows au:Devoret_Michel_H OR au:Blais_Alexandre OR au:Wallraff_Andreas returns the same 66 results as just au:Devoret_Michel_H alone)
My current workaround is querying each of the 100+ authors individually with 3s delays, but this takes quite a while, especially as I have to try different permutations of names as authors aren’t always consistent in using middle names or initials.
My questions would be
- Is OR intended to work across different authors with the au: prefix?
- Should parentheses work with author queries, or are they only supported for title/abstract queries?
- What's the recommended approach for querying multiple authors with category filters?
- Are there any API rate limit considerations for batching author queries?
Thank you for any guidance!
PS thank you for this fantastic tool!
--
You received this message because you are subscribed to the Google Groups "arXiv API Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to api+uns...@arxiv.org.
To view this discussion visit https://groups.google.com/a/arxiv.org/d/msgid/api/03aa119b-c1b7-431a-8c93-c5a6e95986d0n%40arxiv.org.
To view this discussion visit https://groups.google.com/a/arxiv.org/d/msgid/api/CALi%2BNwoxHd-_zKvmH%2Bs9ztsBuqEUJFCjFqdhnqi1nPooP%2BnEpw%40mail.gmail.com.