# Math OpenStax Open Textbooks

**Use case:** 

Extract OpenStax Open Textbooks data filtered by Math. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "subject": "math",
  "maxItems": 10
}
```

## Output

```json
{
  "title": {
    "label": "📚 Title",
    "format": "text"
  },
  "subject": {
    "label": "🏷️ Subject",
    "format": "text"
  },
  "edition": {
    "label": "📖 Edition",
    "format": "text"
  },
  "authors": {
    "label": "✍️ Authors",
    "format": "text"
  },
  "license": {
    "label": "⚖️ License",
    "format": "text"
  },
  "isbn": {
    "label": "🔢 ISBN",
    "format": "text"
  },
  "pages": {
    "label": "📄 Pages",
    "format": "text"
  },
  "language": {
    "label": "🗣️ Language",
    "format": "text"
  },
  "downloadFormats": {
    "label": "📥 Download Formats",
    "format": "text"
  },
  "url": {
    "label": "🔗 URL",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [OpenStax Open Textbooks Scraper](https://apify.com/parseforge/openstax-textbooks-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/openstax-textbooks-scraper) to learn more, explore other use cases, and run it yourself.