✓ Verified 💻 Development ✓ Enhanced Data

Geepers Data

Fetch structured data from 17 authoritative APIs — arXiv, Census Bureau, GitHub, NASA, Wikipedia, Pu

Rating
4.7 (81 reviews)
Downloads
1,945 downloads
Version
1.0.0

Overview

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

Complete Documentation

View Source →

Dreamer Data

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

Authentication

bash
export DREAMER_API_KEY=your_key_here

Endpoints

List Available Sources

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

Search Across Sources

text
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

Installation

Terminal bash

openclaw install geepers-data
    
Copied!

💻Code Examples

export DREAMER_API_KEY=your_key_here

export-dreamerapikeyyourkeyhere.txt
## Endpoints

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

Tags

#git_and-github #api #data #github #git

Quick Info

Category Development
Model Claude 3.5
Complexity One-Click
Author lukeslp
Last Updated 3/10/2026
🚀
Optimized for
Claude 3.5
🧠

Ready to Install?

Get started with this skill in seconds

openclaw install geepers-data