# Google Books Scraper: Machine Learning Titles + Prices

**Use case:** 

Comparing machine learning books to buy? Get Google Books titles, list price, and rating side by side so you can spot the editions worth your money.

## Input

```json
{
  "source": "googlebooks",
  "query": "machine learning",
  "maxItems": 60,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "authors": {
    "label": "Authors",
    "format": "array"
  },
  "publishedDate": {
    "label": "Published",
    "format": "text"
  },
  "isbn": {
    "label": "ISBN",
    "format": "text"
  },
  "averageRating": {
    "label": "Rating",
    "format": "number"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Books Scraper (Google Books + Open Library)](https://apify.com/dami_studio/books-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/dami_studio/books-scraper) to learn more, explore other use cases, and run it yourself.