# AP News Articles | Associated Press Headlines Latest Results

**Use case:** 

Latest Results of AP News Articles | Associated Press Headlines. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "sectionUrl": "https://apnews.com/business",
  "maxItems": 25
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "author": {
    "label": "Author",
    "format": "text"
  },
  "section": {
    "label": "Section",
    "format": "text"
  },
  "publishedAt": {
    "label": "Published",
    "format": "date"
  },
  "summary": {
    "label": "Summary",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [AP News Articles Scraper | Associated Press Headlines](https://apify.com/parseforge/ap-news-articles-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/ap-news-articles-scraper) to learn more, explore other use cases, and run it yourself.