# 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 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/docs.md):

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

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python/docs.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/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

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

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "IAD Scraper (FR, PT, ES, IT)",
        "description": "$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.",
        "version": "0.0",
        "x-build-id": "TRak8ghOyUFRfhjC8"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/saswave~iad-scraper-fr-pt-es-it/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-saswave-iad-scraper-fr-pt-es-it",
                "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/saswave~iad-scraper-fr-pt-es-it/runs": {
            "post": {
                "operationId": "runs-sync-saswave-iad-scraper-fr-pt-es-it",
                "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/saswave~iad-scraper-fr-pt-es-it/run-sync": {
            "post": {
                "operationId": "run-sync-saswave-iad-scraper-fr-pt-es-it",
                "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": [
                    "urls"
                ],
                "properties": {
                    "urls": {
                        "title": "Search urls (FR, PT, ES, IT)",
                        "type": "array",
                        "description": "Provide any search url (buy / rent) from any country: France, Italy, Spain, Portugal",
                        "items": {
                            "type": "string"
                        }
                    },
                    "max_pages": {
                        "title": "Max Pages",
                        "minimum": 1,
                        "type": "integer",
                        "description": "",
                        "default": 1
                    }
                }
            },
            "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
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
