OpenStax Scraper avatar

OpenStax Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store
OpenStax Scraper

OpenStax Scraper

Scrape OpenStax - free open-source textbooks covering science, math, business, humanities, and more. Browse all books, filter by subject, get full metadata including ISBN, PDF links, authors, and resources.

Pricing

from $3.00 / 1,000 results

Rating

0.0

(0)

Developer

Crawler Bros

Crawler Bros

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

11 hours ago

Last modified

Share

Scrape free, peer-reviewed textbooks from OpenStax — a nonprofit initiative by Rice University providing high-quality, openly licensed textbooks across science, math, business, humanities, and more.

What This Scraper Does

  • Browse all 100+ OpenStax textbooks, optionally filtered by subject
  • Get detailed metadata for specific books by slug or URL
  • Search books by keyword across titles and descriptions
  • Extract ISBN numbers, PDF links, cover images, author information, and resource links

Output Fields

FieldDescription
bookIdUnique book slug (e.g., university-physics-volume-1)
titleFull book title
subjectPrimary subject area
subjectsAll subject areas
categoriesBook categories
authorsList of author names
printIsbn13Print edition ISBN-13
digitalIsbn13Digital edition ISBN-13
descriptionBook description (HTML stripped)
bookStatePublication state (live, coming_soon)
isApWhether this is an AP (Advanced Placement) book
highResolutionPdfUrlHigh-res PDF download link
lowResolutionPdfUrlLow-res PDF download link
coverUrlBook cover image URL
webviewLinkInteractive online reading link
ibookLinkApple iBook link (if available)
amazonLinkAmazon purchase link (if available)
kindleLinkKindle edition link (if available)
publishDateLast updated date
licenseNameLicense name (e.g., Creative Commons Attribution)
licenseUrlLicense URL
bookUrlOpenStax book page URL
sourceUrlCanonical URL
recordTypeAlways book
scrapedAtScrape timestamp (UTC ISO)

Input Options

Mode: browseBooks (default)

Browse all published OpenStax books, optionally filtered by subject.

{
"mode": "browseBooks",
"subject": "science",
"maxItems": 50
}

Mode: bookDetails

Fetch details for specific books by slug or URL.

{
"mode": "bookDetails",
"bookSlugs": [
"university-physics-volume-1",
"https://openstax.org/details/books/college-algebra"
]
}

Mode: searchBooks

Search books by keyword.

{
"mode": "searchBooks",
"searchQuery": "calculus",
"maxItems": 20
}

Subject Filters

Available subjects: Math, Science, Social Sciences, Humanities, Business, Computer Science, College Success, High School

Use Cases

  • Education research: Catalog all free textbooks by subject
  • Library integrations: Build digital library catalogs with open textbook metadata
  • Academic tools: Find textbooks for curriculum planning
  • EdTech applications: Integrate free textbook data into learning platforms

FAQ

Q: Does this require authentication? A: No. OpenStax provides a public API — no credentials needed.

Q: How many books are available? A: OpenStax publishes 100+ textbooks across all subjects.

Q: Are the PDF links publicly accessible? A: Yes. OpenStax PDFs are freely downloadable with no login required.

Q: How often is data updated? A: Books are updated regularly. Run the scraper periodically to catch new editions.