# Gather Global Supply Chain News & Insights

**Use case:** 

Extract articles from a leading international business news source to gain real-time insights into global supply chain disruptions, logistics innovations, and t

## Input

```json
{
  "websiteUrl": "https://www.wsj.com/",
  "maxArticles": 80,
  "keywordFilter": "(supply chain OR logistics OR shipping) AND (semiconductors OR tariffs)",
  "minWordCount": 220,
  "concurrency": 5,
  "extractKeywords": true,
  "extractSummary": true,
  "language": "en",
  "autoProxyFallback": true
}
```

## Output

```json
{
  "articleUrl": {
    "label": "URL",
    "format": "link"
  },
  "articleTitle": {
    "label": "Title"
  },
  "articleAuthors": {
    "label": "Authors",
    "format": "array"
  },
  "articlePublishDate": {
    "label": "Published",
    "format": "date"
  },
  "articleWordCount": {
    "label": "Words",
    "format": "number"
  },
  "articleTopImage": {
    "label": "Top image",
    "format": "image"
  },
  "articleLanguage": {
    "label": "Language"
  },
  "articleKeywords": {
    "label": "Keywords",
    "format": "array"
  },
  "articleSummary": {
    "label": "Summary"
  },
  "sourceDomain": {
    "label": "Source"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [News Source Crawler](https://apify.com/crawlerbros/news-source-crawler) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/news-source-crawler) to learn more, explore other use cases, and run it yourself.