# IAD Scraper (FR, PT, ES, IT) (`saswave/iad-scraper-fr-pt-es-it`) Actor

$1 / 1000 results. Captures comprehensive property portfolios (France, Italy, Spain, Portugal), pricing metrics and direct listing seller agent attributes including phonenumber across multiple European countries.

- **URL**: https://apify.com/saswave/iad-scraper-fr-pt-es-it.md
- **Developed by:** [SASWAVE](https://apify.com/saswave) (community)
- **Categories:** Automation, Real estate, Lead generation
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 1 bookmarks
- **User rating**: No ratings yet

## Pricing

from $0.90 / 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/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

### IAD Scraper

High-performance data mining solution built to extract real-time real estate listings from the IAD International Network—one of Europe's largest networks of independent real estate agents.

Captures comprehensive property portfolios, pricing metrics, dynamic multilingual URLs, and direct listing agent attributes across multiple European borders.

### Country

Supported countries and their corresponding search url sample / example

France, iadfrance.fr : https://www.iadfrance.fr/annonces/pg-paris\_75/vente?location=saint-denis-93200\&sort=priceAsc\&surfaceMin=2\&surfaceMax=22

Portugal, iadportugal.pt : https://www.iadportugal.pt/anuncios/vila-real/venda?location=vila-verde-0313\&location=vila-flor-0410

Spain, iadespana.es : https://www.iadespana.es/anuncios/madrid\_28/venta?location=barcelona\_08\&surfaceMin=2\&surfaceMax=222

Italia, iad-italia.it : https://www.iad-italia.it/annunci/roma\_058/vendita?location=parma\_034\&surfaceMin=2\&surfaceMax=222

### Features

Pan-European Extraction: Extract properties seamlessly from France, Portugal, Spain, and Italy through a single integrated scraping layer.

Granular Property Geometry: Parse critical dimensional assets like room counts (rooms) and precise living area size (surfaceList).

Multilingual Slug Isolation: Automatically extract fully localized SEO page path variations (slugs) across Catalan, English, Spanish, French, Italian, and Portuguese.

Agent Association Mapping: Collect direct listing agent profiles (agent), compiling full names, internal platform identifiers, high-res profile avatars, and phone contacts.

Status & Portability Tags: Instantly track structural metadata badges such as newly-published, new-build, isPrestige, or isExclusive.

High-Fidelity Media Compilations: Retrieve chronological arrays of pristine image links hosted directly on IAD’s media delivery nodes (passerelle.static.iadfrance.com).

### Use Cases

Cross-Border Market Intelligence: Benchmark historical and live pricing trends per square meter across multiple Mediterranean and Western European tourist hubs.

Lead Generation for PropTech Platforms: Aggregate independent broker telephone numbers (phonenumber) and active operational locations to identify high-performing agents.

Off-Plan Property Aggregation: Filter specific listing configurations using new-build metadata to identify upcoming luxury projects or multi-family units before construction wraps.

Investment Portfolio Auditing: Build robust alerts targeting specific geometric ratios (e.g., specific living area space relative to targeted regional pricing brackets).

### Output

Location

```json
{
  "propertyListingRef": "2070110-5",
  "agentLocalId": 95931,
  "location": {
    "postcode": "73100",
    "place": "AIX-LES-BAINS"
  },
  "price": {
    "formatted": "2 629 900 €",
    "main": 2629900
  },
  "photos": [
    "https://passerelle.static.iadfrance.com/photos/realestate/2026-07/product-2135879-1.jpg?ts=202607090907",
    "https://passerelle.static.iadfrance.com/photos/realestate/2026-07/product-2135879-2.jpg?ts=202607090907",
    "https://passerelle.static.iadfrance.com/photos/realestate/2026-07/product-2135879-3.jpg?ts=202607090907",
    "https://passerelle.static.iadfrance.com/photos/realestate/2026-07/product-2135879-4.jpg?ts=202607090907",
    "https://passerelle.static.iadfrance.com/photos/realestate/2026-07/product-2135879-5.jpg?ts=202607090907"
  ],
  "tags": [
    "newly-published",
    "new-build"
  ],
  "isPrestige": false,
  "isExclusive": false,
  "isContractSigned": false,
  "rooms": [
    {
      "type": "rooms",
      "icon": "iad-icon:multi-rooms",
      "value": 4
    }
  ],
  "surfaceList": [
    {
      "type": "living-area",
      "value": 196,
      "icon": "iad-icon:living-area"
    }
  ],
  "propertyType": "apartment",
  "propertyDisplayType": "apartment",
  "transactionType": "sale",
  "slugs": {
    "ca": "pis-venda-4-estades-aix-les-bains-196m2",
    "en": "apartment-sale-4-rooms-aix-les-bains-196m2",
    "es": "piso-venta-4-estancias-aix-les-bains-196m2",
    "fr": "appartement-vente-4-pieces-aix-les-bains-196m2",
    "it": "appartamento-vendita-4-locali-aix-les-bains-196m2",
    "pt": "apartamento-venda-4-divisoes-aix-les-bains-196m2"
  },
  "description": "AIX-LES-BAINS – APPARTEMENT D'EXCEPTION T4 DE 196 m² environ avec balcon de 139m² environ Disponible en 2029 Certains lieux écrivent l'histoire d'une ville. Très peu vous permettent d'en faire partie. Au cœur des mythiques Thermes d'Aix-les-Bains, ce projet marque la renaissance du site le plus emblématique de la ville. Une adresse qui ne se reproduira plus, où l'architecture contemporaine dialogue avec un patrimoine plusieurs fois centenaire. Dominant Aix-les-Bains depuis le 13? étage, ce bien",
  "title": "Appartement à AIX-LES-BAINS (73100)",
  "agent": {
    "localId": 95931,
    "agentId": 121413,
    "userName": "franck.calise",
    "displayGender": "male",
    "fullName": "Franck Calise",
    "avatar": {
      "src": "https://images.playiad.com/profile-picture/1d/0e/31/1d0e3188722cad927fb456d4a2fdc2f8a475dd4496a0be419911e427727fe3c3.png",
      "isOfGoodQuality": true
    },
    "phonenumber": "+33627691827"
  }
}
```

### Country Not Supported Yet ?

Create an issue and ask us to add it

### 🛟 SUPPORT

Share your runs with the developer team and create issues on error to help us improve actor quality.

You might discover edge case we didn't test yet

We stay available anytime

# Actor input Schema

## `urls` (type: `array`):

Provide any search url (buy / rent) from any country: France, Italy, Spain, Portugal

## `max_pages` (type: `integer`):

No description

## Actor input object example

```json
{
  "urls": [
    "https://www.iadfrance.fr/annonces/pg-paris_75/vente?location=saint-denis-93200&sort=priceAsc&surfaceMin=2&surfaceMax=22"
  ],
  "max_pages": 1
}
```

# Actor output Schema

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

No description

# 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 = {
    "urls": [
        "https://www.iadfrance.fr/annonces/pg-paris_75/vente?location=saint-denis-93200&sort=priceAsc&surfaceMin=2&surfaceMax=22"
    ]
};

// Run the Actor and wait for it to finish
const run = await client.actor("saswave/iad-scraper-fr-pt-es-it").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 = { "urls": ["https://www.iadfrance.fr/annonces/pg-paris_75/vente?location=saint-denis-93200&sort=priceAsc&surfaceMin=2&surfaceMax=22"] }

# Run the Actor and wait for it to finish
run = client.actor("saswave/iad-scraper-fr-pt-es-it").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 '{
  "urls": [
    "https://www.iadfrance.fr/annonces/pg-paris_75/vente?location=saint-denis-93200&sort=priceAsc&surfaceMin=2&surfaceMax=22"
  ]
}' |
apify call saswave/iad-scraper-fr-pt-es-it --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=saswave/iad-scraper-fr-pt-es-it",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/76dUruPdN2G6BYkpw/builds/TRak8ghOyUFRfhjC8/openapi.json
