/core/works/search
Search CORE research works (publications)
Price: 1 credit
💡 AI Hint: Search open-access research publications on CORE. Provide a keyword or a Lucene query in ‘q’ (supports fields like title, abstract, authors, yearPublished, documentType, language, dataProviders.id; boolean operators; ranges). Set ‘sort’ to order by relevance, recency, citation count, or year published. Returns matching works with full metadata.
Authorizations
API token from the dashboard
Headers
Body
Search query. Plain keywords, or Lucene syntax with fields (title, abstract, authors, doi, yearPublished, documentType, language, fieldOfStudy, dataProviders.id), boolean operators (AND/OR/NOT), and ranges (yearPublished>2020, yearPublished:[2018 TO 2022]). When scoping a text term to a field, quote or parenthesize it: title:"cancer" or title:(cancer) (a bare title:cancer matches nothing).
1"machine learning"
"title:\"cancer\" AND yearPublished>2020"
Max result count
x >= 1Max scrapping execution timeout (in seconds)
20 <= x <= 1500Result ordering
relevance, recency, citations_desc, citations_asc, year_desc, year_asc Response
Successful Response