Groups
Groups
Sign in
Groups
Groups
arXiv API
Conversations
About
Send feedback
Help
Getting different max_results from search_query
94 views
Skip to first unread message
Patrick O'Brien
unread,
Dec 5, 2023, 8:09:57 PM
12/5/23
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to arXiv API
Here's what I'm trying at the moment, but it seems that it keeps overriding my max_results to 10 despite being set to 100? Any suggestions? Thanks:
curl --data-urlencode "search_query=submittedDate:[200901130630+TO+200901131645]&start=0&ma
x_results=200"
http://export.arxiv.org/api/query
<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="
http://www.w3.org/2005/Atom
">
<link href="
http://arxiv.org/api/query?search_query%3DsubmittedDate%3A%5B200901130630%2BTO%2B200901131645%5D%26start%3D0%26max_results%3D200%26id_list%3D%26start%3D0%26max_results%3D10
" rel="self" type="application/atom+xml"/>
<title type="html">ArXiv Query: search_query=submittedDate:[200901130630+TO+200901131645]&start=0&max_results=200&id_list=&start=0&max_results=10</title>
<id>
http://arxiv.org/api/8cMdzxngwp/lc+2czAr65MUF7Bc
</id>
<updated>2023-12-05T00:00:00-05:00</updated>
<opensearch:totalResults xmlns:opensearch="
http://a9.com/-/spec/opensearch/1.1/
">0</opensearch:totalResults>
<opensearch:startIndex xmlns:opensearch="
http://a9.com/-/spec/opensearch/1.1/
">0</opensearch:startIndex>
<opensearch:itemsPerPage xmlns:opensearch="
http://a9.com/-/spec/opensearch/1.1/
">10</opensearch:itemsPerPage>
</feed>
Reply all
Reply to author
Forward
0 new messages