{"name":"arxiv-search","description":"Search arXiv's full paper catalog by query, author, category, or a specific id-list and get back structured results instead of scraping HTML. Runs against the public arXiv API, so coverage matches what researchers actually publish. Each result carries title, authors, abstract, primary category, submission and update dates, a PDF URL, and DOI when one exists; the response also reports total_results and how many were returned for the requested limit. Use it as an arXiv search API, academic paper lookup, or research literature search tool for tracking preprints, building citation lists, or monitoring a research topic.","price":"$0.03","method":"POST","input_schema":{"properties":{"query":{"type":"string","description":"Free-text search across title/abstract/full-text. At least one of query, author, category, or id_list is required."},"author":{"type":"string","description":"Filter by author name."},"category":{"type":"string","description":"arXiv category code (e.g. 'cs.LG')."},"id_list":{"type":"array","items":{"type":"string"},"description":"Array of specific arXiv IDs to look up directly."},"limit":{"type":"number","description":"Max results to return, 1-50. Default 10."},"sort_by":{"type":"string","enum":["relevance","lastUpdatedDate","submittedDate"],"description":"'relevance' (default), 'lastUpdatedDate', or 'submittedDate'."},"sort_order":{"type":"string","enum":["ascending","descending"],"description":"'descending' (default) or 'ascending'."},"include_abstract":{"type":"boolean","description":"Boolean, default true. Set false to omit abstracts and shrink the payload."}}},"input_example":{"query":"quantum computing","limit":5},"output_example":{"total_results":1234,"returned":5},"x402_payment_required":true,"x402_facilitator":"https://api.cdp.coinbase.com/platform/v2/x402"}