SkillJavaScriptv1.0.0

geepers-data

Fetch structured data from 17 authoritative APIs — arXiv, Census Bureau, GitHub, NASA, Wikipedia, PubMed, news.

157 downloads
lukeslp
Updated Feb 18, 2026

Dreamer Data

Access 17 structured data sources through https://api.dr.eamer.dev.

Authentication

export DREAMER_API_KEY=your_key_here

Endpoints

List Available Sources

GET https://api.dr.eamer.dev/v1/data

Search Across Sources

POST https://api.dr.eamer.dev/v1/data/search
Body:
{
  "source": "arxiv",
  "query": "machine learning interpretability",
  "limit": 10
}

Available Sources

SourceIDWhat it provides
arXivarxivAcademic papers
Census BureaucensusUS demographic data
GitHubgithubCode repositories, issues, users
NASAnasaSpace data, images, astronomy
WikipediawikipediaEncyclopedia articles
PubMedpubmedBiomedical literature
NewsnewsCurrent events from 80+ outlets
WeatherweatherCurrent and forecast weather
FinancefinanceStock prices and market data
FECfecFederal campaign finance
OpenLibraryopenlibraryBooks and library records
Semantic Scholarsemantic_scholarAcademic citation graphs
YouTubeyoutubeVideo metadata
Wolfram AlphawolframComputational knowledge
Wayback MachinearchiveWeb archive snapshots
JudiciaryjudiciaryUS court records
MALmalAnime and manga data

When to Use

  • Research that needs verified, citable data
  • Building data pipelines from authoritative sources
  • Enriching existing datasets with external context

Don't Use When

  • The source you need isn't in the list (check /v1/data first)
  • You have direct API access to the source with higher rate limits
Free
Installation
Reviews

Sign in to leave a review.

No reviews yet. Be the first.