# Medical Science Journals from Google Books

**Use case:** 

Search for and collect the latest medical science journals on clinical medicine and oncology. Retrieve comprehensive details and metadata.

## Input

```json
{
  "mode": "search",
  "query": "clinical medicine oncology",
  "printType": "magazines",
  "orderBy": "newest",
  "language": "en",
  "maxResults": 200,
  "proxy": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "id": {
    "label": "Volume ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "authors": {
    "label": "Authors",
    "format": "text"
  },
  "publisher": {
    "label": "Publisher",
    "format": "text"
  },
  "publishedDate": {
    "label": "Published Date",
    "format": "text"
  },
  "averageRating": {
    "label": "Average Rating",
    "format": "number"
  },
  "ratingsCount": {
    "label": "Ratings Count",
    "format": "number"
  },
  "pageCount": {
    "label": "Page Count",
    "format": "number"
  },
  "categories": {
    "label": "Categories",
    "format": "text"
  },
  "language": {
    "label": "Language",
    "format": "text"
  },
  "isbn13": {
    "label": "ISBN-13",
    "format": "text"
  },
  "saleability": {
    "label": "Saleability",
    "format": "text"
  },
  "listPrice": {
    "label": "List Price",
    "format": "text"
  },
  "previewLink": {
    "label": "Preview Link",
    "format": "link"
  },
  "source": {
    "label": "Source",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Google Books Scraper — Search, Catalog & ISBN Lookup](https://apify.com/logiover/google-books-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/google-books-scraper) to learn more, explore other use cases, and run it yourself.