# Monitor page 2 acupuncturist listings on HealthProfs

**Use case:** 

Track additional acupuncturist search results on HealthProfs New York page 2 for provider market coverage.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.healthprofs.com/us/acupuncturists/ny/new-york?page=2"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "id": {
    "label": "Id"
  },
  "uuid": {
    "label": "Uuid"
  },
  "url": {
    "label": "Url"
  },
  "fullName": {
    "label": "Full name"
  },
  "profileType": {
    "label": "Profile type"
  },
  "suffixes": {
    "label": "Suffixes"
  },
  "verificationStatus": {
    "label": "Verification status"
  },
  "phone": {
    "label": "Phone"
  },
  "acceptsAppointments": {
    "label": "Accepts appointments"
  },
  "appointmentTypes": {
    "label": "Appointment types"
  },
  "primaryLocation": {
    "label": "Primary location"
  },
  "secondaryLocation": {
    "label": "Secondary location"
  },
  "education": {
    "label": "Education"
  },
  "credentials": {
    "label": "Credentials"
  },
  "statement": {
    "label": "Statement"
  },
  "attributes": {
    "label": "Attributes"
  },
  "photoUrl": {
    "label": "Photo url"
  },
  "lastUpdated": {
    "label": "Last updated"
  }
}
```

## About this Actor

This example demonstrates how to use [Healthprofs Scraper](https://apify.com/lexis-solutions/healthprofs-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/lexis-solutions/healthprofs-scraper) to learn more, explore other use cases, and run it yourself.