Fetch trending news and hot topics from 66 sources across 44 platforms. Returns news items with title, URL, and optional metadata.
Run newsnow --help for usage details.
Workflow
Follow this pattern:
1. List - Don't know what sources are available? List them first.
Fetch - Know the source? Fetch news directly.
JSON - Need structured data? Add --json for machine-readable output.
Need
Command
When
See all sources
INLINECODE2
Don't know source names
See sources as JSON
newsnow list --json | Need source list programmatically |
| Get news | newsnow <source> | Know the source, want readable output |
| Get news as JSON | newsnow <source> --json | Need structured data for processing |
Commands
list
List all available sources.
CODEBLOCK0
Fetch a source
CODEBLOCK1
Output fields (JSON mode):
- id - Unique item identifier
INLINECODE7 - News headline
INLINECODE8 - Link to the article (optional)
INLINECODE9 - Publication date (optional)
INLINECODE10 - Additional metadata like view counts, comments (optional)
- Fetch trending news and hot topics from 66 sources across 44 platforms.
- Supports structured JSON output with news details (title, URL, metadata).
- Includes commands for listing all sources and fetching news from specific platforms.
- API token required for some sources (e.g., PRODUCTHUNT_API_TOKEN).
- Known limitations: Some sources may be blocked or inaccessible from certain regions.