π¦ ClawHub
NewsAPI Search
by @hegghammer
Search news articles via NewsAPI with filtering by time windows, sources, domains, and languages.
π‘ Examples
# Basic search
node scripts/search.js "technology" --days 7Filter by quality sources
node scripts/search.js "technology" --sources bbc-news,reuters,al-jazeera-englishExclude low-quality domains
node scripts/search.js "technology" --exclude tmz.com,radaronline.comBreaking headlines
node scripts/search.js "technology" --headlines --country usList available sources
node scripts/sources.js --country us --category general
βοΈ Configuration
Add API key to ~/.openclaw/.env:
NEWSAPI_KEY=your_api_key
Get key from https://newsapi.org (free tier: 100 requests/day)
TERMINAL
clawhub install newsapi-search