# Analyze Competitor Book Listings & Reviews

**Use case:** 

Scrape detailed data from competitor book listings on Goodreads to understand their product positioning and reader sentiment. Use extracted ratings, reviews, an

## Input

```json
{
  "mode": "auto",
  "bookUrls": [
    "https://www.goodreads.com/book/show/40095779-atomic-habits",
    "https://www.goodreads.com/book/show/27274092-the-subtle-art-of-not-giving-a-f-ck",
    "https://www.goodreads.com/book/show/54860455-the-midnight-library",
    "https://www.goodreads.com/book/show/59837965-lessons-in-chemistry"
  ],
  "searchQueries": [
    "sapiens"
  ],
  "isbns": [],
  "authorUrls": [],
  "seriesUrls": [],
  "listUrls": [],
  "shelfNames": [],
  "genreNames": [],
  "maxItems": 5,
  "includeMetadata": false,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "recordType": {
    "label": "Type"
  },
  "title": {
    "label": "Title"
  },
  "primaryAuthor": {
    "label": "Author"
  },
  "averageRating": {
    "label": "Rating"
  },
  "ratingsCount": {
    "label": "# Ratings"
  },
  "publishedYear": {
    "label": "Year"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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