# Scrape Free Math Worksheets from Teachers Pay Teachers

**Use case:** 

Discover and aggregate a comprehensive list of free math worksheets available on Teachers Pay Teachers. This helps educators quickly find cost-effective resourc

## Input

```json
{
  "mode": "search",
  "searchQuery": "math worksheets",
  "startUrls": [],
  "grade": "",
  "subject": "",
  "format": "",
  "isFree": true,
  "maxItems": 100
}
```

## Output

```json
{
  "title": {
    "label": "Title"
  },
  "seller": {
    "label": "Seller"
  },
  "price": {
    "label": "Price"
  },
  "isFree": {
    "label": "Is free"
  },
  "rating": {
    "label": "Rating"
  },
  "ratingCount": {
    "label": "Rating count"
  },
  "url": {
    "label": "Url"
  }
}
```

## About this Actor

This example demonstrates how to use [Teachers Pay Teachers Store & Product Scraper](https://apify.com/crawlerbros/teachers-pay-teachers-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/teachers-pay-teachers-scraper) to learn more, explore other use cases, and run it yourself.