📖 Scrape 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]
Features :
Input | Type | Description |
---|---|---|
query | string array | Query, Search Terms or URL |
limit | integer | Number of results (per-query) |
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"] }
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 |
⚡️ Feel free to reach out to the developer for any issues or suggestions for improvement.
Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.
No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!