# RateMyProfessors — Professor Ratings — Full Export

**Use case:** 

Scrape the full ratemyprofessors — professor ratings dataset with all available fields.

## Input

```json
{
  "sp_intended_usage": "Example: extract ratemyprofessors — professor ratings for research and lead generation",
  "sp_improvement_suggestions": "none",
  "sp_contact": "Share your email here...",
  "schools": [
    "Arizona State University"
  ],
  "includeRatings": true,
  "maxItems": 200
}
```

## Output

```json
{
  "school_name": {
    "label": "School Name",
    "format": "string"
  },
  "first_name": {
    "label": "First Name",
    "format": "string"
  },
  "last_name": {
    "label": "Last Name",
    "format": "string"
  },
  "department": {
    "label": "Department",
    "format": "string"
  },
  "avg_rating": {
    "label": "Avg Rating",
    "format": "string"
  },
  "num_ratings": {
    "label": "Num Ratings",
    "format": "string"
  },
  "rating_class": {
    "label": "Rating Class",
    "format": "string"
  },
  "rating_quality": {
    "label": "Rating Quality",
    "format": "string"
  },
  "rating_comment": {
    "label": "Rating Comment",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scrapedat",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [RateMyProfessors — Professor Ratings Scraper](https://apify.com/jungle_synthesizer/ratemyprofessors-professor-ratings-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/jungle_synthesizer/ratemyprofessors-professor-ratings-scraper) to learn more, explore other use cases, and run it yourself.