APPLE Books Scraper
7 days trial then $30.00/month - No credit card required now
APPLE Books Scraper
7 days trial then $30.00/month - No credit card required now
📖 Scrape Apple Books
Welcome To Apple Books Scraper
🍊 About Apple Books
Apple Books (known as iBooks prior to iOS 12) is an e-book reading and store application by Apple Inc. for its iOS, iPadOS and macOS operating systems and devices. It was announced, under the name iBooks, in conjunction with the iPad on January 27, 2010,[2] and was released for the iPhone and iPod Touch in mid-2010, as part of the iOS 4 update.[3] Initially, iBooks was not pre-loaded onto iOS devices, but users could install it free of charge from the iTunes App Store. With the release of iOS 8, it became an integrated app. On June 10, 2013, at the Apple Worldwide Developers Conference, Craig Federighi announced that iBooks would also be provided with OS X Mavericks in Fall 2013.[4][5]
🍊 About This Actor
Features :
- ⭐ Search Books
- ⭐ Scrape Book Info
- ⭐ Scrape Book Reviews
- ⭐ Scrape Author Data
🍊 Tutorial
🍿 Parameters
Input | Type | Description |
---|---|---|
query | string array | Query, Search Terms or URL |
limit | integer | Number of results (per-query) |
🍿 Basic Usage
Search anything (Books, Audio-books, Book series)
{ "query": ["sponge bobs"], "limit": 10 }
Autodetect URL for possible contents
{ "query": ["https://books.apple.com/us/book/pride-and-prejudice/id395534643"] }
🍿 Advanced Usage
APPLE Query Language (AQL)
[ <COMMAND:> | # | @ ] [ <NAME> | <ID> | <KEYWORD> | <URL> ] [ /<SECTION> ]
Possible QUERY values
Format | Example | Description |
---|---|---|
<KEYWORDS> | square pants | Search Anything |
book:<KEYWORDS> | book:python | Search books |
audio:<KEYWORDS> | audio:love story | Search audio books |
series:<KEYWORDS> | series:harry potter | Search book series |
book:<BOOK_ID> | book:1037193578 | Book Data |
/info | book:1037193578/info | Book info (default) |
/reviews | book:1037193578/reviews | Book reviews |
/related | book:1037193578/related | Related books |
/series | book:1037193578/series | Related book series |
/author-books | book:1037193578/author-books | Author other books |
audio:<AUDIOBOOK_ID> | audio:1442174040 | Audio-Book Data |
/info | audio:1442174040/info | Audio-Book info (default) |
/reviews | audio:1442174040/reviews | Audio-Book reviews |
/related | audio:1442174040/related | Related Audio-Books |
/series | audio:1442174040/series | Related Audio-Book series |
series:<SERIES_ID> | Book Series Data | |
/info | Series info | |
/book | Series books | |
audioseries:<SERIES_ID> | Audio-Book Series Data | |
/info | Series info | |
/book | Series books | |
author:<AUTHOR_ID> | author:79595314 | Author Data |
/info | author:79595314/info | Author info (default) |
/books | author:79595314/books | Author books |
/audios | author:79595314/audios | Author audio-books |
https:<URL> | https://books.apple.com/... | Start URL |
🍊 Input Examples
🍊 Output Sample
🍊 Support
⚡️ Feel free to reach out to the developer for any issues or suggestions for improvement.
- 1 monthly user
- 1 star
- 100.0% runs succeeded
- Created in Aug 2024
- Modified 3 months ago