# All Mentions of Lionel Messi in ESPN Soccer News

**Use case:** 

Find all articles that mention Lionel Messi on the ESPN soccer news section, with match snippets, keyword metadata, and author metadata.

## Input

```json
{
  "keywords": [
    "messi"
  ],
  "section": "soccer",
  "matchCase": false
}
```

## Output

```json
{
  "caseSensitive": {
    "label": "Case Sensitive",
    "format": "boolean"
  },
  "matchingArticlesCount": {
    "label": "Matching Articles Count",
    "format": "integer"
  }
}
```

## About this Actor

This example demonstrates how to use [ESPN Keyword Finder](https://apify.com/coding-doctor-omar/espn-keyword-finder) with a specific input configuration. Visit the [Actor detail page](https://apify.com/coding-doctor-omar/espn-keyword-finder) to learn more, explore other use cases, and run it yourself.