Arxiv: Search Papers
Arxiv via Parse · education
Search arXiv papers by query. Supports field-prefixed queries (ti: for title, au: for author, abs: for abstract, cat: for category, all: for all fields). Returns paginated results with total count. One upstream request per call. Retrieve metadata from arXiv papers including submission date, title, authors, abstract, and categories. Supports both direct paper lookup by ID and search queries. Fulfilled by Parse from export.arxiv.org.
- arxiv
- developer-tools
- education
- export-arxiv-org
- news-media
- parse
- platform-key
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- education
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/f73f077c-e2a7-4a25-a5b1-8f1a7d120634/search_papers
- Interface artifact
- sha256:cf2cd2afdf9e56d3b1737795c916a16519a6437fb1d5a74fccd2f97fd1cb9354
- Manifest digest
- sha256:1f60812dc04fa5f5fd84408b689a64ede8e31622b34bf8c3593c0e5674dbacf8
Request fields
- query (string, required): Search query string. Supports arXiv query syntax with field prefixes: 'ti:' (title), 'au:' (author), 'abs:' (abstract), 'cat:' (category), 'all:' (all fields). Boolean operators AND, OR, ANDNOT are supported.
- start (integer): Zero-based offset for pagination.
- max_results (integer): Number of results to return per page, between 1 and 100.
Example queries
- {"query":"ti:transformer","start":"0","max_results":"5"}