# Education Lead Extractor - Schools, Tutors & Training

**Use case:** 

Scrape phones, emails of tutoring centers, driving schools & music schools from Google Maps. CSV/Excel export. For EdTech companies & education B2B leads.

## Input

```json
{
  "searchTerms": [
    "tutoring center",
    "driving school",
    "music school",
    "test prep center",
    "language school",
    "private school",
    "coding bootcamp"
  ],
  "location": "San Francisco, CA",
  "maxResults": 200,
  "concurrency": 3,
  "minRating": 0,
  "minReviews": 0,
  "extractPhones": true,
  "extractWebsites": true,
  "extractEmails": true,
  "extractOpeningHours": false,
  "language": "en",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "title": {
    "label": "Business Name",
    "format": "string"
  },
  "phone": {
    "label": "Phone",
    "format": "string"
  },
  "email": {
    "label": "Email",
    "format": "string"
  },
  "address": {
    "label": "Address",
    "format": "string"
  },
  "website": {
    "label": "Website",
    "format": "string"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviews": {
    "label": "Reviews",
    "format": "integer"
  },
  "category": {
    "label": "Category",
    "format": "string"
  },
  "description": {
    "label": "Description",
    "format": "string"
  },
  "hours": {
    "label": "Opening Hours",
    "format": "string"
  },
  "priceLevel": {
    "label": "Price Level",
    "format": "string"
  },
  "searchTerm": {
    "label": "Search Term",
    "format": "string"
  },
  "url": {
    "label": "Google Maps URL",
    "format": "string"
  },
  "placeId": {
    "label": "Place ID",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Google Maps Lead Extractor](https://apify.com/morkerr/google-maps-lead-extractor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/morkerr/google-maps-lead-extractor) to learn more, explore other use cases, and run it yourself.