docs/arxiv/search.md
Search
The Search API searches for articles on arXiv.
Parameters
query: The search querystart: The start index of the search resultsmax_results: The maximum number of search results to returnsubmittedDateFrom: The start submission date in the format YYYYMMDDsubmittedDateTo: The end submission date in the format YYYYMMDDti: Search in titleau: Search in authorabs: Search in abstractco: Search in commentjr: Search in journal referencecat: Search in subject category
Example Usage
search = Search()
results = search.fn("machine learning", submittedDateFrom="20220101", submittedDateTo="20220131", ti="deep learning")
print(results)