# Axios News Across the Web

**Use case:** 

Extract News Across the Web data filtered by axios. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "sources": [
    "axios"
  ],
  "maxItems": 10,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "imageUrl": {
    "label": "🖼 Image",
    "format": "image"
  },
  "source": {
    "label": "🌐 Source",
    "format": "text"
  },
  "title": {
    "label": "📌 Title",
    "format": "text"
  },
  "url": {
    "label": "🔗 URL",
    "format": "link"
  },
  "author": {
    "label": "✍️ Author",
    "format": "text"
  },
  "publishedAt": {
    "label": "📅 Published",
    "format": "text"
  },
  "summary": {
    "label": "📝 Summary",
    "format": "text"
  },
  "categories": {
    "label": "🏷️ Categories",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "format": "text"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [News Across the Web Scraper](https://apify.com/parseforge/news-across-the-web-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/news-across-the-web-scraper) to learn more, explore other use cases, and run it yourself.