# Enrich E-commerce Book Product Listings with Data

**Use case:** 

Automatically extract comprehensive book details like ISBNs, publishers, genres, and ratings to enhance your e-commerce product pages. Improve SEO and conversio

## Input

```json
{
  "mode": "auto",
  "bookUrls": [
    "https://www.goodreads.com/book/show/4671.The_Great_Gatsby"
  ],
  "searchQueries": [
    "classic literature must-reads",
    "award winning non-fiction",
    "top selling children's books",
    "popular cooking books",
    "best photography books"
  ],
  "isbns": [],
  "authorUrls": [],
  "seriesUrls": [],
  "listUrls": [],
  "shelfNames": [],
  "genreNames": [],
  "maxItems": 5,
  "maxResultsPerQuery": 10,
  "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.