# Superprof Scraper Tutors, Lessons, Prices & Ratings

**Use case:** 

Collect Superprof tutor profiles and lessons by subject, location, or URL. Get clean data: price, rating, reviews, subjects, city, geo, lesson type.

## Input

```json
{
  "mode": "search",
  "subjects": [
    "Mathematics"
  ],
  "locations": [
    "United States"
  ],
  "lessonType": "any",
  "onlyWebcam": false,
  "onlyFirstLessonFree": false,
  "sortBy": "relevance",
  "urls": [
    "https://www.superprof.com/s/mathematics,United-States,,,,.html"
  ],
  "fetchDetails": true,
  "maxItems": 20,
  "proxy": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "teacherName": {
    "label": "Tutor",
    "format": "text"
  },
  "title": {
    "label": "Headline",
    "format": "text"
  },
  "price": {
    "label": "Price/h",
    "format": "number"
  },
  "price_5H": {
    "label": "5h Pack",
    "format": "number"
  },
  "price_10H": {
    "label": "10h Pack",
    "format": "number"
  },
  "price_webcam": {
    "label": "Webcam/h",
    "format": "number"
  },
  "type": {
    "label": "Lesson Type",
    "format": "text"
  },
  "teacherCity": {
    "label": "City",
    "format": "text"
  },
  "stat_stars": {
    "label": "Rating",
    "format": "number"
  },
  "stat_count_reviews": {
    "label": "Reviews",
    "format": "number"
  },
  "stat_count_recommendations": {
    "label": "Recommendations",
    "format": "number"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "is_superprof": {
    "label": "Superprof",
    "format": "boolean"
  },
  "is_verified_member": {
    "label": "Verified",
    "format": "boolean"
  },
  "has_video": {
    "label": "Video",
    "format": "boolean"
  },
  "has_interview": {
    "label": "Interview",
    "format": "boolean"
  },
  "levels": {
    "label": "Levels",
    "format": "array"
  },
  "native_language": {
    "label": "Native Language",
    "format": "text"
  },
  "subjects": {
    "label": "Subjects",
    "format": "array"
  },
  "offer_lesson_first_is_free": {
    "label": "1st Free",
    "format": "boolean"
  },
  "venue_can_move": {
    "label": "Travels",
    "format": "boolean"
  },
  "venue_can_receive": {
    "label": "Hosts",
    "format": "boolean"
  },
  "responseTimeDesc": {
    "label": "Response",
    "format": "text"
  },
  "teacherPhoto": {
    "label": "Photo",
    "format": "image"
  },
  "lat": {
    "label": "Lat",
    "format": "number"
  },
  "lng": {
    "label": "Lng",
    "format": "number"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "search_url": {
    "label": "Search URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Superprof Scraper $1💰 Tutors, Lessons, Prices & Ratings](https://apify.com/abotapi/superprof-tutor-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/abotapi/superprof-tutor-scraper) to learn more, explore other use cases, and run it yourself.