# Get Slack alerts for new StoryGraph books

**Use case:** 

Recurring monitor posts formatted Slack cards when new books appear for your search. Set & forget.

## Input

```json
{
  "searchTerm": "colleen hoover",
  "fetchReviews": true,
  "maxBooks": 20,
  "sortBy": "default",
  "monitorMode": true,
  "alertOnNewBook": true,
  "slackWebhookUrl": "https://hooks.slack.com/services/T000/B000/XXXX",
  "proxyConfiguration": {
    "useApifyProxy": true
  },
  "requestConcurrency": 5,
  "diagnose": false
}
```

## Output

```json
{
  "cover": {
    "label": "Cover",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "author": {
    "label": "Author",
    "format": "string"
  },
  "average_rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviews_count": {
    "label": "Reviews",
    "format": "integer"
  },
  "pages": {
    "label": "Pages",
    "format": "integer"
  },
  "first_published": {
    "label": "First pub.",
    "format": "integer"
  },
  "book_url": {
    "label": "URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [StoryGraph Book Scraper — Ratings, Moods, Pace & Monitor](https://apify.com/scrapersdelight/storygraph-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapersdelight/storygraph-scraper) to learn more, explore other use cases, and run it yourself.