# Python Gutendex Books

**Use case:** 

Explore python with Gutendex Books Scraper - Gutenberg Metadata. Run the tested configuration and export structured results as JSON, CSV, or Excel.

## Input

```json
{
  "query": "python",
  "maxResults": 3
}
```

## Output

```json
{
  "book_id": {
    "label": "Book Id",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "authors": {
    "label": "Authors",
    "format": "text"
  },
  "subjects": {
    "label": "Subjects",
    "format": "text"
  },
  "languages": {
    "label": "Languages",
    "format": "text"
  },
  "copyright": {
    "label": "Copyright",
    "format": "text"
  },
  "download_count": {
    "label": "Download Count",
    "format": "number"
  },
  "formats": {
    "label": "Formats",
    "format": "text"
  },
  "book_url": {
    "label": "Book Url",
    "format": "link"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "scraped_at": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

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