# Extract 2nd Grade English Language Arts Resources

**Use case:** 

Gather a curated collection of English Language Arts resources specifically for 2nd-grade students. This enables curriculum developers and teachers to efficient

## Input

```json
{
  "mode": "byGrade",
  "searchQuery": "multiplication worksheets",
  "startUrls": [],
  "grade": "2nd",
  "subject": "English Language Arts",
  "format": "",
  "isFree": false,
  "minRating": 4,
  "maxItems": 150
}
```

## 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.