Free eBook Scraper
No credit card required
Free eBook Scraper
No credit card required
Explore and Download Free eBooks - Find and download a wide selection of free eBooks from Project Gutenberg. Search by keywords and language preferences. Discover literary gems in multiple formats.
You can access the Free eBook Scraper programmatically from your own applications by using the Apify API. You can choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.
1echo '{
2 "search": "book",
3 "startUrls": [
4 {
5 "url": "https://www.gutenberg.org/browse/recent/last7"
6 },
7 {
8 "url": "https://www.gutenberg.org/browse/titles/h"
9 }
10 ],
11 "maxItems": 5,
12 "extendOutputFunction": "($) => { return {} }",
13 "proxyConfig": {
14 "useApifyProxy": true
15 }
16}' |
17apify call epctex/gutenberg-scraper --silent --output-dataset
Free eBook Data Extractor API through CLI
The Apify CLI is the official tool that allows you to use Free eBook Scraper locally, providing convenience functions and automatic retries on errors.
Install the Apify CLI
1npm i -g apify-cli
2apify login
Other API clients include: