# TV Tropes page-change alerts to Slack

**Use case:** 

Watch trope/work pages and post a Slack alert for every new or changed page via an incoming webhook.

## Input

```json
{
  "pageUrls": [
    "Main/ChekhovsGun"
  ],
  "includeExamples": true,
  "includeLinks": true,
  "maxPages": 0,
  "monitorMode": true,
  "alertOnChange": true,
  "slackWebhookUrl": "https://hooks.slack.com/services/XXX/YYY/ZZZ",
  "proxyConfiguration": {
    "useApifyProxy": true
  },
  "requestConcurrency": 4,
  "diagnose": false
}
```

## Output

```json
{
  "title": {
    "label": "Page",
    "format": "string"
  },
  "page_type": {
    "label": "Type",
    "format": "string"
  },
  "example_count": {
    "label": "Examples",
    "format": "integer"
  },
  "link_count": {
    "label": "Links",
    "format": "integer"
  },
  "description": {
    "label": "Description",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [TV Tropes Scraper — Tropes, Examples & Page-Change Monitor](https://apify.com/scrapersdelight/tvtropes-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapersdelight/tvtropes-scraper) to learn more, explore other use cases, and run it yourself.