# FFE Equestrian Clubs · French Directory (`corent1robert/ffe-clubs-scraper`) Actor

Export French riding club contacts from FFE. Names, phones, GPS, websites and labels — one row per club. Public directory. No login. No API key.

- **URL**: https://apify.com/corent1robert/ffe-clubs-scraper.md
- **Developed by:** [Corentin Robert](https://apify.com/corent1robert) (community)
- **Categories:** Lead generation, Automation, Developer tools
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $7.49 / 1,000 club exporteds

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

## FFE Equestrian Clubs · French Directory

Export **French riding club contacts** from the public FFE (Fédération Française d'Équitation) directory. Pick a department (or nationwide) and get one row per club: name, address, published phone, GPS, website and federation labels.

**No login. No API key. No federation account.**

### Who is this for?

| You are… | Typical goal | Suggested setup |
|----------|--------------|-----------------|
| Tack, feed or equipment brand | Prospect list of riding schools and clubs | One department first, then **All departments** |
| Event or competition organiser | Clubs that can host or relay a meeting | Your département + neighbouring codes |
| Agency / outbound | CRM feed with phone and website | Overview or Outreach CRM view |
| Local authority / school sport | Territory map of FFE structures | One code, then neighbours |
| Data / ops | Scheduled master table of the federation | `departments: ["ALL"]`, `maxItems: 0` |

**What you get by default.** Club name, department, address, GPS, website, finder URL, federation labels and status when the directory has them. Phone **only when the federation published it**. Most clubs do **not** publish a mailbox — the directory uses a federation contact form instead (`contactFormUrl`).

**When to go nationwide.** Use **All departments** on a paid plan with `maxItems: 0`. Corsica (2A / 2B) and overseas departments are included.

### How to use

1. Open the Actor in [Apify Console](https://console.apify.com).
2. Pick one or more **departments**, or **All departments**.
3. Keep **Max clubs** at 20 for a first run (Free plan is always 20 per run). Set **0** on a paid plan for a full export of the selection.
4. Click **Start**. Rows appear in the Dataset while the run is still listing other departments.

### Ready-made examples (published tasks)

| Example | Best for |
|---------|----------|
| [Find Paris riding clubs with published contacts](https://apify.com/corent1robert/ffe-clubs-scraper/examples/paris-riding-club-contacts) | First run / Île-de-France |
| [Rhône riding clubs, CRM-ready phones and websites](https://apify.com/corent1robert/ffe-clubs-scraper/examples/rhone-riding-clubs-crm) | CRM import |
| [La Réunion FFE riding club directory](https://apify.com/corent1robert/ffe-clubs-scraper/examples/reunion-ffe-riding-clubs) | Overseas department |
| [Find Ain riding clubs from the FFE directory](https://apify.com/corent1robert/ffe-clubs-scraper/examples/ain-riding-club-contacts) | B2B test / Auvergne-Rhône-Alpes |

### What it extracts

| Category | Fields |
|----------|--------|
| Identity | Club name, public structure number, FFE club id |
| Location | Department, town, postcode, address, GPS, regional committee |
| Contact | Phone (when published), contact form URL, mailbox when present |
| Web | Club website |
| Labels | Federation labels (e.g. École Française d'Équitation) |
| Finder | Deep link on `ffe.com/trouver-un-club` |

### Typical coverage

On a 20-club Paris export, every row has a club name, department and finder URL. Phone, website and GPS follow what the federation shows — empty when the club did not publish them. This Actor never invents a mailbox or a number.

### Input

| Field | Type | Default | Notes |
|-------|------|---------|--------|
| `departments` | array | `["75"]` | Department codes, or `ALL` for nationwide including Corsica. Omitted = Paris. Empty array = nationwide. |
| `maxItems` | integer | `20` | **0** = no row ceiling. **Free plan: 20 / run.** |

#### API-only keys

Not shown on the Console form. Safe defaults are already in code.

| Key | Type | Default | Notes |
|-----|------|---------|--------|
| `maxConcurrency` | integer | `4` | Departments in parallel (1–8) |
| `delayBetweenRequests` | integer | `80` | Pause between locator calls (ms) |

#### Examples

Paris (Try):

```json
{ "departments": ["75"], "maxItems": 20 }
```

Nationwide, paid plan, no row ceiling:

```json
{ "departments": ["ALL"], "maxItems": 0 }
```

### Output sample

```json
{
  "clubId": "7314",
  "structureNumber": "7500100",
  "structureName": "A S BANQUE DE FRANCE",
  "departmentNumber": "75",
  "town": "PARIS",
  "postalCode": "75001",
  "address": "39 RUE CROIX DES PETITS CHAMPS, CODE COURRIER S0D 1657",
  "latitude": 48.867508,
  "longitude": 2.334079,
  "contactPhone": "06 07 96 60 13",
  "website": "https://www.sport-bdf.com",
  "federationStatus": "CLAF",
  "regionName": "ILE DE FRANCE",
  "url": "https://www.ffe.com/trouver-un-club?localisation=75001%20PARIS"
}
```

### How it works

1. Reads the public FFE club locator for each selected department.
2. Keeps clubs whose postcode maps to that department (neighbours on the same map window are dropped).
3. Deduplicates clubs by identifier.
4. Writes each row to the dataset as soon as it is complete.

### How much does it cost to scrape FFE clubs?

HTTP-only — no browser. You pay **pay-per-event** on the Store: about **$0.00749 per exported club** plus a negligible run start.

| Scenario | Approx. cost |
|----------|----------------|
| 20 clubs (Try / Free plan) | ~$0.15 |
| 1,000 clubs | ~$7.49 |
| Full selection with `maxItems: 0` | $0.00749 × clubs exported |

### Is scraping FFE free?

Apify Free plan users get **20 clubs per run**. Paid plans follow PPE and your max charge. Compute is cheap because this Actor does not launch a browser.

### Is it legal to scrape FFE?

This Actor only accesses data that FFE makes publicly available in its club directory. As with any data containing personal information, ensure your use complies with GDPR and relevant regulations.

### Local development

```bash
cd ffe-clubs-scraper
npm install
apify run --input-file=./.actor/INPUT.json
```

`storage/key_value_stores/default/INPUT.json` must satisfy the input schema, or pass `--input-file`. On local `apify run`, platform/CLI input overwrites overlapping keys from a root `input.json`.

### Support

Contact <corentin@outreacher.fr> if you need a custom scraper or tailored automation.

### Also available

Also available as a pack: [France Sports Clubs hub](https://apify.com/corent1robert/france-sports-clubs-hub) — merge several federations into one dataset.

Same job (French department → published club contacts). One Actor per federation.

| Sport | Actor |
|-------|--------|
| Hiking (FFRandonnée) | [ffr-clubs-scraper](https://apify.com/corent1robert/ffr-clubs-scraper) |
| Athletics (FFA) | [ffa-clubs-scraper](https://apify.com/corent1robert/ffa-clubs-scraper) |
| Judo (FFJDA) | [ffjda-clubs-scraper](https://apify.com/corent1robert/ffjda-clubs-scraper) |
| Rugby (FFR) | [ffr-rugby-clubs-scraper](https://apify.com/corent1robert/ffr-rugby-clubs-scraper) |
| Equestrian (FFE) | [ffe-clubs-scraper](https://apify.com/corent1robert/ffe-clubs-scraper) |
| Swimming (FFN) | [ffn-clubs-scraper](https://apify.com/corent1robert/ffn-clubs-scraper) |
| Basketball (FFBB) | [ffbb-clubs-scraper](https://apify.com/corent1robert/ffbb-clubs-scraper) |
| Handball (FFHandball) | [ffhandball-clubs-scraper](https://apify.com/corent1robert/ffhandball-clubs-scraper) |
| Volleyball (FFVolley) | [ffvolley-clubs-scraper](https://apify.com/corent1robert/ffvolley-clubs-scraper) |
| Climbing (FFME) | [ffme-clubs-scraper](https://apify.com/corent1robert/ffme-clubs-scraper) |
| Canoe (FFCK) | [ffck-clubs-scraper](https://apify.com/corent1robert/ffck-clubs-scraper) |
| Golf (FFGolf) | [ffgolf-clubs-scraper](https://apify.com/corent1robert/ffgolf-clubs-scraper) |
| Chess (FFÉchecs) | [ffechecs-clubs-scraper](https://apify.com/corent1robert/ffechecs-clubs-scraper) |
| Gymnastics (FFGym) | [ffgym-clubs-scraper](https://apify.com/corent1robert/ffgym-clubs-scraper) |
| Badminton (FFBaD) | [ffbad-clubs-scraper](https://apify.com/corent1robert/ffbad-clubs-scraper) |
| Football (FFF) | [fff-clubs-scraper](https://apify.com/corent1robert/fff-clubs-scraper) |

# Actor input Schema

## `departments` (type: `array`):

One or more French departments, or **All departments** for nationwide (Corsica included). Try starts on Paris.

## `maxItems` (type: `integer`):

How many clubs to export. **0** = no ceiling (until selected departments are done). **Free plan: 20 per run.**

## Actor input object example

```json
{
  "departments": [
    "75"
  ],
  "maxItems": 20
}
```

# Actor output Schema

## `dataset` (type: `string`):

All exported riding clubs.

## `overview` (type: `string`):

Club name, location and published contacts.

## `outreachCrm` (type: `string`):

Phone, website and federation contact form for CRM import.

## `runLog` (type: `string`):

Plain-text progress for this run.

# 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 = {
    "departments": [
        "75"
    ],
    "maxItems": 20
};

// Run the Actor and wait for it to finish
const run = await client.actor("corent1robert/ffe-clubs-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 = {
    "departments": ["75"],
    "maxItems": 20,
}

# Run the Actor and wait for it to finish
run = client.actor("corent1robert/ffe-clubs-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 '{
  "departments": [
    "75"
  ],
  "maxItems": 20
}' |
apify call corent1robert/ffe-clubs-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,corent1robert/ffe-clubs-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/Nm7rQbH1Gs10ca0bG/builds/Toxptqw318uxIENeU/openapi.json
