Health
Caring logo

Caring API

caring.com

US senior-care directory - providers by location and care type, with ratings and reviews.

Actions
4
Category
Health
Login
Not required
Output
JSON

Call the Caring API

Submit a task, then poll the job until it settles. This example runs act_caring_care_category_landing_ssr.

curl -X POST https://api.anakin.io/v1/wire/task \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_caring_care_category_landing_ssr",
    "params": {
      "care_category_path": "/senior-living/assisted-living"
    }
  }'

4 actions on caring.com

Read

  • Care Category Landing

    act_caring_care_category_landing_ssrread1 credit / call

    Returns a care category landing page with popular city links and navigation.

    care_category_path
    string · required
  • Location Autocomplete

    act_caring_location_autocompleteread1 credit / call

    Returns structured location matches with coordinates for a city, state, or ZIP query.

    search_query
    string · required
  • Provider Faceted Search

    act_caring_provider_faceted_searchread2 credits / call

    Returns senior-care providers by location and care type with ratings, prices, and addresses.

    location_keyword
    string · required
    care_type
    string · required
    sort_by
    string
    page
    string
  • Provider Search Results

    act_caring_provider_search_results_ssrread1 credit / call

    Returns local provider search results with names, ratings, and care types.

    keyword
    string · required
    care_type
    string · required

Caring API questions

Is there an API for Caring?
Caring does not offer a public data API for this, but Anakin Wire provides 4 maintained endpoints for caring.com. You call Anakin's REST API with an action ID and parameters and get structured JSON back; Anakin handles the browser, proxies, anti-bot, and parsing.
How do I scrape Caring data?
POST to https://api.anakin.io/v1/wire/task with your API key, the action ID, and its parameters, then poll GET /v1/wire/jobs/{id} until the job settles. There is nothing to install and no scraper to maintain — when caring.com changes its markup, Anakin updates the action.
Do I need a Caring account?
No. Every Caring action listed here runs anonymously — no account and no credentials required.
What does the Caring API cost?
Usage-based credits, charged per call and refunded automatically when a job fails. New accounts start with 300 free credits and no card. See anakin.io/pricing for the current rates.

More Health APIs

All Health sites