Skip to main content
The ResearchService aggregates research publications, trending GitHub repositories, Hacker News discussions, and upcoming tech events for the Tech Monitor variant.

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

string
default:"cs.AI"
arXiv category: cs.AI, cs.LG, cs.CV, cs.CL, cs.CR, cs.NE, stat.ML
number
default:"50"
Maximum papers to return (1-100)

Response Fields

array
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

string
default:""
Language filter: typescript, python, rust, go, javascript, etc.
string
default:"daily"
Timeframe: daily, weekly, monthly

Response Fields

array
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

number
default:"30"
Maximum items to return (1-100)
number
default:"50"
Minimum HN score threshold

Response Fields

array
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
default:"90"
Number of days to look ahead (1-365)
string
Geographic filter: americas, europe, asia, global

Response Fields

array
Array of tech events

Use Cases

Monitor cutting-edge AI papers from arXiv to stay ahead of industry trends and breakthroughs.
Track trending GitHub repos to identify emerging technologies and developer sentiment.
Aggregate Hacker News discussions with academic research for comprehensive tech intelligence.
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.