# All Project Gutenberg Books

**Use case:** 

Extract Project Gutenberg Books data filtered by All. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "query": "tolkien",
  "language": "",
  "topic": "",
  "copyrightStatus": ""
}
```

## Output

```json
{
  "coverUrl": {
    "label": "Cover",
    "format": "image"
  },
  "gutenbergId": {
    "label": "PG#",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "authors": {
    "label": "Authors",
    "format": "text"
  },
  "languages": {
    "label": "Lang",
    "format": "text"
  },
  "subjectCount": {
    "label": "# Subj",
    "format": "number"
  },
  "downloadCount": {
    "label": "Downloads",
    "format": "number"
  },
  "copyright": {
    "label": "Copyright",
    "format": "text"
  },
  "mediaType": {
    "label": "Type",
    "format": "text"
  },
  "gutenbergUrl": {
    "label": "Gutenberg URL",
    "format": "link"
  }
}
```

## About this Actor

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