arXiv API

Track research paper trends and breakout topics

Pull preprint metadata for 2M+ papers: titles, abstracts, authors, and categories. Build a trend tracker that spots emerging research areas.

Free. No API key. Rate limit ~1 request/3 seconds.

arXivdocs →

How it works with Loony

Describe it.
Deploy it.
Query it.

Managed database.

Your arXiv data lives in its own Postgres instance. Zero config. Data accumulates over time.

Scheduled syncs.

Cron jobs run on Loony infra. Every minute on free. Your data stays fresh without you thinking about it.

REST + MCP endpoints.

Query from your agent, your dashboard, or connect BI tools directly. Full OpenAPI spec included.

TerminalSchema
$ "Pull new arXiv papers daily for cs.AI and cs.LG categories. Store titles, abstracts, and authors. Build a weekly keyword frequency tracker."

 Schema validated
 Database provisioned
 Scripts deployed
 Schedules registered

Done.

# Your data is now at:
REST  /data/v1/arxiv/query
MCP   /mcp/v1/arxiv/mcp
SQL   psql $DATABASE_URL

What you get

arXiv publishes hundreds of papers daily. Loony stores them all in your database, so you can query 'How many papers mentioned 'mixture of experts' this month vs 6 months ago?' and spot trends before they hit the mainstream.

mv_research_trends
  week          date        -- ISO week start
  category      text        -- cs.AI | cs.LG | cs.CL
  new_papers    integer     -- published this week
  keyword       text        -- trending term
  keyword_count integer     -- papers mentioning it
  top_paper     text        -- most cited title

Even better together

Pair arXiv research trends with HN to see when academic work hits the developer community. Add NewsAPI to track when research makes mainstream news.

Stop gluing. Start shipping.

Describe your data. Deploy. Query. Done.

API Library →