# La Centrale Scraper (`consummate_joy/lacentrale-scraper`) Actor

Scrape les annonces La Centrale depuis une URL de recherche. Extrait le détail complet + numéro de téléphone via l'API interne.

- **URL**: https://apify.com/consummate\_joy/lacentrale-scraper.md
- **Developed by:** [prospy](https://apify.com/consummate_joy) (community)
- **Categories:** Automation, Lead generation
- **Stats:** 4 total users, 2 monthly users, 33.3% runs succeeded, NaN bookmarks
- **User rating**: No ratings yet

## Pricing

from $10.00 / 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.

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

## What's an Apify Actor?

Actors are a software tools running on the Apify platform, for all kinds of web data extraction and automation use cases.
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.

In JavaScript/TypeScript projects, use official [JavaScript/TypeScript client](https://docs.apify.com/api/client/js.md):

```bash
npm install apify-client
```

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python.md):

```bash
pip install apify-client
```

In shell scripts, use [Apify CLI](https://docs.apify.com/cli/docs.md):

````bash
# MacOS / Linux
curl -fsSL https://apify.com/install-cli.sh | bash
# Windows
irm https://apify.com/install-cli.ps1 | iex
```bash

In AI frameworks, you might use the [Apify MCP server](https://docs.apify.com/platform/integrations/mcp.md).

If your project is in a different language, use 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

## La Centrale Scraper

Transformez une simple recherche La Centrale en données prêtes à exploiter.

Cet Actor permet de récupérer rapidement les annonces automobiles correspondant à vos critères, avec un niveau de détail idéal pour la prospection, la veille marché, l'analyse de prix et la centralisation de leads.

### Pourquoi choisir cet Actor

- Gagnez un temps considérable sur la collecte d'annonces
- Centralisez automatiquement les données utiles dans un dataset propre
- Surveillez les nouvelles opportunités dès leur mise en ligne
- Récupérez des informations directement exploitables pour vos outils internes
- Exportez facilement les résultats en JSON, CSV ou Excel

### Ce que vous obtenez

Pour chaque annonce, l'Actor peut fournir :
- lien de l'annonce
- identifiants de référence
- titre et informations véhicule
- prix
- données de kilométrage et d'année
- informations vendeur
- téléphone
- localisation
- image principale
- galerie d'images
- date de publication
- horodatage de collecte

### Cas d'usage

- Veille concurrentielle automobile
- Détection de nouvelles annonces dans une zone précise
- Constitution d'une base de leads vendeurs
- Analyse de prix par modèle, marque ou région
- Alimentation d'un CRM ou d'un outil métier
- Enrichissement de tableaux de bord et pipelines data

### Input

L'Actor est simple à lancer.

| Champ | Type | Requis | Description |
|-------|------|--------|-------------|
| `searchUrl` | string | ✅ | URL de recherche La Centrale |
| `maxAnnonces` | integer | ❌ | Nombre maximum d'annonces à traiter. Défaut : `50` |
| `detailConcurrency` | integer | ❌ | Concurrence sur les pages détail. Défaut : `2` |
| `capsolverApiKey` | string | ❌ | Clé API CapSolver utilisée si un challenge DataDome est détecté |

#### Exemple d'input

```json
{
  "searchUrl": "https://www.lacentrale.fr/listing?customerFamilyCodes=PART&distance=2&dptCp=59310&mileageMax=160000&sortBy=firstOnlineDateDesc",
  "maxAnnonces": 30,
  "detailConcurrency": 2,
  "capsolverApiKey": "CAP-..."
}
````

Vous pouvez aussi fournir la clé CapSolver via la variable d'environnement `CAPSOLVER_API_KEY`.

### Output

Les résultats sont enregistrés dans le dataset Apify par défaut.

#### Exemple de sortie

```json
{
  "url": "https://www.lacentrale.fr/auto-occasion-annonce-66103958522.html",
  "id": "66103958522",
  "reference": "B103958522",
  "titre": "RENAULT CLIO III phase 2",
  "marque": "RENAULT",
  "modele": "CLIO",
  "version": "RENAULT CLIO III (2) 1.5 DCI 75 TOMTOM LIVE 5P ECO2",
  "prix": 4500,
  "kilometrage": 155000,
  "annee": 2011,
  "energie": "DIESEL",
  "boite": "MECANIQUE",
  "type_vendeur": "particulier",
  "nom_vendeur": "M ou Mme J.",
  "telephone": "0744161978",
  "image_url": "https://image-annonce.lacentrale.fr/1096x829/B103958522_STANDARD_0.jpg",
  "images": [
    "https://image-annonce.lacentrale.fr/1096x829/B103958522_STANDARD_0.jpg"
  ],
  "date_publication": "Publiee aujourd'hui",
  "scrapedAt": "2026-04-15T12:14:48.041Z"
}
```

### Bénéfices métier

- Accélérez votre sourcing automobile
- Réduisez le temps passé à copier-coller les annonces
- Structurez vos recherches en données actionnables
- Passez plus vite de l'identification à la prise de contact
- Donnez à vos équipes une base exploitable immédiatement

### Pour qui

Cet Actor est particulièrement pertinent pour :

- marchands automobiles
- négociants
- équipes commerciales
- analystes marché
- experts pricing
- agences data
- spécialistes automatisation

### Export et intégration

Une fois le run terminé, vous pouvez :

- exporter les résultats en JSON
- exporter en CSV
- exporter en Excel
- consommer les données via API
- brancher l'Actor dans vos workflows et outils internes

### Utilisation responsable

Respectez les CGU de La Centrale, le RGPD et les règles applicables à votre usage des données collectées.

# Actor input Schema

## `searchUrl` (type: `string`):

URL de la page de résultats. Ex: https://www.lacentrale.fr/listing?customerFamilyCodes=PART\&distance=2\&dptCp=75001

## `maxAnnonces` (type: `integer`):

Nombre maximum d'annonces à extraire (défaut : 50)

## `detailConcurrency` (type: `integer`):

Nombre de fiches annonces traitées en parallèle (défaut : 3). Chaque worker a sa propre session Scrappey indépendante (cookies DataDome isolés), donc pas de conflit. 3 workers = ~3x plus rapide qu'en séquentiel. Monter à 5 si tu veux encore plus de vitesse (mais Scrappey peut limiter les sessions concurrentes selon ton plan).

## `scrappeyApiKey` (type: `string`):

Clé API Scrappey. Gère DataDome nativement, PAYG (€1/1000 req full-browser). Inscription sur scrappey.com (150 req gratuites).

## Actor input object example

```json
{
  "maxAnnonces": 50,
  "detailConcurrency": 3
}
```

# Actor output Schema

## `results` (type: `string`):

Dataset des annonces scrapées, avec la vue overview sélectionnée par défaut dans la console Apify.

# 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 = {};

// Run the Actor and wait for it to finish
const run = await client.actor("consummate_joy/lacentrale-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 = {}

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

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

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

```

## CLI example

```bash
echo '{}' |
apify call consummate_joy/lacentrale-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=consummate_joy/lacentrale-scraper",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "La Centrale Scraper",
        "description": "Scrape les annonces La Centrale depuis une URL de recherche. Extrait le détail complet + numéro de téléphone via l'API interne.",
        "version": "1.0",
        "x-build-id": "ZafsDbc0brfjC9Gad"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/consummate_joy~lacentrale-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-consummate_joy-lacentrale-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        },
        "/acts/consummate_joy~lacentrale-scraper/runs": {
            "post": {
                "operationId": "runs-sync-consummate_joy-lacentrale-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor and returns information about the initiated run in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/runsResponseSchema"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/acts/consummate_joy~lacentrale-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-consummate_joy-lacentrale-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        }
    },
    "components": {
        "schemas": {
            "inputSchema": {
                "type": "object",
                "required": [
                    "searchUrl",
                    "scrappeyApiKey"
                ],
                "properties": {
                    "searchUrl": {
                        "title": "URL de recherche La Centrale",
                        "type": "string",
                        "description": "URL de la page de résultats. Ex: https://www.lacentrale.fr/listing?customerFamilyCodes=PART&distance=2&dptCp=75001"
                    },
                    "maxAnnonces": {
                        "title": "Nombre max d'annonces",
                        "minimum": 1,
                        "maximum": 500,
                        "type": "integer",
                        "description": "Nombre maximum d'annonces à extraire (défaut : 50)",
                        "default": 50
                    },
                    "detailConcurrency": {
                        "title": "Concurrence des pages détail",
                        "minimum": 1,
                        "maximum": 10,
                        "type": "integer",
                        "description": "Nombre de fiches annonces traitées en parallèle (défaut : 3). Chaque worker a sa propre session Scrappey indépendante (cookies DataDome isolés), donc pas de conflit. 3 workers = ~3x plus rapide qu'en séquentiel. Monter à 5 si tu veux encore plus de vitesse (mais Scrappey peut limiter les sessions concurrentes selon ton plan).",
                        "default": 3
                    },
                    "scrappeyApiKey": {
                        "title": "Clé API Scrappey",
                        "type": "string",
                        "description": "Clé API Scrappey. Gère DataDome nativement, PAYG (€1/1000 req full-browser). Inscription sur scrappey.com (150 req gratuites)."
                    }
                }
            },
            "runsResponseSchema": {
                "type": "object",
                "properties": {
                    "data": {
                        "type": "object",
                        "properties": {
                            "id": {
                                "type": "string"
                            },
                            "actId": {
                                "type": "string"
                            },
                            "userId": {
                                "type": "string"
                            },
                            "startedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "finishedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "status": {
                                "type": "string",
                                "example": "READY"
                            },
                            "meta": {
                                "type": "object",
                                "properties": {
                                    "origin": {
                                        "type": "string",
                                        "example": "API"
                                    },
                                    "userAgent": {
                                        "type": "string"
                                    }
                                }
                            },
                            "stats": {
                                "type": "object",
                                "properties": {
                                    "inputBodyLen": {
                                        "type": "integer",
                                        "example": 2000
                                    },
                                    "rebootCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "restartCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "resurrectCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "computeUnits": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "options": {
                                "type": "object",
                                "properties": {
                                    "build": {
                                        "type": "string",
                                        "example": "latest"
                                    },
                                    "timeoutSecs": {
                                        "type": "integer",
                                        "example": 300
                                    },
                                    "memoryMbytes": {
                                        "type": "integer",
                                        "example": 1024
                                    },
                                    "diskMbytes": {
                                        "type": "integer",
                                        "example": 2048
                                    }
                                }
                            },
                            "buildId": {
                                "type": "string"
                            },
                            "defaultKeyValueStoreId": {
                                "type": "string"
                            },
                            "defaultDatasetId": {
                                "type": "string"
                            },
                            "defaultRequestQueueId": {
                                "type": "string"
                            },
                            "buildNumber": {
                                "type": "string",
                                "example": "1.0.0"
                            },
                            "containerUrl": {
                                "type": "string"
                            },
                            "usage": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "integer",
                                        "example": 1
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "usageTotalUsd": {
                                "type": "number",
                                "example": 0.00005
                            },
                            "usageUsd": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "number",
                                        "example": 0.00005
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
