# Hybrid only Direct Primary Care (DPC) Mapper

**Use case:** 

Extract Direct Primary Care (DPC) Mapper data filtered by Hybrid only. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "stateFilter": [],
  "kindFilter": "hybrid",
  "verifiedOnly": false,
  "maxItems": 10
}
```

## Output

```json
{
  "id": {
    "label": "Id"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "legalName": {
    "label": "Legal name"
  },
  "kind": {
    "label": "Kind",
    "format": "text"
  },
  "verified": {
    "label": "Verified",
    "format": "boolean"
  },
  "addressLine1": {
    "label": "Address line1"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "postal": {
    "label": "Postal"
  },
  "lat": {
    "label": "Lat"
  },
  "lng": {
    "label": "Lng"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "openDate": {
    "label": "Open Date",
    "format": "date"
  },
  "providers": {
    "label": "Providers"
  },
  "dispensing": {
    "label": "Dispensing"
  },
  "labDiscounts": {
    "label": "Lab discounts"
  },
  "radiologyDiscounts": {
    "label": "Radiology discounts"
  },
  "homeVisits": {
    "label": "Home visits"
  },
  "mobile": {
    "label": "Mobile"
  },
  "url": {
    "label": "DPC Frontier URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

This example demonstrates how to use [Direct Primary Care (DPC) Mapper Scraper](https://apify.com/parseforge/dpc-mapper-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/dpc-mapper-scraper) to learn more, explore other use cases, and run it yourself.