Care.com Scraper - Caregivers, Care Jobs & Provider Leads avatar

Care.com Scraper - Caregivers, Care Jobs & Provider Leads

Pricing

from $5.00 / 1,000 caregiver scrapeds

Go to Apify Store
Care.com Scraper - Caregivers, Care Jobs & Provider Leads

Care.com Scraper - Caregivers, Care Jobs & Provider Leads

Scrape Care.com caregivers and care businesses: childcare, senior care, pet care, housekeeping and tutoring. Get rates, experience, certifications, reviews, availability and business leads with addresses. Filter by city, care type and rating. Monitor mode. Export to CSV/JSON.

Pricing

from $5.00 / 1,000 caregiver scrapeds

Rating

0.0

(0)

Developer

Scrape Sage

Scrape Sage

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

10 days ago

Last modified

Share

Care.com Scraper — Caregivers, Care Businesses, Rates, Reviews & Leads

Disclaimer: This Actor is an independent tool and is not affiliated with, endorsed by, or sponsored by Care.com, Inc. or any of its subsidiaries. All trademarks mentioned are the property of their respective owners. "Care.com" is referenced only to describe the publicly available website this Actor collects data from.

Extract complete Care.com caregiver and care-business data — childcare, babysitters, senior care, pet care, housekeeping, special needs and tutoring. Get real hourly rate ranges, years of experience, certifications (CPR, first aid, CNA), services offered, ratings & reviews, availability, background-check status and photos for every caregiver, plus care-business leads (daycare centers, assisted living, home-care agencies) with name, full street address, geo and description.

No login, no API key, no browser — fast JSON extraction with the richest dataset in the category.

Why this Care.com scraper?

Most Care.com scrapers return a name and a city and stop. This actor reads Care.com's own search API and ships the complete caregiver supply and care-business inventory for any US market — and benchmarks it against the local market averages:

DataTypical scrapersThis actor
Hourly rate range (from / to) + currencypartial
Years of experience, times hired, response time
Certifications (CPR, first aid, CNA, dementia, licensed nurse…)
Services offered (meal prep, transportation, housekeeping, dog walking…)
Average rating + per-dimension ratings (punctuality, reliability…)partial✅ opt-in
Full reviews (text, rating, date, care type)✅ opt-in
Weekly availability, age groups, languages, education, badges✅ opt-in
Background-check status + completion date
Care-business leads — name, full address, geo, description
Local market benchmarks (avg rate, avg experience, avg rating, supply)
Lead score (0–100) per record
New-caregiver & rate-change monitoring✅ opt-in

Use cases

  • Home-care & childcare recruiting — see the entire local caregiver supply for a market: rates, experience, certifications, availability and background-check status. Build sourcing lists for agencies, staffing firms and care marketplaces.
  • Care-business lead generationprovider records are ready-to-contact B2B leads: daycare centers, assisted-living communities and home-care agencies with name, full street address and geo — perfect for vendors selling to the care industry (software, supplies, insurance, marketing, staffing).
  • Market & pricing intelligence — benchmark caregiver pay by city and care type (hourlyRateFrom/hourlyRateTo vs marketAvgHourlyRate), track supply (marketTotalCaregivers), experience and rating distributions.
  • Competitive & supply analysis — for care platforms and franchises: measure caregiver density, rates and quality signals across every market you operate in.
  • Monitoring — schedule recurring runs to watch a market for new caregivers, new businesses and rate/rating changes.

How to use

  1. Sign up for Apify — the free plan is enough to try this actor.
  2. Open the Care.com Scraper, enter care types and locations (or paste Care.com URLs), and click Start.
  3. Watch caregiver and care-business records stream into the dataset table.
  4. Export as JSON, CSV, Excel, XML, or RSS — or pull results programmatically via the Apify API.

Input

{
"careTypes": ["child-care", "senior-care"],
"locations": ["Austin, TX", "Los Angeles, CA"],
"maxResults": 200,
"includeProviders": true,
"includeCaregiverDetails": true,
"includeReviews": true,
"minRating": 4,
"backgroundCheckedOnly": true
}
  • careTypes — care categories, combined with every location. Friendly names work: child-care, babysitters, senior-care (elder / home care), pet-care (pet sitting & dog walking), housekeeping, special-needs, tutors.
  • locations — US locations as City, ST (e.g. Austin, TX) or City, State Name (Austin, Texas).
  • startUrls — direct Care.com URLs: listing pages (/<care-type>/<city-st>) or caregiver profiles (/p/<handle>/<svc>).
  • maxResults — max caregivers/businesses to scan across all searches.
  • includeCaregivers (default true) — output individual caregiver records.
  • includeProviders (default true) — output care-business / facility leads (mainly child-care & senior-care).
  • minRating / minYearsExperience / maxHourlyRate / backgroundCheckedOnly — caregiver filters.
  • includeCaregiverDetails (default false) — fetch each caregiver's full profile for the complete bio, weekly availability, languages, education, badges, background-check dates, age groups served, job interests and per-dimension ratings.
  • includeReviews (default false) — attach a nested reviews array (rating, text, date, care type) inside each caregiver record. Requires caregiver details.
  • enrichProviderContacts (default false) — for care businesses that list a website in their description, crawl it for emails, phone and social links.
  • monitorMode (default false) — only output caregivers/businesses that are NEW or whose rate / rating / review count CHANGED since the last run.

Output

One clean record per caregiver (type: "caregiver") and per care business (type: "provider"):

{
"type": "caregiver",
"careType": "Child Care",
"profileUrl": "https://www.care.com/p/janedoe123/cc",
"caregiverId": "6988042",
"displayName": "Jane D.",
"age": 28,
"city": "Austin",
"state": "TX",
"bioTitle": "Experienced & reliable childcare professional",
"bioSummary": "Experienced childcare professional looking for one-time and recurring jobs…",
"yearsOfExperience": 8,
"hourlyRateFrom": 25,
"hourlyRateTo": 35,
"currency": "USD",
"availabilityFrequency": "PART_TIME",
"avgReviewRating": 5,
"numberOfReviews": 2,
"hiredTimes": 1,
"responseTimeMinutes": 0,
"backgroundChecked": true,
"certifications": ["CPR Trained", "First Aid Training"],
"services": ["Meal Preparation", "Light Housekeeping", "Carpooling", "Travel"],
"ageGroups": ["Toddler", "Early School", "Elementary School"],
"languages": ["English"],
"badges": ["Background Check", "Vaccinated"],
"ratingDimensions": { "punctuality": 5, "dependability": 5, "overall": 5 },
"reviewsScraped": 2,
"reviews": [{ "rating": 5, "text": "Jane is patient, kind and reliable…", "careType": "CHILD_CARE", "createdAt": "2019-11-20T19:12:15.000Z" }],
"marketTotalCaregivers": 2950,
"marketAvgHourlyRate": 22,
"marketAvgYearsExperience": 6.2,
"marketAvgRating": 4.7,
"leadScore": 78,
"searchCareType": "child-care",
"searchLocation": "Austin, TX",
"scrapedAt": "2026-06-16T12:00:00.000Z"
}
{
"type": "provider",
"careType": "Senior Care",
"providerId": "45911064-4247-44a8-b974-0dad0a018cdf",
"name": "Silverleaf Eldercare at Wildridge",
"avgReviewRating": 5,
"street": "9004 Wildridge Dr",
"city": "Austin",
"state": "TX",
"zipCode": "78759",
"formattedAddress": "9004 WILDRIDGE DR, AUSTIN, TX, 78759",
"latitude": 30.3871203,
"longitude": -97.7507738,
"description": "Silverleaf Eldercare is a new concept in senior care — Upscale Residential Assisted Living…",
"website": "http://silverleafeldercare.com",
"phone": "512-555-0134",
"emails": ["info@silverleafeldercare.com"],
"leadScore": 88,
"searchCareType": "senior-care",
"searchLocation": "Austin, TX",
"scrapedAt": "2026-06-16T12:00:00.000Z"
}

How much does it cost to scrape Care.com?

This Actor uses Apify's pay-per-event pricing: you are charged only for the results it delivers, with no monthly rental and no start fee. The events it can charge are:

  • Caregiver scraped - One caregiver: name, location, hourly rate range, years of experience, certifications, services, reviews, availability and lead score.
  • Care business lead scraped - One care business / facility (daycare, assisted living, home-care agency): name, full street address, geo, description, rating and contact lead.
  • Business contacts enriched - Crawled one care business's website for emails, phone, contact form and social links.

The current price of each event is shown on the Pricing tab of this page. Set a maximum total charge on the run if you want a hard cap on spend, and use the input limits to control how much the Actor fetches.

Automate & schedule

Run this actor on autopilot and pull results into your own stack:

  • Apify API — start runs, fetch datasets, and manage schedules over REST.
  • apify-client for JavaScript and apify-client for Python — official SDKs.
  • Schedules — run it daily/weekly to track new caregivers, new businesses and rate changes in a market. Turn on monitorMode and the schedule will only surface what changed — a hands-off new-caregiver & rate-change feed.
  • Webhooks — trigger downstream actions (CRM import, Slack alert, email sequence) the moment a run finishes.
import { ApifyClient } from 'apify-client';
const client = new ApifyClient({ token: 'MY_APIFY_TOKEN' });
const run = await client.actor('scrapesage/care-com-scraper').call({
careTypes: ['senior-care'],
locations: ['Phoenix, AZ'],
maxResults: 200,
includeProviders: true,
});
const { items } = await client.dataset(run.defaultDatasetId).listItems();
console.log(`Got ${items.length} caregivers & care-business leads`);

Integrate with any app

Connect the dataset to 5,000+ apps — no code required:

  • Make — multi-step automation scenarios.
  • Zapier — push new caregiver / business leads straight into your CRM.
  • Slack — get notified when a monitored market gets a new caregiver or business.
  • Google Drive / Sheets — auto-export every run to a spreadsheet.
  • Airbyte — pipe results into your data warehouse.
  • GitHub — trigger runs from commits or releases.

Use with AI assistants (MCP)

The output is clean, LLM-ready JSON. Call this actor from Claude, ChatGPT, or any agent framework through the Apify MCP server — ask your assistant to "find 4★+ background-checked senior caregivers in Phoenix under $25/hour" and let it run this scraper for you.

Agent-ready: autonomous payments (x402 & Skyfire)

This actor is agent-ready — AI agents can discover it, run it, and pay for it autonomously, with no Apify account and no human in the loop. It uses pay-per-event pricing and limited permissions, so it qualifies for Apify's agentic-payment standards:

  • x402 — an open, HTTP-native payment protocol. Agents pay per run in USDC on the Base network directly through the Apify MCP server — no account, no API key.
  • Skyfire — agent-to-service payments for fully autonomous AI-agent workflows.

Building an AI agent, MCP tool, or autonomous data pipeline? This scraper is ready to plug in and pay as it goes.

More scrapers from scrapesage

Build a complete care, healthcare and local-services lead-gen stack:

Tips

  • Large markets: a single city/care type can list thousands of caregivers — set maxResults to cover the inventory you need (the actor paginates automatically).
  • Best business leads: child-care and senior-care return provider (business) records with full addresses; turn on enrichProviderContacts to crawl any websites listed in their descriptions, then sort by leadScore.
  • Recurring monitoring: combine Schedules with monitorMode to track only new caregivers/businesses and rate/rating changes.
  • Cost control: caregiver details and contact enrichment only run when enabled; filters (minRating, minYearsExperience, maxHourlyRate, backgroundCheckedOnly) trim the set before any extra requests.

FAQ

Which care types are supported? Childcare, babysitters, senior care (elder / home care), pet care (pet sitting & dog walking), housekeeping (house cleaning), special needs, and tutoring.

How do I scrape caregivers for a specific city? Put the city in locations as City, ST (e.g. Austin, TX) and pick one or more careTypes. Each care type is combined with every location.

Does it need an API key or login? No. The actor reads Care.com's public search data — no key, no login, no browser.

Can I get caregiver phone numbers or emails? No — Care.com contacts caregivers through its own platform and does not publish their phone or email, so neither does this actor. You get the full public profile (rates, experience, certifications, services, reviews, availability) for sourcing and market analysis. Direct contact details are available for provider (business) records when the business lists a website (via enrichProviderContacts).

Can I export to Google Sheets, CSV, or Excel? Yes — one click in the dataset view, or automatically on every run via the Google Drive integration.

How do I monitor new caregivers and rate changes automatically? Turn on monitorMode, then create a Schedule. Each run outputs only records that are new or whose rate / rating / review count changed.

A field is null — why? Some caregivers genuinely don't publish a rate, certain certifications, or an age range. Fields are null only when the data doesn't exist, not because the scraper skipped them.

Is scraping Care.com legal? This actor collects publicly available data only. You are responsible for using the data in compliance with applicable laws (GDPR/CCPA for personal data) and Care.com's terms. Do not use caregiver personal data for employment decisions in violation of FCRA or local law.

Data & lawful use

This Actor reads business and professional listings that the professionals themselves published to be found: names, roles, firms, ratings and the contact details shown on the public listing. Because those details belong to identifiable people, treat the output as personal data. If you are in the EU or UK you are the data controller for what you do with it: have a lawful basis (usually legitimate interest for B2B prospecting or market research), keep any outreach relevant to the professional's line of work, honour opt-outs and deletion requests, and do not use the output for spam.

Under Apify's Standard Actor Contract, which governs your use of this Actor, you are the controller of any personal data in your input and output and scrapesage acts only as your processor: that data is processed solely to run your job, written only to your own Apify storage, never used for any other purpose and never shared onward. If you need help with a data-subject request that involves this Actor's output, open an issue on the Issues tab.

Disclaimer

This Actor is an independent tool and is not affiliated with, endorsed by, or sponsored by Care.com, Inc. or any of its subsidiaries. All trademarks mentioned are the property of their respective owners.

"Care.com" and any related marks are the property of their respective owners and are used here only in a descriptive, nominative sense - to identify the publicly accessible website from which this Actor collects data. This Actor is not an official Care.com product, is not authorised or certified by Care.com, Inc., and does not distribute Care.com software. It collects only publicly available information; you are responsible for ensuring your use of that data complies with applicable laws, regulations and the terms of the source website.

Need help?

Open an issue on the actor's Issues tab, or visit the Apify help center. Feature requests are welcome — this actor is actively maintained.