# Scrape YA book ratings from StoryGraph

**Use case:** 

Search young-adult queries and export ratings, mood % and pace for trend analysis and curation.

## Input

```json
{
  "searchTerm": "young adult fantasy",
  "fetchReviews": true,
  "maxBooks": 20,
  "sortBy": "default",
  "monitorMode": false,
  "alertOnNewBook": true,
  "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.