ParseForge Scrapers

Vitals Scraper - Provider Profiles

parseforge/vitals-scraper

AutomationLead generationOther

Scrape healthcare provider profiles from Vitals.com by search filters or direct URL. Returns name, specialty, rating, address, phone, insurance accepted, and more.

Run this scraper See the API call
Total users
12
Monthly active
0
Total runs
287
Bookmarked
0
Rating
5.0 (1)
Last modified
12 days ago

Overview

ParseForge

Vitals Scraper - Provider Profiles

Scrape doctor and provider profiles from Vitals.com by location, specialty, rating, or direct URL. Every profile returns name, address, phone, overall rating, review count, accepted insurance, and more. No API key needed. Export to CSV, JSON, Excel, or XML.

Vitals.com is one of the largest directories of healthcare providers in the US, but browsing it manually or scraping it page by page is slow and error-prone. This Actor reads Vitals search results and provider profiles directly, filtering by rating range, profile type, gender, insurance accepted, years of experience, and more. Each provider is returned as a clean, flat row ready for analysis.

Who uses it What they scrape Vitals for
Healthcare market researchers Analyze provider density, ratings, and specialties across cities or states.
Insurance network analysts Identify which providers accept Medicare, Medicaid, or new patients in a region.
Medical practice managers Benchmark competitor practices by profile type, experience, and patient reviews.
Healthcare recruiters Find physicians and hospitals by specialty and location for talent sourcing.
Data journalists Map healthcare access disparities using provider location and insurance acceptance data.

What it does

This Actor collects healthcare provider profiles from Vitals.com by search filters or direct URL, and returns each provider as a structured row with name, specialty, location, ratings, and contact details.

  • ๐Ÿ” Search filters: Filter by location (city/state or lat/lng), sort by best match, distance, or ratings, and narrow by overall rating, profile type, gender, accepts new patients, virtual visits, Medicare, Medicaid, years of experience, and doctor name or specialty.
  • ๐Ÿ”— Direct URL mode: Paste any Vitals.com search results URL to scrape exactly that page set, with optional maxItems limit.

Results export to CSV, JSON, Excel, or XML, or straight from the API.

What you can do with Vitals data

๐Ÿ“Š Map provider availability by region.

A healthcare analyst runs the Actor with city/state filters across multiple metro areas to compare physician density and average ratings.

๐Ÿฅ Build a provider directory for a patient portal.

A health tech startup scrapes Vitals for all physicians in a state, filters by accepts new patients and insurance, and loads the data into their app.

๐Ÿ“ˆ Track rating trends for a hospital network.

A hospital marketing team runs the Actor weekly on their own practice profiles to monitor review counts and overall rating changes.

๐Ÿ” Find specialists accepting Medicare.

A Medicare beneficiary advocate scrapes Vitals for cardiologists in Florida who accept Medicare and have 4+ star ratings.

Why choose this scraper

What you get
Structured data Every provider is a flat row with name, specialty, address, phone, overall rating, review count, accepts new patients, virtual visits, insurance accepted, years of experience, and more.
No login or API key Scrape public Vitals.com data without any account or rate-limiting headaches.
Flexible input Use a direct URL or the built-in search filters for location, rating, profile type, gender, insurance, and experience.
Export anywhere Download as CSV, JSON, Excel, XML, or push to a database or Google Sheets via integrations.

How it compares

No other Store actor targets Vitals the same way, so the honest comparison is with the alternatives teams actually weigh.

Vitals Scraper - Provider Profiles Build it in-house By hand
Setup Run it now, zero config Days of engineering None, but hours per pull
When Vitals changes Maintained for you You fix it You re-learn the page
Proxies, retries, anti-bot Built in Your problem Browser only
Output Fixed JSON schema, CSV/Excel export Whatever you build Copy-paste
Cost Pay per result Engineering time Analyst hours

Configure the run

Drive the Actor from a direct Vitals search URL or from the built-in search filters (mutually exclusive). Filters run as each provider is read so only matching profiles reach your dataset. The Input tab lists every parameter.

A first run with the defaults:

{
  "startUrl": "https://www.vitals.com/search?sortby=bestmatch&overall_range=any&profile_type=all&gender=all&latLng=40.7396,-74.0007&city_state=New+York,+NY",
  "maxItems": 10
}

A larger pull:

{
  "startUrl": "https://www.vitals.com/search?sortby=bestmatch&overall_range=any&profile_type=all&gender=all&latLng=40.7396,-74.0007&city_state=New+York,+NY",
  "maxItems": 200
}

Pricing

Pay-per-result: $0.16 per result collected. You pay only for the results written to your dataset.

Results collected Approximate cost
100 results $16.00
1,000 results $160.00
10,000 results $1600.00

New Apify accounts start with $5 in free credit.

Free users

Free-plan runs return up to 10 results as a preview. Upgrade your Apify plan to collect more results per run.

Run it

  1. Create a free Apify account with $5 in credit.
  2. Open the Vitals Scraper - Provider Profiles.
  3. Set your inputs and any filters, then click Start.
  4. Export the results as CSV, Excel, JSON, or XML from the Dataset tab.

Run it programmatically through the Apify API (run-sync-get-dataset-items) or the ApifyClient for JavaScript and Python.

Use with AI agents (MCP)

Give an AI agent live access to Vitals through the Model Context Protocol. Add the Actor to Claude, Cursor, or any MCP client:

claude mcp add --transport http apify "https://mcp.apify.com?tools=parseforge/vitals-scraper"

Then prompt it in plain language to run the scraper and read back the results.

Troubleshooting

I get no results when using search filters.

Ensure you have provided latLng coordinates. The Vitals API requires latLng for location-based searches. Also check that cityState is in 'City, State' format.

The Actor returns fewer providers than maxItems.

Vitals may not have that many matching providers for your filters. Try broadening your search (e.g., remove rating or gender filters).

I get an error when using startUrl.

Make sure the URL is a valid Vitals.com search results page. Do not use a provider's individual profile URL. Also ensure startUrl is empty when using search filters.

The sortby 'distance' option returns no results.

The 'distance' sort requires latLng to be provided. Enter coordinates in 'latitude,longitude' format (e.g., 40.7396,-74.0007).

Data seems incomplete or missing fields.

Vitals search result cards vary. Some fields (like phone or insurance) may not appear for every provider. The Actor returns what is publicly visible on the listing.

FAQ

Question Answer
Do I need an API key or login to use this Actor? No. The Actor reads public Vitals.com pages directly. No account or API key is required.
Can I scrape by city and state? Yes. Use the cityState field (e.g., 'New York, NY') and provide latLng coordinates. The sortby 'distance' option requires latLng.
What is the difference between startUrl and search filters? They are mutually exclusive. Use startUrl to paste a full Vitals search URL. Use search filters to build a query from scratch with dropdowns and fields.
Can I filter by insurance accepted? Yes. Use the acceptsMedicare and acceptsMedicaid boolean filters. Note that Vitals does not expose a full insurance list in search filters.
How many providers can I scrape in one run? Free-plan runs return up to 10 results. Paid plans can set maxItems higher. Actual results depend on Vitals' pagination and the number of matching providers.
Does the Actor scrape individual provider profile pages? It scrapes search result listings. Each row includes the provider's name, specialty, address, phone, overall rating, review count, and other fields available on the listing card.
What export formats are supported? CSV, JSON, Excel, and XML. You can also push data to cloud storage, databases, or Google Sheets via Apify integrations.
Can I filter by years of experience? Yes. Use yearsOfExperienceMin and yearsOfExperienceMax (0 to 40 years).
What does 'profile type' mean? You can filter by Physician, Hospital, or Practice. 'All' returns every type.
Is the data up to date? The Actor scrapes live data from Vitals.com at the moment of the run. It reflects the current state of the site.

Related actors

Browse the full ParseForge collection for more scrapers.

๐Ÿ†˜ Need help? Email parseforge@protonmail.com with your run ID, your input, and what you expected.

โš ๏ธ Disclaimer. This Actor is unofficial and is not affiliated with, endorsed by, or sponsored by Vitals.com. It collects only publicly available data. You are responsible for using the collected data in compliance with the source's terms of service and applicable data-protection laws, including GDPR, CCPA, and PIPL. Do not use it to collect personal data unlawfully.

Input

FieldTypeWhat it doesDefault
startUrl string Direct URL to scrape from Vitals.com. Example: https://www.vitals.com/search?sortby=bestmatch&overall_range=any&profile_type=all&gender=all&latLng=40.7396,-74.0007&city_state=New+York,+NY https://www.vitals.com/search?sortby=bes
maxItems integer How many providers to collect per run. 10
sortby string (3 options) How to sort the results. 'distance' requires latLng to be provided. not set
overallRange string (6 options) Filter by overall rating range not set
profileType string (4 options) Filter by profile type not set
gender string (4 options) Filter by gender not set
cityState string Location in format: City, State. Example: New York, NY not set
latLng string Coordinates in format: latitude,longitude. Example: 40.7396,-74.0007. REQUIRED when using search filters (without startUrl). The API requires this parameter for location-based searches. not set
acceptsNewPatients boolean Filter by whether provider accepts new patients not set
virtualVisit boolean Filter by whether provider offers virtual visits not set
acceptsMedicare boolean Filter by whether provider accepts Medicare not set
acceptsMedicaid boolean Filter by whether provider accepts Medicaid not set
yearsOfExperienceMin integer Minimum years of experience not set
yearsOfExperienceMax integer Maximum years of experience not set
query string Additional search query filter not set

Pricing

from $8.00 per 1,000 results

Charged forWhat it isPrice each
Actor Start Charged when the Actor starts running. Number of events charged depends on Actor memory (one event per GB, minimum one event). $0.05 to $0.16
Result Single result in the default dataset. $0.008 to $0.012

Tiered: the lower figure is the price on a higher Apify plan. Billing and the free credit live on Apify.

API

One POST returns the dataset directly. Same shape for every scraper in the library, so swapping the slug is the only change.

POST ยท run and get results
curl -X POST "https://api.apify.com/v2/acts/parseforge~vitals-scraper/run-sync-get-dataset-items?token=$APIFY_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "helloWorld": 123
  }'

Examples

Input that runs as-is.

input.json
{
  "helloWorld": 123
}

Reviews

Rated 5.0 out of 5 across 1 review. Read them on Apify.

Issues

We build and maintain this scraper, so a problem with it comes to us. Report it on the Apify listing and the thread stays attached to the scraper where the next person can find it: open an issue.

Broken and urgent, or you would rather not post in public? Write to parseforge@protonmail.com and it reaches the people who wrote it.

Related scrapers

Run Vitals Scraper - Provider Profiles on Apify All scrapers