scrape_news
Retrieve news articles from RSS feeds, news sites, or individual article URLs. Provide one input to get structured article data.
Instructions
Fetch news articles from an RSS feed, a news site, or a single article.
Provide exactly one of feed_url, site_url, or article_url.
Args: feed_url: Direct URL to an RSS/Atom feed. site_url: News site URL — its feed is auto-discovered. article_url: A single article URL to extract full text from. max_articles: Max articles to return from a feed (default 50).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| feed_url | No | ||
| site_url | No | ||
| article_url | No | ||
| max_articles | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | ||
| count | No | ||
| errors | No | ||
| scraper | No | ||
| source_urls | No |