# Find Top-Rated PowerPoint Lessons for Science

**Use case:** 

Identify and scrape highly-rated PowerPoint lesson plans focused on science subjects. This provides valuable insights into popular and effective teaching materi

## Input

```json
{
  "mode": "bySubject",
  "searchQuery": "multiplication worksheets",
  "startUrls": [],
  "grade": "",
  "subject": "Science",
  "format": "PowerPoint",
  "isFree": false,
  "minRating": 4.5,
  "minReviews": 20,
  "maxItems": 75
}
```

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