Standardebooks: List Ebooks
Standardebooks via Parse · education
Search and browse ebooks with filters and pagination. Returns a paginated list of ebooks with title, author, URL, and cover image. Supports filtering by subject category and free-text query against title/author. Pagination via page number; per_page controls page size. Sort controls result ordering. API for Standard Ebooks, a digital library of free public domain ebooks. Supports searching and filtering by subject, retrieving per-book metadata, and accessing direct download links in multiple formats (EPUB, AZW3, KEPUB). Fulfilled by Parse from standardebooks.org.
- developer-tools
- education
- entertainment
- parse
- platform-key
- standardebooks
- standardebooks-org
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- education
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/1a44c9f8-3d74-4b09-94c2-e2bcdbd22011/list_ebooks
- Interface artifact
- sha256:d456fd16fd15c47cca3072896707a490dd78f4bb88ce2774842661d939f598a2
- Manifest digest
- sha256:e6c8b7ac3b994267983a408891627d1fcbcf43542e236842ee080b5382ed5024
Request fields
- page (integer): Page number for pagination.
- sort (string): Sort order for results.: Allowed values: se-date-desc, title-asc, title-desc, author-asc, author-desc, reading-ease, word-count
- query (string): Search keyword to filter ebooks by title or author.
- per_page (integer): Number of results per page.
- subjects (string): Filter by subject. Use the value field from get_ebook_subjects_list (e.g. 'adventure', 'fiction', 'science-fiction').
Example queries
- {"page":"1","sort":"se-date-desc","query":"shakespeare","per_page":"5","subjects":"adventure"}