# OB-GYN Reviews & Ratings in Phoenix, AZ

**Use case:** 

Collect OB-GYN patient reviews and star ratings in Phoenix, AZ from WebMD, including reviewer rating, date and text plus provider name, NPI and contact.

## Input

```json
{
  "specialties": [
    "obstetrics-gynecology"
  ],
  "locations": [
    "arizona/phoenix"
  ],
  "acceptingNewPatientsOnly": false,
  "minRating": 0,
  "gender": "any",
  "maxResultsPerSearch": 60,
  "maxResults": 60,
  "includeProviderDetails": true,
  "includeReviews": true,
  "maxReviewsPerProvider": 25,
  "enrichPracticeEmails": false,
  "deduplicateProviders": true,
  "monitorMode": false,
  "monitorStoreName": "webmd-monitor",
  "maxConcurrency": 6,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "type": {
    "label": "Type"
  },
  "providerName": {
    "label": "Provider"
  },
  "rating": {
    "label": "Rating"
  },
  "title": {
    "label": "Title"
  },
  "text": {
    "label": "Review"
  },
  "author": {
    "label": "Author"
  },
  "datePublished": {
    "label": "Date"
  },
  "npi": {
    "label": "NPI"
  },
  "profileUrl": {
    "label": "Profile URL"
  }
}
```

## About this Actor

This example demonstrates how to use [WebMD Scraper — Doctors, Reviews & Provider Leads](https://apify.com/scrapesage/webmd-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapesage/webmd-scraper) to learn more, explore other use cases, and run it yourself.