# Care.com Scraper | Caregivers, Day Care & Jobs (`lentic_clockss/care-scraper`) Actor

Scrape Care.com babysitters, nannies, housekeepers, tutors, senior care, pet sitters, and day-care businesses. Export names, ZIP, street, Twilio phones, and About emails. Guest HTML only — no Join, no GraphQL. CSV, Excel or JSON.

- **URL**: https://apify.com/lentic\_clockss/care-scraper.md
- **Developed by:** [kane liu](https://apify.com/lentic_clockss) (community)
- **Categories:** Lead generation, Jobs
- **Stats:** 1 total users, 0 monthly users, 0.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $2.20 / 1,000 results

This Actor is paid per event and usage. You are charged both the fixed price for specific events and for Apify platform usage.
Since this Actor supports Apify Store discounts, the price gets lower the higher subscription plan you have.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-event

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).

# README

**Care.com scraper** (also searched as **Care.com API**, **nanny scraper**, **babysitter scraper**, **daycare scraper**) for public [Care.com](https://www.care.com/) US pages — city caregiver lists, day-care businesses, jobs, and About/contact. Export **names, ZIP/street, Twilio/`tel:` phones, and support emails** to **CSV, Excel, or JSON**. Guest HTML only.

This Actor is built for no-code operators first: pick a vertical, enter a `city-st` slug (for example `denver-co`), set `maxResults`, click **Start**, and download the Dataset. Developers can call the same Actor from the Apify API, Make, n8n, Zapier, LangChain, or a scheduled task.

> Thin Apify Actor + managed worker. The worker owns residential egress. You do not send cookies, Join/Apply POSTs, or `proxyUrl`. This Actor does **not** hit `/search` (that path is 404) and does **not** turn a homepage ZIP into enrollment.

***

### What does the Care.com Scraper do?

The **Care.com Scraper** collects **guest-visible listings and contact fields** that a logged-out visitor can already see on `www.care.com`.

Give it a `vertical` + `location` (city-st slug), or a live `/p/` `/b/l/` `/job/` URL. The Actor:

1. Validates the input (`searchType`, `vertical`, `location`)
2. Calls a managed worker that fetches Care.com GSSP HTML / JSON-LD
3. Parses opened surfaces into Dataset rows (name, phones, emails, address, person/org)
4. Optionally enriches caregiver `/p/` (ZIP) and business `/b/l/` (`tel:` + street)
5. Dedupes and caps output with `maxResults` / `maxPages`
6. Writes `INPUT_ECHO`, `RUN_SUMMARY`, and (on failure) `ERROR_SUMMARY` to the key-value store

#### Opened surfaces (what actually works)

| Mode (`searchType`) | What you scrape | Required input |
| --- | --- | --- |
| `listings` | City SEO list `/{vertical}/{city-st}` | `vertical` + `location` (`denver-co`). Pagination is **`-pageN`**, not `?page=` |
| `caregiver` | Profile `/p/{username}/{code}` | `detailUrls` or `username` + `verticalCode`. Phones **gated** (Join to contact) |
| `business` | Day-care `/b/l/{slug}/{city-st}` | `detailUrls` or `businessSlug` + `location`. `tel:` + JSON-LD street |
| `jobs` | Jobs hub (`/jobs`, `/babysitting-jobs`, …) | Optional `vertical`. City is IP-pinned |
| `job` | Job detail `/job/{vertical}/{st}/{city}/{id}-{slug}` | `detailUrls`. Poster is anonymous |
| `about` | Homepage JSON-LD + privacy + press + HomePay | None. HQ phone, support/press emails, Dallas street; HomePay Austin |
| `all-states` | `/{vertical}/all-states` then follow city lists | `vertical`. Caps hub fetches |
| `all-cities` | `/{vertical}/all-cities/{st}` then follow city lists | `vertical` + state (or city-st; state is taken from the slug) |
| `all-services` | `/all-services/{city-st}` then follow long-tail listings | `location` city-st or two-letter state |

Opened people verticals: `babysitters`, `nannies`, `housekeepers`, `tutors`, `senior-care`, `pet-sitters`, `overnight-babysitters`, `special-needs`. Opened business: `day-care`, `preschools`, `nanny-agencies`, `family-day-care`, `child-care-centers` (list cards often carry Twilio phone + street).

`enrichDetails` defaults **on**. Brand-only `/b/{slug}` URLs (no `/b/l/`) are skipped — those 404.

#### Honest limits (read this before you buy a competitor)

- **No `/search` and no ZIP search.** `https://www.care.com/search` is 404. Homepage ZIP starts enrollment, not a query. Use city-st slugs (`miami-fl`, `seattle-wa`).
- **No Join / Apply / LeadGen / GraphQL POST.** Guest GSSP + HTML/JSON-LD only.
- **Caregiver phones and emails are gated.** Rows still include ZIP + `leadAbsences` (`闸门锁` / Join to contact). Do not expect a guest `tel:` on `/p/` pages.
- **Day-care and About do expose phones + street** on guest pages. Those are the lead-complete surfaces.
- **UK / CA / AU locale shells** (`/en-gb/`, `/en-ca/`, `/en-au/`) measured **0 public `/p/` cards** (London). Not `care.co.uk` / `care.ca` / `care.com.au`.
- **Jobs posters are anonymous.** No phone; ZIP may appear in the title.
- **Filter Apply does not change the URL.** Pagination is path `-pageN`.

Other Store Actors may add review text, CPR flags, or rate ranges. This one is the **lead-complete Care.com option**: facility `tel:` + street, caregiver ZIP, About/HomePay contacts, jobs hubs, and state/city taxonomy follow — at **$3.00 / 1,000 results** with **developer-paid platform usage**.

***

### What Care.com data can I extract?

| Field | Example / notes |
| --- | --- |
| `name` / `person.name` | Caregiver display name or business name |
| `kind` | `caregiver`, `business`, `job`, `company` |
| `url` | Live `https://www.care.com/...` link |
| `phones` | `{ value, type }` — Twilio / `tel:` on day-care and About; empty + `leadAbsences` on caregivers |
| `emails` | `{ value, type }` — support@ / press@ / privacy@ / info@myhomepay.com on About |
| `address` | `{ street, unit, locality, region, postalCode, country, full }` — ZIP on `/p/`; street on day-care + privacy + HomePay |
| `org` | Business / Care.com / HomePay |
| `leadSource` / `leadReveal` / `leadAbsences` | How the contact was (or was not) obtained |

**You do not get:** unlocked caregiver mobile numbers behind Join, GraphQL private fields, or login sessions.

#### Output example (caregiver — phones gated, ZIP present)

```json
{
  "kind": "caregiver",
  "name": "Ana O.",
  "url": "https://www.care.com/p/...",
  "phones": [],
  "emails": [],
  "address": { "postalCode": "80227", "locality": "Denver", "region": "CO" },
  "person": { "name": "Ana O." },
  "leadAbsences": {
    "phones": "闸门锁（Join to contact；DOM 无 show-phone / reveal XHR）",
    "emails": "闸门锁（guest 档案无 mailto）"
  }
}
```

Day-care list cards include Twilio numbers and street on the same guest HTML.

***

### Why scrape Care.com?

[Care.com](https://www.care.com/) is the large US marketplace for in-home care (child, senior, pet, housekeeping) and local day-care businesses. Use this Actor when you need a spreadsheet of **public profiles and facility contacts** without paging the site by hand.

Common jobs:

- **Babysitter / nanny lists** — city SEO lists with display name + ZIP after enrich
- **Day-care lead gen** — facility phones and street addresses (`day-care`, `preschools`, `nanny-agencies`)
- **Housekeeper / tutor / senior-care / pet-sitter catalogs** by city-st slug
- **Care.com HQ / support / press / HomePay contacts** from About
- **Public job posts** (anonymous posters; ZIP often in the title)
- **Automation** — feed CRM, staffing ops, or an AI agent via CSV / JSON / the Apify Dataset API

**Why not a Care.com “search” Actor?** There is no public `/search`. ZIP on the homepage is enrollment. This Actor uses the real SEO URLs Care.com publishes.

#### How this Care.com scraper compares

Store search for “Care.com scraper” also surfaces people-only crawlers (ratings, reviews, CPR flags) at about **$10 / 1,000** or pay-per-usage. This one is the **lead-field Care.com scraper**.

| | This Actor | Typical Store peers |
| --- | --- | --- |
| Babysitters / nannies / housekeepers / tutors | Yes | Yes |
| Day-care / preschools / nanny agencies | Yes — Twilio + street | Usually no |
| Caregiver guest phone | Gated (`leadAbsences`) | Usually no phone |
| About / HomePay contacts | Yes (877, 888, Dallas + Austin street) | Usually no |
| Jobs hubs | Yes | Rare |
| State / city taxonomy follow | `all-states` / `all-cities` / `all-services` | Rare |
| Reviews / CPR / rate tables | No | Some peers |
| Price (FREE / BRONZE) | **$3.00 / 1,000** + $0.005 start | About $10 / 1,000 or CU |

Use a peer when you need review text. Use this Actor when you want **ZIP, street, and facility phones you can export today**.

***

### Pricing

**Pay per event.** You pay for Actor start + each **result** written to the default dataset. Platform compute / memory for this Actor is paid by the developer (`User pays platform usage costs = No`).

| Event | Price |
| --- | --- |
| Actor Start (`apify-actor-start`) | **$0.005** per start (per GB of memory, minimum one event) |
| result (`apify-default-dataset-item`) | **$3.00 / 1,000** on FREE & BRONZE (**$0.003** each) |

#### How much does it cost to scrape Care.com? (FREE / BRONZE, one start at 1024 MB)

| Results | Event charges (approx.) |
| --- | --- |
| 100 | $0.005 + $0.30 = **$0.305** |
| 1,000 | $0.005 + $3.00 = **$3.005** |
| 10,000 | $0.005 + $30.00 = **$30.005** |

#### Store volume tiers (per result)

| Tier | $/1,000 | per result |
| --- | --- | --- |
| FREE | $3.00 | $0.003 |
| BRONZE | $3.00 | $0.003 |
| SILVER | $2.60 | $0.0026 |
| GOLD | $2.20 | $0.0022 |
| PLATINUM | $2.00 | $0.002 |
| DIAMOND | $1.60 | $0.0016 |

Default memory is **1024 MB**. Actor Start is charged per GB (minimum one event). Keep `maxResults` at 2–15 while you test a city.

Empty / failed runs that write **zero** default-dataset rows are not billed as results (you still pay Actor Start).

Free Apify-plan users: this Actor caps **10 runs** and **200 results per run** (developer limit, not Apify).

***

### More Actors like this

Use a **specialized Actor** when one exists for your site — structured fields, better coverage, usually lower cost. Use **Care.com Scraper** for US babysitters, nannies, housekeepers, tutors, day-care businesses, jobs, and About contacts. Use the general tools below when you need email/phone checks or a generic protected-page scrape.

#### General tools

- [Email Risk Validator](https://apify.com/lentic_clockss/email-risk-validator)
- [Phone Number Intelligence](https://apify.com/lentic_clockss/phone-number-intelligence)
- [Stealth Web Scraper](https://apify.com/lentic_clockss/stealth-web-scraper)

#### Local services / lead generation

- [Care.com Scraper](https://apify.com/lentic_clockss/care-scraper)
- [Angi Scraper](https://apify.com/lentic_clockss/angi-scraper)
- [Google Maps Scraper](https://apify.com/lentic_clockss/google-maps-scraper)
- [Glassdoor Scraper](https://apify.com/lentic_clockss/glassdoor-scraper)

#### Prefer a dedicated site scraper?

If your target has a specialized Actor below, use that first — usually cheaper and more structured than a generic URL scrape.

**Jobs & Freelance**

- [LinkedIn Jobs Scraper](https://apify.com/lentic_clockss/linkedin-jobs-scraper)
- [Indeed Jobs Scraper](https://apify.com/lentic_clockss/indeed-jobs-scraper)
- [Upwork Jobs Scraper](https://apify.com/lentic_clockss/upwork-jobs-scraper)
- [Glassdoor Scraper](https://apify.com/lentic_clockss/glassdoor-scraper)
- [Fiverr Gigs Scraper](https://apify.com/lentic_clockss/fiverr-programming-tech-gigs-scraper)
- [Bayt Jobs Scraper](https://apify.com/lentic_clockss/bayt-scraper)

**E-commerce**

- [Walmart Product Scraper](https://apify.com/lentic_clockss/walmart-scraper)
- [Amazon Search Scraper](https://apify.com/lentic_clockss/amazon-search-results-collector)
- [Shopee Search Scraper](https://apify.com/lentic_clockss/shopee-search-scraper)
- [Etsy Scraper](https://apify.com/lentic_clockss/etsy-scraper)
- [SHEIN Product Scraper](https://apify.com/lentic_clockss/shein-scraper)
- [Temu Product Scraper](https://apify.com/lentic_clockss/temu-scraper)
- [Target Product Scraper](https://apify.com/lentic_clockss/target-scraper)
- [Allegro Scraper](https://apify.com/lentic_clockss/allegro-scraper)

**Real Estate**

- [Zillow & Zumper Scraper](https://apify.com/lentic_clockss/us-real-estate-scraper)
- [Realtor.com Scraper](https://apify.com/lentic_clockss/realtor-com-scraper)
- [Apartments.com Rental Scraper](https://apify.com/lentic_clockss/apartments-com-rental-scraper)
- [Rightmove Scraper](https://apify.com/lentic_clockss/rightmove-property-scraper)
- [Idealista Scraper](https://apify.com/lentic_clockss/idealista-scraper)
- [realestate.com.au Scraper](https://apify.com/lentic_clockss/realestate-com-au-scraper)

**Travel & Stays**

- [Booking.com Hotels Scraper](https://apify.com/lentic_clockss/booking-hotels-scraper)
- [Airbnb Listings Scraper](https://apify.com/lentic_clockss/airbnb-listings-scraper)
- [Expedia Scraper](https://apify.com/lentic_clockss/expedia-scraper)
- [TripAdvisor Scraper](https://apify.com/lentic_clockss/tripadvisor-scraper)

**Social & Content**

- [YouTube Research Scraper](https://apify.com/lentic_clockss/youtube-research-scraper)
- [TikTok Scraper](https://apify.com/lentic_clockss/tiktok-scraper)
- [Reddit Scraper](https://apify.com/lentic_clockss/reddit-scraper)
- [YouTube Shorts Scraper](https://apify.com/lentic_clockss/youtube-shorts-scraper)

**Ads Intelligence**

- [Facebook Ad Library Scraper](https://apify.com/lentic_clockss/facebook-ad-library-scraper)
- [TikTok Ads Scraper](https://apify.com/lentic_clockss/tiktok-ads-top-ads-actor)

**Local & Maps**

- [Google Maps Scraper](https://apify.com/lentic_clockss/google-maps-scraper)

→ See the full catalog in [Related Actors](#related-actors) below, or browse [apify.com/lentic\_clockss](https://apify.com/lentic_clockss).

***

### How to scrape Care.com (no code required)

1. Open **Care.com Scraper** in [Apify Console](https://console.apify.com/) (Actor `lentic_clockss/care-scraper`).
2. Set **Search type** — start with `listings` (or `about` / `jobs` / `all-services`).
3. Pick a **vertical** (`babysitters`, `nannies`, `day-care`, `housekeepers`, …).
4. Enter a **city-st location** (`seattle-wa`, `miami-fl`). Not a ZIP. Not a keyword.
5. Keep `enrichDetails` on if you need ZIP on people or `tel:` on `/b/l/`.
6. Set `maxResults` to **3–15** for a first run.
7. Click **Start**. When the run finishes, open the **Dataset** tab.
8. Download **CSV, Excel, or JSON**.

For About contacts (including HomePay), set `searchType=about`. For jobs, `searchType=jobs`. For state/city directories, `all-states` / `all-cities` / `all-services`.

#### Example: scrape Care.com babysitters in a US city

```json
{
  "searchType": "listings",
  "vertical": "babysitters",
  "location": "seattle-wa",
  "enrichDetails": true,
  "maxResults": 5
}
```

#### Example: scrape Care.com day-care phones and streets

```json
{
  "searchType": "listings",
  "vertical": "day-care",
  "location": "houston-tx",
  "enrichDetails": true,
  "maxResults": 5
}
```

#### Example: Care.com About / HomePay contacts

```json
{
  "searchType": "about",
  "maxResults": 5
}
```

Empty `{}` is a valid run (schema default: housekeepers in `chicago-il`) so the Actor **SUCCEEDED** without required fields.

***

### Connect to your tools

Use this Actor from your existing stack:

| Platform | How to connect |
| --- | --- |
| **Make.com** | Search "Apify" → "Run Actor" → Actor ID: `lentic_clockss/care-scraper` |
| **n8n** | Add Apify node → "Run Actor" → same Actor ID |
| **Zapier** | Apify integration → "Run Actor" |
| **LangChain** | `ApifyActorsTool("lentic_clockss/care-scraper")` |
| **Python / Node.js** | Apify SDK or direct HTTPS call |

#### API call example

```bash
curl "https://api.apify.com/v2/acts/lentic_clockss~care-scraper/runs" \
  -X POST \
  -H "Authorization: Bearer YOUR_APIFY_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"searchType":"listings","vertical":"nannies","location":"denver-co","enrichDetails":true,"maxResults":5}'
```

Read results from the Dataset API:

```http
GET https://api.apify.com/v2/datasets/{datasetId}/items?format=json
```

You can also schedule the Actor from Console.

***

### Coverage matrix

| Market / host | Search | Category | Detail | Entity / contact | Overlay | Gate | Lead (phone / email / address) | Status |
| --- | --- | --- | --- | --- | --- | --- | --- | --- |
| us www.care.com | `/search` 404 | `/{vertical}/{city-st}` verified | `/p/` ZIP verified | `/b/l/` + privacy / press / HomePay verified | Filter does not change URL | Join to contact | People phones gated; facility phone + street verified | Open |
| babysitters / nannies / tutors / housekeepers / senior-care / pet-sitters / overnight-babysitters / special-needs | — | Verified cards | Verified | — | — | Guest cards | Name + city; ZIP on profile | Open |
| day-care / preschools / nanny-agencies / family-day-care / child-care-centers | — | Verified cards | — | List often has street + Twilio; `/b/{brand}` skip | `-pageN` | Phone not gated | Phone + street verified | Open |
| all-states / all-cities / all-services | Not search | Verified hubs | Follow city lists | Same as people / facilities | Fetch cap | — | Same leads after follow | Open |
| jobs | `/jobs` IP-pinned city | babysitting-jobs / tutoring-jobs | `/job/...` | Anonymous poster | — | Join to apply | No phone on site; ZIP in title | Open |
| /en-gb/ /en-ca/ /en-au/ | — | London 0 cards | No `/p/` | — | — | Shell | Unverified people cards | Unverified |
| Map / login POST / betreut.de | None / POST forbidden / other product | | | | | | | |

Empty cells = **unverified**.

***

### Input reference

| Field | Notes |
| --- | --- |
| `searchType` | Default `listings`. Empty `{}` is a valid run. Opened: listings, caregiver, business, job, jobs, about, all-states, all-cities, all-services |
| `vertical` | Default `housekeepers`. People + day-care + `all-services` |
| `location` | City-st slug, two-letter state, or `all-states`. **Not a ZIP** |
| `enrichDetails` | Default `true` |
| `maxResults` | Default `3`. Cap 50 |
| `maxPages` | Default `1`. Path `-pageN`, hard cap 10 |
| `detailUrls` | Optional live `/p/`, `/b/l/`, `/job/` URLs |
| `workerBaseUrl` | HTTPS override only. Production uses Actor env |

Do **not** send `proxyUrl`. The worker provides residential egress (`WORKER_PROVIDES_PROXY=1`).

Full output schema is on the Dataset tab. Key-value store: `INPUT_ECHO`, `RUN_SUMMARY`, `ERROR_SUMMARY`.

***

### FAQ

**How do I scrape Care.com without a keyword search?**
Use `searchType=listings` plus a vertical and a city-st slug. Care.com has no public `/search`.

**Do I get caregiver phone numbers?**
Not on guest `/p/` pages. Those rows include ZIP and `leadAbsences` (Join to contact). Facility pages (`day-care`, `/b/l/`) and About/HomePay **do** expose `tel:` / Twilio numbers.

**Is scraping Care.com legal?**
You are responsible for how you use the data. This Actor only collects **public guest-visible** HTML/JSON-LD, does not log in, and does not POST Join/Apply. Follow [Care.com Terms](https://www.care.com/about/terms-of-use/) and your own compliance review. Unofficial — not affiliated with Care.com, Inc.

**Do I need to bring proxies?**
No. Do not send `proxyUrl`.

**Why did day-care in one city list another city?**
Jobs and some provider lists are IP-geo pinned. The rows are still live Care.com facilities with phones + street.

**Can I use it from Make, n8n, Zapier, or LangChain?**
Yes. Actor ID `lentic_clockss/care-scraper`. See [Connect to your tools](#connect-to-your-tools).

***

### Related Actors

All **83** Actors from \[[lentic\_clockss](https://apify.com/lentic_clockss)]. Click a name to open the Store detail page.

#### Local services / lead generation

- [Care.com Scraper](https://apify.com/lentic_clockss/care-scraper)
- [Angi Scraper](https://apify.com/lentic_clockss/angi-scraper)
- [Google Maps Scraper](https://apify.com/lentic_clockss/google-maps-scraper)
- [Glassdoor Scraper](https://apify.com/lentic_clockss/glassdoor-scraper)

#### Developer / Open source / AI

- [Hugging Face Scraper](https://apify.com/lentic_clockss/huggingface-scraper)
- [GitHub Scraper](https://apify.com/lentic_clockss/github-scraper)
- [Apple App Store Scraper](https://apify.com/lentic_clockss/apple-app-store-scraper)
- [Hacker News Scraper](https://apify.com/lentic_clockss/hacker-news-scraper)
- [Stealth Web Scraper](https://apify.com/lentic_clockss/stealth-web-scraper)
- [Email Risk Validator](https://apify.com/lentic_clockss/email-risk-validator)
- [Phone Number Intelligence](https://apify.com/lentic_clockss/phone-number-intelligence)

#### Jobs & Freelance

- [LinkedIn Jobs Scraper](https://apify.com/lentic_clockss/linkedin-jobs-scraper)
- [Bayt Jobs Scraper](https://apify.com/lentic_clockss/bayt-scraper)
- [Fiverr Gigs Scraper](https://apify.com/lentic_clockss/fiverr-programming-tech-gigs-scraper)
- [Freelancer.com Scraper](https://apify.com/lentic_clockss/freelancer-scraper)
- [Glassdoor Scraper](https://apify.com/lentic_clockss/glassdoor-scraper)
- [Himalayas Jobs Scraper](https://apify.com/lentic_clockss/himalayas-jobs-scraper)
- [Indeed Jobs Scraper](https://apify.com/lentic_clockss/indeed-jobs-scraper)
- [Jobicy Remote Jobs Scraper](https://apify.com/lentic_clockss/jobicy-remote-jobs-scraper)
- [RemoteOK Jobs Scraper](https://apify.com/lentic_clockss/remoteok-all-jobs-scraper)
- [SEEK Jobs Scraper](https://apify.com/lentic_clockss/seek-scraper)
- [Upwork Jobs Scraper](https://apify.com/lentic_clockss/upwork-jobs-scraper)

#### Real Estate

- [Zillow & Zumper Scraper](https://apify.com/lentic_clockss/us-real-estate-scraper)
- [Realtor.com Scraper](https://apify.com/lentic_clockss/realtor-com-scraper)
- [99.co Scraper](https://apify.com/lentic_clockss/ninetynine-co-sg-scraper)
- [Realtor.com Agents Scraper](https://apify.com/lentic_clockss/realtor-com-agents-scraper)
- [Apartments.com Rental Scraper](https://apify.com/lentic_clockss/apartments-com-rental-scraper)
- [Bayut Scraper](https://apify.com/lentic_clockss/bayut-uae-scraper)
- [Craigslist Housing Scraper](https://apify.com/lentic_clockss/craigslist-housing-scraper)
- [Daft.ie Scraper](https://apify.com/lentic_clockss/daft-property-scraper)
- [Dot Property Scraper](https://apify.com/lentic_clockss/dot-property-th-scraper)
- [FINN.no Scraper](https://apify.com/lentic_clockss/finn-scraper)
- [Funda Scraper](https://apify.com/lentic_clockss/funda-scraper)
- [Hepsiemlak Scraper](https://apify.com/lentic_clockss/hepsiemlak-scraper)
- [Idealista Scraper](https://apify.com/lentic_clockss/idealista-scraper)
- [Immobiliare.it Scraper](https://apify.com/lentic_clockss/immobiliare-property-scraper)
- [ImmoScout24 Scraper](https://apify.com/lentic_clockss/immobilienscout24-scraper)
- [Naver Land Scraper](https://apify.com/lentic_clockss/naver-land-scraper)
- [OpenSooq Scraper](https://apify.com/lentic_clockss/opensooq-real-estate-scraper)
- [Otodom Scraper](https://apify.com/lentic_clockss/otodom-scraper)
- [Property Finder Scraper](https://apify.com/lentic_clockss/property-finder-uae-scraper)
- [PropertyGuru Scraper](https://apify.com/lentic_clockss/propertyguru-sg-scraper)
- [realestate.com.au Scraper](https://apify.com/lentic_clockss/realestate-com-au-scraper)
- [Realtor.ca Scraper](https://apify.com/lentic_clockss/realtor-ca-scraper)
- [Rightmove Scraper](https://apify.com/lentic_clockss/rightmove-property-scraper)
- [SeLoger Scraper](https://apify.com/lentic_clockss/seloger-property-scraper)
- [SUUMO Scraper](https://apify.com/lentic_clockss/suumo-property-scraper)
- [Zillow Group Scraper](https://apify.com/lentic_clockss/zillow-group-scraper)

#### E-commerce

- [Shopee Search Scraper](https://apify.com/lentic_clockss/shopee-search-scraper)
- [E-commerce Scraper](https://apify.com/lentic_clockss/ecommerce-scraper)
- [1688 Global Product Search Scraper](https://apify.com/lentic_clockss/1688-global-scraper)
- [Allegro Scraper](https://apify.com/lentic_clockss/allegro-scraper)
- [Amazon Search Scraper](https://apify.com/lentic_clockss/amazon-search-results-collector)
- [ASOS Product Scraper](https://apify.com/lentic_clockss/asos-scraper)
- [Cdiscount Product Scraper](https://apify.com/lentic_clockss/cdiscount-scraper)
- [Costco Product Scraper](https://apify.com/lentic_clockss/costco-scraper)
- [Coupang Product Scraper](https://apify.com/lentic_clockss/coupang-scraper)
- [Etsy Scraper](https://apify.com/lentic_clockss/etsy-scraper)
- [Lazada Scraper](https://apify.com/lentic_clockss/lazada-ph-search-results-collector)
- [MercadoLibre Scraper](https://apify.com/lentic_clockss/mercadolibre-scraper)
- [Mercari Japan Scraper](https://apify.com/lentic_clockss/mercari-scraper)
- [Rakuten Japan Scraper](https://apify.com/lentic_clockss/rakuten-scraper)
- [SHEIN Product Scraper](https://apify.com/lentic_clockss/shein-scraper)
- [Target Product Scraper](https://apify.com/lentic_clockss/target-scraper)
- [Temu Product Scraper](https://apify.com/lentic_clockss/temu-scraper)
- [Walmart Product Scraper](https://apify.com/lentic_clockss/walmart-scraper)
- [Watsons Product Scraper](https://apify.com/lentic_clockss/watsons-scraper)

#### Travel & Stays

- [Booking.com & Airbnb Scraper](https://apify.com/lentic_clockss/booking-airbnb-scraper)
- [Agoda Scraper](https://apify.com/lentic_clockss/agoda-scraper)
- [Airbnb Listings Scraper](https://apify.com/lentic_clockss/airbnb-listings-scraper)
- [Booking.com Hotels Scraper](https://apify.com/lentic_clockss/booking-hotels-scraper)
- [Despegar Scraper](https://apify.com/lentic_clockss/despegar-scraper)
- [Expedia Scraper](https://apify.com/lentic_clockss/expedia-scraper)
- [Traveloka Scraper](https://apify.com/lentic_clockss/traveloka-scraper)
- [Travelstart Flights Scraper](https://apify.com/lentic_clockss/travelstart-scraper)
- [Trip.com Scraper](https://apify.com/lentic_clockss/trip-com-scraper)
- [TripAdvisor Scraper](https://apify.com/lentic_clockss/tripadvisor-scraper)

#### Social & Content

- [TikTok Scraper](https://apify.com/lentic_clockss/tiktok-scraper)
- [Reddit Scraper](https://apify.com/lentic_clockss/reddit-scraper)
- [YouTube Shorts Scraper](https://apify.com/lentic_clockss/youtube-shorts-scraper)
- [YouTube Research Scraper](https://apify.com/lentic_clockss/youtube-research-scraper)

#### Ads Intelligence

- [Facebook Ad Library Scraper](https://apify.com/lentic_clockss/facebook-ad-library-scraper)
- [Google Ads Transparency VN](https://apify.com/lentic_clockss/google-ads-transparency-center-vn)
- [TikTok Ads Scraper](https://apify.com/lentic_clockss/tiktok-ads-top-ads-actor)

#### Local & Maps

- [Google Maps Scraper](https://apify.com/lentic_clockss/google-maps-scraper)

→ Browse the full profile: [apify.com/lentic\_clockss](https://apify.com/lentic_clockss)

***

### Changelog

#### 0.1.2

- Store README (SEO headings, competitor comparison, How to scrape Care.com, pricing, More Actors, Related Actors)
- PPE: Actor Start $0.005 + result $3.00/1k with volume tiers; platform usage paid by developer

#### 0.1.1

- Opened extra US verticals (preschools, nanny-agencies, special-needs, overnight-babysitters, family-day-care, child-care-centers)
- Taxonomy hubs: all-states / all-cities / all-services (follow city lists; fetch cap)
- About includes HomePay (888 / Austin street)

#### 0.1

- Thin Actor + Cloud Run worker for Care.com US guest pages
- Opened: city lists, `/p/` ZIP enrich, day-care Twilio + street, jobs hub, About contacts
- Explicit `leadAbsences` when caregiver phones/emails are gated

# Actor input Schema

## `searchType` (type: `string`):

Opened: listings (city SEO /{vertical}/{city-st}), caregiver (/p/), business (/b/l/), job, jobs, about, all-states, all-cities, all-services. search/map/login/en-gb/en-ca/en-au are 未验证 (0 public cards or out of scope).

## `vertical` (type: `string`):

Opened people: babysitters, nannies, housekeepers, tutors, senior-care, pet-sitters, overnight-babysitters, special-needs. Opened business: day-care, preschools, nanny-agencies, family-day-care, child-care-centers. Taxonomy: all-services. house-keeping aliases to housekeepers. Do not invent a keyword search. care-au-pair is 404.

## `location` (type: `string`):

US city-st slug (chicago-il), two-letter state for all-cities, or all-states. Not a ZIP. Homepage ZIP goes to enrollment, not search. /search is 404.

## `city` (type: `string`):

Optional. Combined with state when location is empty.

## `state` (type: `string`):

Optional two-letter US state when building a slug from city.

## `market` (type: `string`):

us is opened (www.care.com). gb/ca/au locale shells are 未验证 (0 public /p/ cards measured on London).

## `enrichDetails` (type: `boolean`):

Fetch /p/ caregiver pages (ZIP) and /b/l/ business pages (tel + street). Default on. Brand-only /b/{slug} URLs are skipped (404).

## `maxResults` (type: `integer`):

Cap emitted rows. Pagination uses path -pageN, not ?page=.

## `maxPages` (type: `integer`):

City-list pages via /{vertical}/{city-st}-pageN. Hard cap 10.

## `detailUrls` (type: `array`):

Optional live www.care.com /p/, /b/l/, or /job/ URLs. Do not send /search or Join/Apply links.

## `username` (type: `string`):

For searchType=caregiver when detailUrls is empty. Profile path /p/{username}/{verticalCode}.

## `verticalCode` (type: `string`):

Short code on /p/ URLs: cc, sc, hk, tu, …

## `businessSlug` (type: `string`):

For searchType=business when detailUrls is empty. Path /b/l/{slug}/{city-st}.

## `workerBaseUrl` (type: `string`):

HTTPS only. Production source of truth is Actor env WORKER\_BASE\_URL.

## Actor input object example

```json
{
  "searchType": "listings",
  "vertical": "housekeepers",
  "location": "chicago-il",
  "city": "",
  "state": "",
  "market": "us",
  "enrichDetails": true,
  "maxResults": 3,
  "maxPages": 1,
  "username": "",
  "verticalCode": "",
  "businessSlug": ""
}
```

# Actor output Schema

## `listings` (type: `string`):

Dataset of Care.com caregiver, day-care, job, and About/contact rows (phones, emails, address, person)

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "searchType": "listings",
    "vertical": "housekeepers",
    "location": "chicago-il",
    "city": "",
    "state": "",
    "market": "us",
    "enrichDetails": true,
    "maxResults": 3,
    "maxPages": 1,
    "username": "",
    "verticalCode": "",
    "businessSlug": ""
};

// Run the Actor and wait for it to finish
const run = await client.actor("lentic_clockss/care-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {
    "searchType": "listings",
    "vertical": "housekeepers",
    "location": "chicago-il",
    "city": "",
    "state": "",
    "market": "us",
    "enrichDetails": True,
    "maxResults": 3,
    "maxPages": 1,
    "username": "",
    "verticalCode": "",
    "businessSlug": "",
}

# Run the Actor and wait for it to finish
run = client.actor("lentic_clockss/care-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print(f"💾 Check your data here: https://console.apify.com/storage/datasets/{run.default_dataset_id}")
for item in client.dataset(run.default_dataset_id).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "searchType": "listings",
  "vertical": "housekeepers",
  "location": "chicago-il",
  "city": "",
  "state": "",
  "market": "us",
  "enrichDetails": true,
  "maxResults": 3,
  "maxPages": 1,
  "username": "",
  "verticalCode": "",
  "businessSlug": ""
}' |
apify call lentic_clockss/care-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,lentic_clockss/care-scraper"
        }
    }
}

```

The hosted server signs you in with OAuth on first connect, so no API token belongs in this config. Clients without OAuth support can send an `Authorization: Bearer <APIFY_API_TOKEN>` header instead, using a token from API & Integrations in Apify Console (https://console.apify.com/settings/integrations).

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/TAVP03mTaPSCiEBGv/builds/GhCF9hW0PV43DUhDX/openapi.json
