# French Project Gutenberg Books | 70K+ Free eBooks

**Use case:** 

Extract Project Gutenberg Books | 70K+ Free eBooks data filtered by French. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "searchQuery": "shakespeare",
  "language": "fr"
}
```

## Output

```json
{
  "coverImageUrl": {
    "label": "Cover",
    "format": "image"
  },
  "bookId": {
    "label": "ID",
    "format": "number"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "authors": {
    "label": "Authors",
    "format": "object"
  },
  "translators": {
    "label": "Translators",
    "format": "object"
  },
  "editors": {
    "label": "Editors",
    "format": "object"
  },
  "summary": {
    "label": "Summary",
    "format": "text"
  },
  "languages": {
    "label": "Languages",
    "format": "object"
  },
  "subjects": {
    "label": "Subjects",
    "format": "object"
  },
  "bookshelves": {
    "label": "Bookshelves",
    "format": "object"
  },
  "mediaType": {
    "label": "Media",
    "format": "text"
  },
  "copyright": {
    "label": "Copyright",
    "format": "boolean"
  },
  "downloadCount": {
    "label": "Downloads",
    "format": "number"
  },
  "readOnlineUrl": {
    "label": "Read Online",
    "format": "link"
  },
  "plainTextUrl": {
    "label": "Plain Text",
    "format": "link"
  },
  "epubUrl": {
    "label": "EPUB",
    "format": "link"
  },
  "kindleUrl": {
    "label": "Kindle",
    "format": "link"
  },
  "htmlUrl": {
    "label": "HTML",
    "format": "link"
  },
  "allFormats": {
    "label": "Formats",
    "format": "object"
  },
  "url": {
    "label": "Catalog Page",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Collected",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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