# Telehealth Registered Dietitians — EatRight Scraper

**Use case:** 

Export RDNs offering telehealth appointments from the EatRight directory: name, credentials, state, email, phone, specialties, and accepted insurance.

## Input

```json
{
  "sp_intended_usage": "Describe your intended use...",
  "sp_improvement_suggestions": "Share your suggestions here...",
  "sp_contact": "Share your email here...",
  "maxItems": 100,
  "states": []
}
```

## Output

```json
{
  "name": {
    "label": "Name",
    "format": "string"
  },
  "credentials": {
    "label": "Credentials",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "state": {
    "label": "State",
    "format": "string"
  },
  "telehealth": {
    "label": "Telehealth",
    "format": "boolean"
  },
  "email": {
    "label": "Email",
    "format": "string"
  },
  "phone": {
    "label": "Phone",
    "format": "string"
  },
  "profile_url": {
    "label": "Profile Url",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [EatRight RDN Directory Scraper - Dietitian Finder](https://apify.com/jungle_synthesizer/eatright-rdn-directory-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/jungle_synthesizer/eatright-rdn-directory-scraper) to learn more, explore other use cases, and run it yourself.