Base Path
Endpoints
ListArxivPapers
Retrieves recent research papers from arXiv with category filtering. HTTP Method:GET
Path: /api/research/v1/list-arxiv-papers
Request Parameters
arXiv category:
cs.AI, cs.LG, cs.CV, cs.CL, cs.CR, cs.NE, stat.MLMaximum papers to return (1-100)
Response Fields
Array of arXiv papers
ListTrendingRepos
Retrieves trending GitHub repositories with language and timeframe filtering. HTTP Method:GET
Path: /api/research/v1/list-trending-repos
Request Parameters
Language filter:
typescript, python, rust, go, javascript, etc.Timeframe:
daily, weekly, monthlyResponse Fields
Array of trending repositories
ListHackernewsItems
Retrieves top stories from Hacker News with score filtering. HTTP Method:GET
Path: /api/research/v1/list-hackernews-items
Request Parameters
Maximum items to return (1-100)
Minimum HN score threshold
Response Fields
Array of Hacker News items
ListTechEvents
Retrieves upcoming tech conferences and events from curated sources. HTTP Method:GET
Path: /api/research/v1/list-tech-events
Request Parameters
Number of days to look ahead (1-365)
Geographic filter:
americas, europe, asia, globalResponse Fields
Array of tech events
Use Cases
AI research tracking
AI research tracking
Monitor cutting-edge AI papers from arXiv to stay ahead of industry trends and breakthroughs.
Open source intelligence
Open source intelligence
Track trending GitHub repos to identify emerging technologies and developer sentiment.
Tech news aggregation
Tech news aggregation
Aggregate Hacker News discussions with academic research for comprehensive tech intelligence.
Conference planning
Conference planning
Plan event attendance and track industry gatherings for networking and business development.
Data Sources
- arXiv: Cornell University preprint repository (RSS API)
- GitHub Trending: Scraped from trending page (updated hourly)
- Hacker News: Firebase API (real-time)
- dev.events: RSS feed of developer conferences
- Techmeme ICS: Tech conference calendar
ResearchService is primarily used by the Tech Monitor variant. Enable it via feature toggles in production.