SeniorAdvice Scraper - Senior Living Facility Data avatar

SeniorAdvice Scraper - Senior Living Facility Data

Pricing

from $5.00 / 1,000 results

Go to Apify Store
SeniorAdvice Scraper - Senior Living Facility Data

SeniorAdvice Scraper - Senior Living Facility Data

Scrape senior living facilities from SeniorAdvice.com — assisted living, nursing homes, memory care & more. Extract names, addresses, phone, ratings, reviews, monthly costs, Medicare ratings, and geo coordinates by city or state. Ideal for senior care lead gen and market research.

Pricing

from $5.00 / 1,000 results

Rating

0.0

(0)

Developer

lulz bot

lulz bot

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Categories

Share

SeniorAdvice Scraper — Senior Living Facility Data

Scrape senior living facilities from SeniorAdvice.com, one of the largest US senior care directories. Covers assisted living, independent living, nursing homes, memory care, care homes, senior apartments, home healthcare, hospice, and adult day care across every US city and state.

What you get

For each facility:

FieldDescription
nameFacility name
phoneContact phone number
streetAddress, city, state, postalCodeFull address
latitude, longitudeGeo coordinates
ratingAggregate rating (1–5)
reviewCountNumber of reviews
reviewsUp to 10 recent reviews (author, date, rating, text)
avgMonthlyCostAverage monthly cost in USD
costSummaryCost comparison vs city/state/national averages
medicareRatingMedicare survey rating (when available)
paymentInfoAccepted payment types (Medicare/Medicaid)
priceRangeRelative price band ($–$$$)
descriptionFacility description
careType, url, imageUrlMetadata

Input

{
"careType": "assisted-living",
"locations": ["houston-tx", "Phoenix, AZ", "florida"],
"maxListings": 50,
"scrapeDetails": true
}
  • careType — one of assisted-living, independent-living, nursing-homes, memory-care, care-homes, senior-apartments, home-healthcare, hospice, adult-daycare
  • locations — city slugs (houston-tx), City, ST strings, or state names (florida expands to its top cities)
  • maxListings — cap per city (0 = all)
  • scrapeDetailstrue for full facility detail (phone, cost, geo, reviews); false for fast card-level data

Example output

{
"name": "Garden Terrace of Houston",
"phone": "1-844-393-2598",
"streetAddress": "7887 Cambridge St",
"city": "Houston",
"state": "TX",
"postalCode": "77054",
"latitude": 29.691512,
"longitude": -95.3918771,
"rating": 2.71,
"reviewCount": 17,
"avgMonthlyCost": 6286,
"medicareRating": 4.4,
"paymentInfo": "According to our records, Garden Terrace of Houston accepts Medicare and Medicaid.",
"priceRange": "$$",
"careType": "assisted-living",
"url": "https://www.senioradvice.com/providers/view/garden-terrace-of-houston-houston-tx"
}

Use cases

  • Senior care referral & placement agencies — build and refresh facility databases with cost and rating data
  • Market research — compare monthly costs and ratings across cities and states
  • Real estate & healthcare investment — identify underserved markets and facility quality distribution
  • Insurance & lead generation — enrich contact lists with verified facility details

Usage notes

  • One city page returns up to ~50 facilities
  • With scrapeDetails: true, each facility page is visited for full data — slower but much richer
  • State-name locations expand to up to maxCitiesPerState cities (default 10)