/repec/papers/search

POST /api/repec/papers/search

Price: 10 credits

Search the RePEc bibliography by free text, keywords, author name, JEL code, NEP subject report, record kind, software language and record age. Returns each record's RePEc handle, title, authors, the series or journal it appeared in, year, keywords, JEL codes and the dates it was created and last modified

How to use it

This is the way to find a RePEc handle; pass the returned `id` to /repec/papers for the abstract, DOI and download links, which a search row does not carry. `logic` decides how several text fields combine: with the default `all_of` a record must match every field given, and `any_of` widens the result instead of narrowing it. `query` matches the whole record while `keywords` matches only the title and the author-supplied keywords, so a common word behaves very differently between them. `author` filters records by their author line, so the rows are records and never author profiles; a profile is reached through the `short_id` on a record from /repec/papers.

Parameters

Request body

Response

Errors

Response headers