$ man arxiv-search
/arxiv-search(1)
PRICE / CALL
$0.03
USDC · base mainnet · scheme: exact
METHOD
POST
CLUSTER
webprobeCATEGORY
uncategorized
STATUS
● live
NAME
arxiv-search — arxiv full-text search
SYNOPSIS
POST https://x402.org/v1/arxiv-search
Content-Type: application/json
X-PAYMENT: <signed-transferWithAuthorization>
{ ... }↳ first call →
402 Payment Required. Sign USDCtransferWithAuthorization, retry with theX-PAYMENT header.DESCRIPTION
arXiv full-text search. Search by query / author / category / id-list. Returns title, authors, abstract, primary category, dates, PDF URL, DOI. Public arXiv API.
INPUT — request schema
| property | type | description | req? |
|---|---|---|---|
| query | string | Free-text search terms matched against arXiv paper titles, abstracts, and full text. | optional |
| author | string | Author name to filter results by (matches arXiv author field). | optional |
| category | string | arXiv subject category code to filter by (e.g. cs.AI, math.NT, hep-th). | optional |
| id_list | array | Specific arXiv IDs to fetch directly instead of running a search query. | optional |
| limit | number | Maximum number of papers to return in the response. | optional |
| sort_by | string | Field to sort results by, such as relevance, lastUpdatedDate, or submittedDate. enum: relevance · lastUpdatedDate · submittedDate | optional |
| sort_order | string | Sort direction, either ascending or descending. enum: ascending · descending | optional |
| include_abstract | boolean | Whether to include the full paper abstract in each returned result. | optional |
OUTPUT — response shape
| field | type | description |
|---|---|---|
| total_results | string | Total number of arXiv papers matching the search query before the limit is applied. |
| returned | string | Number of papers actually included in this response after applying the limit. |
EXAMPLES — two ways to call
EXAMPLE 1 · curl
curl -X POST https://x402.org/v1/arxiv-search \
-H 'Content-Type: application/json' \
-d '{ }'first response =
402 Payment Required with payment requirements; sign + retry with X-PAYMENT.EXAMPLE 2 · mcp
# install once claude mcp add x402 --command "npx x402-deployer-mcp" # then ask Claude Code: # "use the arxiv-search tool to ..."
MCP server handles payment automatically — your coding agent just calls the tool by name.
METADATA
- tags
- web-probearxivacademic-searchresearch-paperspreprintsscholarly-searchpaper-searcharxiv-search
- methods
- POST
- cluster
- webprobe
- price
- $0.03 USDC per call
ADJACENT — other endpoints in webprobe
| endpoint | description | price |
|---|---|---|
| ssl-cert | SSL certificate inspector / TLS cert checker / certificate transparency lookup / ssl expiry. | $0.03 |
| ssl-cert-info | SSL / TLS certificate inspector. | $0.03 |
| subdomain-enum | Subdomain enumeration / attack-surface mapping / DNS recon. | $0.03 |
| archive-snapshot | Wayback Machine API / archive.org wrapper. | $0.02 |
| dmarc-check | DMARC / SPF / DKIM checker. | $0.02 |
| dns-lookup | DNS lookup / DNS resolver / DoH proxy. | $0.02 |
| expand-url | URL expander / redirect chain tracer / link-shortener resolver. | $0.02 |
| password-strength | Password strength meter + breach checker. | $0.02 |
SEE ALSO