# All News Benzinga Financial News

**Use case:** 

Extract Benzinga Financial News data filtered by All News. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "startUrls": [],
  "category": "/news",
  "maxItems": 10
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "id": {
    "label": "ID",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "author": {
    "label": "Author",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "tickers": {
    "label": "Tickers",
    "format": "array"
  },
  "tags": {
    "label": "Tags",
    "format": "array"
  },
  "publishedAt": {
    "label": "Published",
    "format": "date"
  },
  "updatedAt": {
    "label": "Updated",
    "format": "date"
  },
  "isAccessibleForFree": {
    "label": "Free",
    "format": "boolean"
  },
  "scrapedAt": {
    "label": "Scraped",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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