Discover/funeralocity.com API
live

funeralocity.com APIfuneralocity.com

Access funeral home listings, GPL itemized pricing, ratings, and contact info for US locations via the Funeralocity API. Search by city and state.

Endpoints
3
Updated
3mo ago
Try it

No input parameters required.

api.parse.bot/scraper/335ba392-7c8f-42e4-af1c-5bb40e6f267d/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/335ba392-7c8f-42e4-af1c-5bb40e6f267d/get_states' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 3 totalclick to expand

List all supported US states and their two-letter codes. Returns a static list of 51 entries (50 states plus DC).

Input

No input parameters required.

Response
{
  "type": "object",
  "fields": {
    "data": "array of state objects, each with 'code' (two-letter abbreviation) and 'name' (full state name)"
  },
  "sample": {
    "data": [
      {
        "code": "AL",
        "name": "Alabama"
      },
      {
        "code": "CA",
        "name": "California"
      },
      {
        "code": "IL",
        "name": "Illinois"
      }
    ],
    "status": "success"
  }
}

About the funeralocity.com API

The Funeralocity API provides access to funeral home data across the United States through 3 endpoints, covering state and city discovery through to detailed funeral home profiles. The search_homes endpoint returns contact information, ratings, and itemized General Price List (GPL) fees for every home found within a 25-mile radius of the searched city, making it practical for cost comparison tools, end-of-life planning apps, and directory services.

Endpoints Overview

The API is structured around a three-step discovery flow. get_states returns a static list of 51 entries — all 50 US states plus Washington DC — each with a code (two-letter abbreviation) and a name. get_cities accepts a required state parameter (uppercase two-letter code) and returns up to 20 major cities for that state, each with a Name and a SearchUrl slug that maps to the source site's city search page.

Funeral Home Search

search_homes is the primary endpoint. It requires a city string and a state code, and accepts an optional limit integer to cap the result count. The response object includes city, state, total_count, and a homes array. Each home in the array carries an id, contact details, ratings, and detailed GPL pricing data — the itemized fee schedule that US funeral homes are federally required to publish. This makes it possible to compare line-item costs such as basic services fees, embalming, cremation, and casket prices across multiple providers in a given area.

Coverage and Data Shape

Search results cover funeral homes within a 25-mile radius of the specified city center, so smaller cities will surface homes from surrounding towns. The get_cities endpoint covers major cities per state rather than a full municipal database, so less-populated localities may need to be searched via the nearest major city. The total_count field in search_homes responses tells you how many homes matched before any limit is applied, which is useful for building pagination logic on the client side.

Common use cases
  • Build a funeral home cost comparison tool using GPL itemized pricing from search_homes
  • Populate a state-and-city selector in an end-of-life planning app using get_states and get_cities
  • Aggregate funeral home ratings across a metro area for a consumer review dashboard
  • Generate city-level reports on average funeral service fees using total_count and pricing fields
  • Build a funeral home directory with contact information sourced from search_homes results
  • Alert families to lower-cost cremation or burial options within a 25-mile radius of a given city
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does Funeralocity have an official developer API?+
Funeralocity does not publish a public developer API. This Parse API provides structured access to the listing, pricing, and contact data on the site.
What pricing data does `search_homes` return for each funeral home?+
Each home in the homes array includes summary pricing alongside detailed GPL (General Price List) data — the federally mandated itemized fee schedule. This covers individual service line items rather than just a single aggregate price, letting you compare costs at a granular level.
Does `get_cities` cover every city in a state, or only major ones?+
It returns up to 20 major cities per state. Smaller or rural municipalities are not individually listed. For locations not appearing in get_cities, using the nearest major city with search_homes will still surface homes within 25 miles. You can fork this API on Parse and revise it to add a broader city lookup endpoint if your use case requires finer geographic resolution.
Can I retrieve funeral home data by ZIP code or coordinates instead of city name?+
Not currently. The API accepts city name and state code as the location inputs for search_homes. You can fork it on Parse and revise to add a ZIP-code or coordinate-based search endpoint.
Does the API expose funeral home reviews or review text beyond aggregate ratings?+
The search_homes response includes ratings but does not currently expose individual review text or reviewer details. Summary ratings per home are available. You can fork this API on Parse and revise it to add a review-text endpoint if that data is accessible on the source site.
Page content last updated . Spec covers 3 endpoints from funeralocity.com.
Related APIs in HealthcareSee all →
goodtherapy.org API
Search and find therapists on GoodTherapy.org by location, name, or specialty, then view detailed profiles including credentials and practice information. Browse available therapists across different locations and filter results by specialty, insurance, language, and more to find the right mental health professional.
radiopaedia.org API
Search medical cases and images on Radiopaedia to find relevant radiology references, and stay updated with the latest articles in medical imaging. Access case details, diagnostic images, and recent content updates all in one place.
tbca.net.br API
Search Brazil's most comprehensive food database to get detailed nutritional profiles, household portion measurements, and statistical composition data for thousands of foods including regional and biodiversity-focused options. Find specific nutrients by component, browse foods by group or type, and access institutional food information all in one place.
accessdata.fda.gov API
Search and retrieve comprehensive FDA premarket approval information for medical devices, including approval status, supplements, applicant details, and advisory committee data. Get instant access to specific PMA records with all relevant approval information in one place.
cabi.org API
Search and retrieve detailed information about plant diseases from the CABI Digital Library, including disease characteristics, symptoms, and management strategies. Find specific disease data by name or browse the comprehensive Compendium to identify and understand plant health issues.
azbar.org API
Search for Arizona lawyers by name, location, specialty, or company to find the right legal professional for your needs. View detailed lawyer profiles including their specializations, licensed jurisdictions, law school, admission history, and any disciplinary records.
arztsuche.116117.de API
Find therapists and doctors across Germany by postal code, radius, or medical specialty, getting detailed results with names, addresses, distances, and contact information. Quickly locate healthcare providers that match your needs using Germany's official 116117 doctor search portal.
zocdoc.com API
Search for doctors and medical practices on Zocdoc by specialty and location. Retrieve provider profiles, accepted insurance, office locations, patient reviews, and appointment availability.