# Aggregate Legal and Regulatory News Feeds

**Use case:** 

Collect up to 300 articles from top legal news sources. Get structured data including full metadata for analysis and insights.

## Input

```json
{
  "feedUrls": [
    "https://feeds.law360.com/news",
    "https://abovethelaw.com/feed/",
    "https://www.americanbar.org/news/abanews/aba-news-archives/2024.rss.html"
  ],
  "discoverFromWebsites": false,
  "maxItemsPerFeed": 50,
  "maxResults": 300,
  "maxConcurrency": 10,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "feedTitle": {
    "label": "Feed Title",
    "format": "string"
  },
  "title": {
    "label": "Item Title",
    "format": "string"
  },
  "link": {
    "label": "Link",
    "format": "string"
  },
  "pubDate": {
    "label": "Published",
    "format": "string"
  },
  "author": {
    "label": "Author",
    "format": "string"
  },
  "categories": {
    "label": "Categories",
    "format": "string"
  },
  "contentSnippet": {
    "label": "Snippet",
    "format": "string"
  },
  "feedUrl": {
    "label": "Feed URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [RSS Feed Reader - Bulk RSS & Atom Feed Parser](https://apify.com/logiover/bulk-rss-feed-reader) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/bulk-rss-feed-reader) to learn more, explore other use cases, and run it yourself.