UnifyAPI
← Back to catalog

education.arxiv_search

mock data$0.002 / call

arXiv Search

Search 2.4M+ preprints in physics, math, CS, biology, and more — full text, authors, categories, PDF links (arXiv)

Educationprovider: Education#education#education

Input schema

sort

Sort order for results. Default: "relevance".

string
limit

Number of results to return (1-50). Default: 10.

integer
queryrequired

Search text for preprints (e.g. "transformer architecture", "quantum computing").

string
author

Author name to filter by (e.g. "Vaswani", "Hinton").

string
category

arXiv category filter (e.g. "cs.AI", "math.CO", "physics.hep-th", "q-bio.GN").

string

Call via REST

curl -X POST https://unifyapi.pro/api/call/education.arxiv_search \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"sort":"<sort>","limit":0,"query":"<query>","author":"<author>","category":"<category>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.