# Archive a public X Article as Markdown

**Use case:** 

Save a media-rich public X Article in Markdown with stable source and publication metadata for a research archive.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://x.com/yaohui12138/status/2034246147318202855"
    }
  ],
  "tweetIds": [],
  "maxItems": 1,
  "requestDelayMs": 800,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Article title",
    "format": "string"
  },
  "url": {
    "label": "X post",
    "format": "string"
  },
  "previewText": {
    "label": "Preview",
    "format": "string"
  },
  "language": {
    "label": "Language",
    "format": "string"
  },
  "author": {
    "label": "Author",
    "format": "object"
  },
  "publishedAt": {
    "label": "Published at",
    "format": "string"
  },
  "coverImageUrl": {
    "label": "Cover",
    "format": "string"
  },
  "engagement": {
    "label": "Engagement",
    "format": "object"
  },
  "markdown": {
    "label": "Markdown",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [X Articles Scraper](https://apify.com/automation-lab/x-articles-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/x-articles-scraper) to learn more, explore other use cases, and run it yourself.