# Monitor #infosec on infosec.exchange - Mastodon Feed

**Use case:** 

A live #infosec hashtag feed from infosec.exchange for threat intel teams: CVE chatter, breach reports, and security news with post text and dates.

## Input

```json
{
  "instance": "infosec.exchange",
  "mode": "hashtag",
  "query": "infosec",
  "local": false,
  "maxItems": 100,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "author": {
    "label": "Author",
    "format": "text"
  },
  "text": {
    "label": "Text",
    "format": "text"
  },
  "favouritesCount": {
    "label": "Favourites",
    "format": "number"
  },
  "reblogsCount": {
    "label": "Reblogs",
    "format": "number"
  },
  "createdAt": {
    "label": "Created",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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