# AlloVoisins Scraper | French Local Leads (`lentic_clockss/allovoisins-scraper`) Actor

Scrape AlloVoisins.com French neighbor lists, SIRET profiles, rental directories, and company contacts. Export names, ratings, city, contact@ email and Nantes street. Covers femme de ménage, bricolage, jardinier. Guest HTML only — no login or /searches. CSV, Excel, JSON.

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

## Pricing

from $2.20 / 1,000 results

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

Learn more: https://docs.apify.com/actors/running/actors-in-store.md#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

## AlloVoisins Scraper | French Local Leads

[![AlloVoisins Scraper](https://apify.com/actor-badge?actor=lentic_clockss/allovoisins-scraper)](https://apify.com/lentic_clockss/allovoisins-scraper)

**Scrape [AlloVoisins.com](https://www.allovoisins.com/) public guest pages for French neighbor lists, SIRET profiles, rental directories, commune catalogs, and company contacts. Export names, ratings, review counts, city, category, SIRET, `contact@allovoisins.com`, and the Nantes street on Mentions légales. Download CSV, Excel, or JSON.**

Use this Actor as a practical **AlloVoisins scraper / AlloVoisins data API alternative** for **French local-service research**, **city coverage maps**, and **company outreach lists**. Pick `searchType=category` plus a live city and category slug (for example Nice `jardinier`, Strasbourg `femme-de-menage`, Rennes `bricolage-petits-travaux`). Residential egress is handled by the scrape worker — you do not send cookies, `proxyUrl`, login payloads, or `/searches` queries.

- **City + category lists** on `/v/{category}/{city}` with a **true pager** `/page/{n}` (stops on empty or duplicate slugs). `?page=` is fake and ignored
- **Intent lists** `/v/si/{slug}` (jardin, électricité, colis)
- **Taxonomy and communes** from `/liste-services` (`catalog` / `cities`)
- **Rental directory** `/r/` (Paris city lists are **404** — use this instead)
- **Neighbor profile enrich**: name, SIRET, city, ratings (guest phones/emails/street stay empty)
- **Company pack**: Mentions légales (`contact@allovoisins.com`, `8 Allée Baco`), about, press (Antidox), privacy (DPO/DSA)
- **`/pros` marketing landing** (not a neighbor search)
- Guest HTML only — **no login**, **no `/searches`** (that path is **404**), **no `/s/` demand threads** as a catalog
- Export to **Excel / CSV / JSON**, or connect Make, n8n, Zapier, Python, or the Apify API
- **Pay per event** — Actor start + each Dataset result; **platform usage is included** (you do not pay separate Apify compute on top)

> **Unofficial tool.** This Actor is not affiliated with, endorsed by, or sponsored by AlloVoisins. It collects **guest / public** HTML a logged-out visitor can already see. It does **not** log in, post a demand, or scrape `/s/{id}` threads. Neighbor cards **do not include personal phones or emails** — those keys are absent or login-gated on the public site. Do **not** treat mediator phone `01 89 47 00 14` as AlloVoisins HQ.

***

### What does the AlloVoisins Scraper do?

[AlloVoisins Scraper](https://apify.com/lentic_clockss/allovoisins-scraper) lets you **extract structured AlloVoisins.com city lists, neighbor profiles, rental pages, and company contacts** without running your own residential proxy stack. Give it a city slug, a category slug, or `searchType=company`, then start a run.

Under the hood, the Actor:

1. Validates your input (`searchType`, `citySlug`, `categorySlug`, `market`, optional `intentSlug` / URLs)
2. Enforces free-tier caps when you are on a free Apify plan
3. Calls a managed worker that fetches guest AlloVoisins HTML
4. Parses neighbor cards, `/p/{slug}` profiles (SIRET), `/r/` rentals, `/liste-services` catalogs, and Mentions/about/press/privacy company leads
5. Writes Dataset rows plus `INPUT_ECHO`, `RUN_SUMMARY` (and `ERROR_SUMMARY` on failure) to the key-value store

You run it like any other Apify Actor — schedule it, call it from the API, or plug it into automations.

***

### What AlloVoisins data can I extract?

| Data | City lists | Profile `/p/` | Rental `/r/` | Catalog / cities | Mentions / press / privacy | About / pros |
| --- | :---: | :---: | :---: | :---: | :---: | :---: |
| Neighbor name / slug | ✅ | ✅ | — | — | — | — |
| Rating / reviews | ✅ | ✅ | — | — | — | — |
| City + category slug | ✅ | ✅ | — | ✅ | — | — |
| SIRET | — | ✅ | — | — | — | — |
| Rental object name / URL | — | — | ✅ | ✅ | — | — |
| Company / org name | AlloVoisins | neighbor or org | catalog | AlloVoisins | AlloVoisins | AlloVoisins |
| Neighbor phone / email / street | **no** (gated / absent) | **no** | **no** | **no** | **no** | **no** |
| Company email | — | — | — | — | ✅ `contact@` + press/DPO | — |
| Legal address / 门牌 | — | — | — | — | ✅ `8 Allée Baco`, Nantes | — |
| Mediator phone `01 89 47 00 14` | **not HQ** | **not HQ** | — | — | listed as médiateur | — |

**Identity keys:** neighbors use `/p/{slug}`. Cities and categories use SEO slugs from `/liste-services`. Do not invent `/searches` query strings — that route is **404**, not a login wall.

**Honest contact policy:** guest neighbor pages have **no usable personal phone, email, or street**. Rows keep empty `phones` / `emails` plus `leadAbsences` (`本站无` / `闸门锁`). Turn `enrichDetails=true` (default) so a **company** row is attached with Mentions email and Nantes 门牌. That mediator phone is **not** an AlloVoisins switchboard.

***

### Why scrape AlloVoisins?

[AlloVoisins](https://www.allovoisins.com/) is a **French neighbor marketplace** for local services (femme de ménage, bricolage, jardinier, plomberie, déménagement) and **equipment rental**. Teams scrape public AlloVoisins pages to:

- Pull **city + category neighbor panels** (name, rating, slug) for Lille, Montpellier, Nice, Strasbourg, Rennes, Metz, and other opened communes
- Map **SEO catalogs** (`/liste-services` categories, intents, rental objects, commune slugs)
- Keep **company outreach** on file (Mentions email, Nantes street, press / DPO contacts)
- Walk a **crawl** of communes × one category with a page budget (skips recon canaries such as Toulouse unless you set `citySlug`)
- Cover **rental `/r/`** when Paris `/v/{cat}/paris` is **404**

Compared with a generic URL scraper, this Actor returns **AlloVoisins-specific fields** (`kind`, `slug`, `siret`, `leadAbsences`) in one input surface.

#### How this AlloVoisins scraper compares

A Store keyword search for **allovoisins** does not surface a dedicated public Actor. Generic crawlers and Maps extractors do not emit SIRET, `/v/{category}/{city}` slugs, or Mentions 门牌.

| | This Actor | Typical Store peers |
| --- | --- | --- |
| Product | **www.allovoisins.com** (France) | Generic URLs or Google Maps places |
| Neighbor city lists | Yes (`/v/{cat}/{city}`, true `/page/{n}`) | Rare / HTML dump only |
| Guest neighbor phone / email | **No** (absent or login-gated) | Sometimes implied |
| SIRET on `/p/{slug}` | **Yes** (`enrichDetails`) | Rare |
| Company Mentions email + Nantes street | **Yes** (`searchType=company`) | Rare |
| Keyword `/searches` | **No** (404) | Sometimes advertised |
| `/s/` demand threads as catalog | **Never** (robots / out of scope) | Sometimes implied |
| `.fr` / `.be` / `help.` / `pro.` / `api.` | **Not product** | Often mixed hosts |
| Pricing | **PPE $3.00 / 1,000** + $0.005 start; platform usage included | from ~$2.50–$5.00 / 1,000, often + usage |

Use [TaskRabbit Scraper](https://apify.com/lentic_clockss/taskrabbit-scraper) when you need **TaskRabbit.fr featured Taskers**. Use [Google Maps Scraper](https://apify.com/lentic_clockss/google-maps-scraper) for **generic local businesses**. Use [Stealth Web Scraper](https://apify.com/lentic_clockss/stealth-web-scraper) for **arbitrary protected URLs**. Use **this** Actor for **AlloVoisins.com neighbor lists, SIRET profiles, rental `/r/`, and Mentions contacts**.

***

### Coverage

| Host | Search | Category | Detail | Company | Status |
| --- | --- | --- | --- | --- | --- |
| www.allovoisins.com | 404 (`/searches`) | `/v/{cat}/{city}` opened | `/p/{slug}` opened | Mentions opened | open |
| .fr / help. / pro. / api. | nginx placeholder | | | | closed |
| .be | NXDOMAIN | | | | closed |

Opened cities include Lille, Montpellier, Nice, Strasbourg, Bordeaux, Nantes, plus communes such as Rennes, Metz, and Angers. **Toulouse** works but is a recon canary — do not use it as a cloud smoke default. Paris `/v/{cat}/paris` is **404** — use `searchType=rental`.

Empty `{}` succeeds: the worker defaults to Lille `femme-de-menage` so platform auto-tests pass.

***

### More Actors like this

Need TaskRabbit France Taskers, Angi contractors, Jiffy Pro phones, HomeStars Canada trades, Yelp businesses, or a generic protected-page scrape? Use a **dedicated Actor** below for structured fields. Use **this** Actor for **AlloVoisins.com** neighbor lists, SIRET profiles, rental `/r/`, and company Mentions.

#### Similar home-service & local-lead scrapers

- [TaskRabbit Scraper](https://apify.com/lentic_clockss/taskrabbit-scraper) — featured Taskers, catalogs, and company contacts (US, UK, CA, FR, DE, ES, IT, PT)
- [Jiffy On Demand Scraper](https://apify.com/lentic_clockss/jiffy-ondemand-scraper) — Canada + US on-demand catalogs and public Pro phones/emails
- [Angi Scraper](https://apify.com/lentic_clockss/angi-scraper) — Angi.com / Angie's List US contractors, nearme streets
- [HomeStars Scraper](https://apify.com/lentic_clockss/homestars-scraper) — Canadian home-service directories and public profile phones
- [Care.com Scraper](https://apify.com/lentic_clockss/care-scraper) — US caregivers, day care, jobs, About/contact phones
- [Yelp Scraper](https://apify.com/lentic_clockss/yelp-scraper) — guest Yelp search + `/biz` phones and streets
- [Nextdoor Scraper](https://apify.com/lentic_clockss/nextdoor-scraper) — neighborhood businesses, public `/pages/` phones
- [Google Maps Scraper](https://apify.com/lentic_clockss/google-maps-scraper) — local businesses, ratings, Maps places
- [Phone Number Intelligence](https://apify.com/lentic_clockss/phone-number-intelligence) — validate / enrich phones from any list
- [Email Risk Validator](https://apify.com/lentic_clockss/email-risk-validator) — score emails before you import a CRM
- [Stealth Web Scraper](https://apify.com/lentic_clockss/stealth-web-scraper) — generic protected pages (prefer a dedicated Actor when one exists)

#### 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.

**Local services & lead gen**

- [AlloVoisins Scraper](https://apify.com/lentic_clockss/allovoisins-scraper)
- [TaskRabbit Scraper](https://apify.com/lentic_clockss/taskrabbit-scraper)
- [Jiffy On Demand Scraper](https://apify.com/lentic_clockss/jiffy-ondemand-scraper)
- [Angi Scraper](https://apify.com/lentic_clockss/angi-scraper)
- [HomeStars Scraper](https://apify.com/lentic_clockss/homestars-scraper)
- [Care.com Scraper](https://apify.com/lentic_clockss/care-scraper)
- [Yelp Scraper](https://apify.com/lentic_clockss/yelp-scraper)
- [Nextdoor Scraper](https://apify.com/lentic_clockss/nextdoor-scraper)
- [Google Maps Scraper](https://apify.com/lentic_clockss/google-maps-scraper)

**Real Estate**

- [Zoopla UK Scraper](https://apify.com/lentic_clockss/zoopla-scraper)
- [Rightmove Scraper](https://apify.com/lentic_clockss/rightmove-property-scraper)
- [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)
- [Idealista Scraper](https://apify.com/lentic_clockss/idealista-scraper)
- [SeLoger Scraper](https://apify.com/lentic_clockss/seloger-property-scraper)
- [realestate.com.au Scraper](https://apify.com/lentic_clockss/realestate-com-au-scraper)
- [Properati LATAM Scraper](https://apify.com/lentic_clockss/properati-scraper)

**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)
- [Cdiscount Product Scraper](https://apify.com/lentic_clockss/cdiscount-scraper)
- [Allegro Scraper](https://apify.com/lentic_clockss/allegro-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)

**General tools**

- [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)

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

Need a **custom site** (listing + detail, your field list)? [Submit a custom scraper request](https://custom-scraper-intake-977720205770.us-central1.run.app/).

***

### How to scrape AlloVoisins (no code required)

1. Create a free [Apify](https://apify.com/) account
2. Open [AlloVoisins Scraper](https://apify.com/lentic_clockss/allovoisins-scraper)
3. Choose **searchType**: `category`, `intent`, `profile`, `catalog`, `cities`, `rental`, `crawl`, `company`, `about`, `press`, `privacy`, or `pros`
4. For neighbor lists, enter a live **citySlug** and **categorySlug** (do not smoke Toulouse; do not send Paris as a city list)
5. Leave **enrichDetails** on to attach SIRET plus the Mentions company row
6. Click **Start** and download the Dataset as JSON, CSV, Excel, or JSONL

Start with `maxResults: 3–5` to verify the city, then scale up. Empty `{}` lists **Lille femme-de-menage** so the platform auto-test succeeds — for company outreach, use `searchType=company` or keep `enrichDetails=true`.

#### Neighbors in one city

**In plain English:** pick `category` + `citySlug=nice` + `categorySlug=jardinier` → get public neighbor cards plus a company lead row.

**You give:** `searchType=category`, `citySlug=nice`, `categorySlug=jardinier`, `market=fr`, `maxResults=5`, `enrichDetails=true`.

#### Intent list (no city)

**In plain English:** `intent` opens `/v/si/{slug}` such as `entretien-de-jardin`.

**You give:** `searchType=intent`, `intentSlug=entretien-de-jardin`, `maxResults=3`, `enrichDetails=true`.

#### Company Mentions, press, privacy

**In plain English:** `company` fetches Mentions légales (`contact@` + `8 Allée Baco`) plus about, press, and privacy.

**You give:** `searchType=company`, `maxResults=4`.

#### Rental directory (including Paris)

**In plain English:** Paris `/v/{cat}/paris` is **404**. Use `rental` for `/r/` objects.

**You give:** `searchType=rental`, `maxResults=3`.

#### Crawl communes × one category

**In plain English:** `crawl` walks `/liste-services` communes (skips Toulouse / Paris / department slugs unless you set `citySlug`), then opens `/v/{category}/{city}` up to `maxPages`.

**You give:** `searchType=crawl`, `categorySlug=demenagement`, `maxPages=2`, `maxResults=4`, `enrichDetails=true`.

#### Feed AI agents and automations

**In plain English:** start the Actor from Make, n8n, Zapier, LangChain, or the Apify API → Dataset rows are structured JSON (`name`, `url`, `siret`, `phones`, `emails`, `address`, `leadAbsences`).

***

### How much does it cost to scrape AlloVoisins?

This Actor uses **pay-per-event** pricing. You are charged for:

| Event | Price |
| --- | --- |
| Actor Start (`apify-actor-start`) | **$0.005** per start |
| Result (`apify-default-dataset-item`) | **$3.00 / 1,000** results (**$0.003** each on FREE/BRONZE) |

**Platform usage costs are included** — you do **not** pay separate Apify compute/proxy usage for this Actor on top of the event prices above (**User pays platform usage costs = No**).

#### Volume discount 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 |

\*FREE matches BRONZE for this Actor.

#### Example cost estimates (FREE/BRONZE)

| Results collected | Approx. event cost\* |
| --- | ---: |
| 100 | ~$0.31 |
| 1,000 | ~$3.01 |
| 10,000 | ~$30.01 |

\*Assumes one Actor start at default memory billing for start events, plus `$0.003` per Dataset item. Exact start billing can scale with allocated memory (one start event per GB, minimum one). Default memory is **1024 MB**.

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

#### Free plan limits

On a **free Apify plan**, this Actor enforces developer limits of **10 runs** and **200 results per run**. Upgrade to a paid Apify plan for unlimited runs (event prices still apply).

#### Is scraping AlloVoisins free?

You can try the Actor on Apify's free plan subject to the run/result caps above. After that you pay per start and per Dataset row — not per compute unit.

***

### Input examples

#### Nice gardeners (city + category)

```json
{
  "searchType": "category",
  "citySlug": "nice",
  "categorySlug": "jardinier",
  "market": "fr",
  "maxResults": 5,
  "enrichDetails": true
}
```

#### Strasbourg cleaning

```json
{
  "searchType": "category",
  "citySlug": "strasbourg",
  "categorySlug": "femme-de-menage",
  "market": "fr",
  "maxResults": 3,
  "enrichDetails": true
}
```

#### Rennes commune + bricolage

```json
{
  "searchType": "category",
  "citySlug": "rennes",
  "categorySlug": "bricolage-petits-travaux",
  "market": "fr",
  "maxResults": 3,
  "enrichDetails": true
}
```

#### Company contacts only

```json
{ "searchType": "company", "maxResults": 4 }
```

#### Rental objects

```json
{ "searchType": "rental", "maxResults": 3 }
```

***

### Output

Each Dataset row is a lead-shaped object: `name`, `kind`, `url`, `slug`, `siret`, `phones[]`, `emails[]`, `address` (`street`, `locality`, `region`, `postalCode`, `country`, `full`), `person`, `org`, `leadSource`, `leadReveal`, `leadAbsences`.

Neighbor rows have **empty personal phones** plus `leadAbsences` — that is expected, not a parse bug. Keep `enrichDetails=true` or use `searchType=company` for Mentions email and Nantes 门牌. Do not treat `01 89 47 00 14` as an AlloVoisins or neighbor number.

Key-value store: `INPUT_ECHO`, `RUN_SUMMARY`, `ERROR_SUMMARY`.

***

### FAQ

#### Do I need an AlloVoisins account or API key?

No. This Actor reads **guest** HTML and company pages. You do not log in, and you do not pass an AlloVoisins developer key.

#### Why are neighbor rows missing phones?

Public guest cards and `/p/{slug}` pages have no usable phone/email/street, or those fields sit behind a login wall. Company contacts live on Mentions / press / privacy.

#### Can I scrape /searches or /s/ demand threads?

**No.** `/searches` is 404. `/s/{id}` demand threads are out of scope (robots-disallowed). Use `category`, `intent`, `rental`, or `catalog`.

#### Which countries are supported?

Only **www.allovoisins.com** (`market=fr`). `allovoisins.fr`, `help.`, `pro.`, `api.`, and `.be` are not product.

#### Why did Paris city lists fail?

`/v/{category}/paris` is **404**. Use `searchType=rental` for `/r/`.

#### Is scraping AlloVoisins legal?

This Actor collects publicly reachable guest pages. You are responsible for how you use the data (including privacy rules). This is an unofficial third-party tool. Follow AlloVoisins’ terms and your own compliance review.

#### Is this affiliated with AlloVoisins?

No.

#### Do I need to bring proxies?

No. Do not send `proxyUrl`. The worker provides egress. **`market` is the site TLD, not the proxy country.**

#### What if a run returns 0 rows?

Retry with another opened city/category from the coverage matrix. Do not smoke recon canaries (`toulouse`, `toutnetservices-2`). Check `ERROR_SUMMARY`.

#### Can I use it from Make, n8n, Zapier, or LangChain?

Yes. Actor ID `lentic_clockss/allovoisins-scraper`. See [Connect to your tools](#connect-to-your-tools).

***

### Input reference

| Parameter | Type | Description |
| --- | --- | --- |
| `searchType` | string | Opened: `category`, `intent`, `profile`, `company`, `catalog`, `cities`, `rental`, `about`, `press`, `privacy`, `pros`, `crawl`. `search` / `contact` / `map` / `login` / `demand` are out of scope |
| `citySlug` | string | SEO city on `/v/{category}/{city}`. Default lille for empty `{}`. Paris is 404 — use `rental`. Do not smoke toulouse |
| `categorySlug` | string | Service slug such as `femme-de-menage`, `jardinier`, `bricolage-petits-travaux` |
| `intentSlug` | string | For `intent` (example: `entretien-de-jardin`) |
| `profileSlugs` | array | Live `/p/{slug}` slugs for `profile` |
| `market` | string | `fr` only |
| `enrichDetails` | boolean | Fetch `/p/{slug}` for SIRET and attach one Mentions company row (default on) |
| `maxResults` | integer | Cap Dataset rows (free plan ≤ 200) |
| `maxPages` | integer | True pager `/v/{cat}/{city}/page/{n}`; stops on empty or duplicate page |
| `detailUrls` | array | Live www.allovoisins.com `/v/`, `/p/`, `/r/`, `/liste-services`, Mentions, `/pros` URLs. Never `/searches` or `/s/{id}` catalog |
| `workerBaseUrl` | string | Optional HTTPS override. Production source of truth is Actor env |

Do **not** send `proxyUrl`, cookies, login forms, `/searches` URLs, or invented demand-thread IDs.

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

***

### Connect to your tools

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

#### API call example

```bash
curl "https://api.apify.com/v2/acts/lentic_clockss~allovoisins-scraper/runs" \
  -X POST \
  -H "Authorization: Bearer YOUR_APIFY_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"searchType":"category","citySlug":"nice","categorySlug":"jardinier","market":"fr","maxResults":3,"enrichDetails":true}'
```

Results come back in JSON via the Apify Dataset API:

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

***

### Related Actors

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

#### Local services & lead gen

- [AlloVoisins Scraper](https://apify.com/lentic_clockss/allovoisins-scraper)
- [TaskRabbit Scraper](https://apify.com/lentic_clockss/taskrabbit-scraper)
- [Jiffy On Demand Scraper](https://apify.com/lentic_clockss/jiffy-ondemand-scraper)
- [Angi Scraper](https://apify.com/lentic_clockss/angi-scraper)
- [HomeStars Scraper](https://apify.com/lentic_clockss/homestars-scraper)
- [Care.com Scraper](https://apify.com/lentic_clockss/care-scraper)
- [Yelp Scraper](https://apify.com/lentic_clockss/yelp-scraper)
- [Nextdoor Scraper](https://apify.com/lentic_clockss/nextdoor-scraper)
- [Google Maps Scraper](https://apify.com/lentic_clockss/google-maps-scraper)
- [Phone Number Intelligence](https://apify.com/lentic_clockss/phone-number-intelligence)
- [Email Risk Validator](https://apify.com/lentic_clockss/email-risk-validator)

#### 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)

#### 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

- [Zoopla UK Scraper](https://apify.com/lentic_clockss/zoopla-scraper)
- [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)
- [Properati LATAM Scraper](https://apify.com/lentic_clockss/properati-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.3** — Store README SEO (AlloVoisins.com neighbor lists, SIRET, rental /r/, Mentions contacts), competitor comparison, More Actors + Related Actors. PPE: Actor Start $0.005 + result $3.00/1k with volume tiers. Platform usage paid by developer.
- **0.1.2** — catalog / cities / rental / about / press / privacy / pros; true pager; crawl communes from /liste-services.
- **0.1.1** — Thin Actor + Cloud Run worker for AlloVoisins guest HTML.

# Actor input Schema

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

Opened: category, intent, profile, company, catalog, cities, rental, about, press, privacy, pros, crawl. search/contact/map/login/demand are 未验证 or out of scope.

## `citySlug` (type: `string`):

City on /v/{category}/{city}. Empty {} / omitted → worker uses lille. Do not smoke toulouse. Paris is 404 — use searchType=rental.

## `categorySlug` (type: `string`):

Service slug such as femme-de-menage or bricolage-petits-travaux. Default femme-de-menage.

## `intentSlug` (type: `string`):

For searchType=intent. Example: entretien-de-jardin.

## `profileSlugs` (type: `array`):

For searchType=profile. Live /p/{slug} slugs. Do not use recon canaries as smoke defaults.

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

Only www.allovoisins.com (fr). .fr/.be/help/pro/api are not product.

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

Fetch /p/{slug} for SIRET/person/city and attach one Mentions company row (email + 8 Allée Baco). Neighbor phones stay empty with leadAbsences.

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

Cap emitted rows. Worker hard cap 200.

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

True pager is /v/{cat}/{city}/page/{n}; stops on empty or duplicate page. ?page= is fake and ignored.

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

Optional live www.allovoisins.com /v/, /p/, /r/, /liste-services, /page/mentions-legales, /pros URLs. Never /searches, /s/{id} catalog, or invented slugs.

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

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

## Actor input object example

```json
{
  "searchType": "category",
  "citySlug": "lille",
  "categorySlug": "femme-de-menage",
  "market": "fr",
  "enrichDetails": true,
  "maxResults": 3,
  "maxPages": 1
}
```

# Actor output Schema

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

Dataset of AlloVoisins neighbors and company leads (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": "category",
    "citySlug": "lille",
    "categorySlug": "femme-de-menage",
    "market": "fr",
    "enrichDetails": true,
    "maxResults": 3,
    "maxPages": 1
};

// Run the Actor and wait for it to finish
const run = await client.actor("lentic_clockss/allovoisins-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": "category",
    "citySlug": "lille",
    "categorySlug": "femme-de-menage",
    "market": "fr",
    "enrichDetails": True,
    "maxResults": 3,
    "maxPages": 1,
}

# Run the Actor and wait for it to finish
run = client.actor("lentic_clockss/allovoisins-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": "category",
  "citySlug": "lille",
  "categorySlug": "femme-de-menage",
  "market": "fr",
  "enrichDetails": true,
  "maxResults": 3,
  "maxPages": 1
}' |
apify call lentic_clockss/allovoisins-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,lentic_clockss/allovoisins-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/HfOrxetQCyzxhVwYL/builds/Jcaqe6gxgThsvuhJ6/openapi.json
