# Latest Germany news articles from last 7 days

**Use case:** 

Export recent Germany news articles with clean text, dates, sources, URLs and images for monitoring, PR research, RAG and analysis.

## Input

```json
{
  "countries": [
    "Germany"
  ],
  "websites": [
    "AP News"
  ],
  "published_from": "7 days",
  "published_to": "0 days",
  "estimate_only": false,
  "max_results": 100
}
```

## Output

```json
{
  "site_name": {
    "label": "Site name",
    "format": "string"
  },
  "article_title": {
    "label": "Article title",
    "format": "string"
  },
  "date_published": {
    "label": "Published date",
    "format": "string"
  },
  "article_url": {
    "label": "Article URL",
    "format": "string"
  },
  "country": {
    "label": "Country",
    "format": "string"
  },
  "region": {
    "label": "Region",
    "format": "string"
  },
  "language": {
    "label": "Language",
    "format": "string"
  },
  "extraction_source": {
    "label": "Extraction source",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Global News Archive API - Rise of the Phoenix](https://apify.com/thescrapelab/apify-the-rise-of-the-phoenix) with a specific input configuration. Visit the [Actor detail page](https://apify.com/thescrapelab/apify-the-rise-of-the-phoenix) to learn more, explore other use cases, and run it yourself.