# Reuters world news metadata extractor

**Use case:** 

Extract current Reuters world-news headlines and publication metadata into a clean dataset for alerts, research, or aggregation.

## Input

```json
{
  "keywords": [
    "markets",
    "technology"
  ],
  "language": "en",
  "section": "world",
  "maxItems": 20
}
```

## Output

```json
{
  "url": {
    "label": "Article URL",
    "format": "link"
  },
  "title": {
    "label": "Headline"
  },
  "publishedAt": {
    "label": "Published",
    "format": "date"
  },
  "imageUrl": {
    "label": "Image",
    "format": "link"
  },
  "language": {
    "label": "Language"
  },
  "section": {
    "label": "Section"
  },
  "source": {
    "label": "Source"
  },
  "scrapedAt": {
    "label": "Scraped",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Reuters Latest News Feed Scraper](https://apify.com/automation-lab/reuters-latest-news-feed-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/reuters-latest-news-feed-scraper) to learn more, explore other use cases, and run it yourself.