RSS to JSON
Transform RSS feeds into structured JSON instantly. Perfect for content aggregation, news dashboards, and feed readers. Key features: - Parse up to 4 feeds in a single request - Advanced filtering: search keywords, date ranges (ISO or "last N days") - Control response size with configurable limits (max 500 items) - Merged and sorted results for multiple feeds - Fast processing with timeout…
RSS to JSON endpoints
| Method | Endpoint | Description |
|---|---|---|
| Feed | ||
| GET |
getFeedInfo /feed/info |
Get feed metadata (title, description, item count, etc.) without parsing all items. Useful for previewing feeds. |
| GET |
convertFeed /feed |
Parse one or more RSS feeds and return their contents as structured JSON. Up to 4 feeds can be specified. When multiple feeds are provided, items are merged and sorted by… |
| Validation | ||
| GET |
validateFeed /validate |
Check if a feed URL is valid and accessible without parsing all items. |
RSS to JSON pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $10 / month | — |
|