# Analyze Top Teachers Pay Teachers Store Products

**Use case:** 

Scrape all products from a specific competitor's Teachers Pay Teachers store to understand their product offerings and pricing strategy. This data is crucial fo

## Input

```json
{
  "mode": "getStore",
  "searchQuery": "multiplication worksheets",
  "startUrls": [
    {
      "url": "https://www.teacherspayteachers.com/Store/Lucky-Little-Learners"
    }
  ],
  "grade": "",
  "subject": "",
  "format": "",
  "isFree": false,
  "maxItems": 24
}
```

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