# Smart Article Latest Results

**Use case:** 

Latest Results of Smart Article. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.bbc.com/news/articles/c86w8elez74o"
    }
  ],
  "maxItems": 25
}
```

## Output

```json
{
  "leadImage": {
    "label": "Lead image"
  },
  "url": {
    "label": "Url"
  },
  "title": {
    "label": "Title"
  },
  "subtitle": {
    "label": "Subtitle"
  },
  "author": {
    "label": "Author"
  },
  "publishedAt": {
    "label": "Published at"
  },
  "siteName": {
    "label": "Site name"
  },
  "section": {
    "label": "Section"
  },
  "tags": {
    "label": "Tags"
  },
  "language": {
    "label": "Language"
  },
  "description": {
    "label": "Description"
  },
  "markdown": {
    "label": "Markdown"
  },
  "wordCount": {
    "label": "Word count"
  },
  "readingTimeMinutes": {
    "label": "Reading time minutes"
  },
  "hasPaywall": {
    "label": "Has paywall"
  },
  "images": {
    "label": "Images"
  },
  "canonicalUrl": {
    "label": "Canonical url"
  },
  "modifiedAt": {
    "label": "Modified at"
  },
  "authors": {
    "label": "Authors"
  },
  "httpStatus": {
    "label": "Http status"
  },
  "scrapedAt": {
    "label": "Scraped at"
  },
  "error": {
    "label": "Error"
  }
}
```

## About this Actor

This example demonstrates how to use [Smart Article Extractor](https://apify.com/parseforge/article-extractor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/article-extractor) to learn more, explore other use cases, and run it yourself.