# Aix-en-Provence Apartments for Sale by Owner (PAP)

**Use case:** 

PAP task that lists Aix-en-Provence apartments sold directly by owners, with prices and owner phone numbers. Run as is or swap in another city.

## Input

```json
{
  "searchUrls": [
    "https://www.pap.fr/annonce/vente-appartements-aix-en-provence-13-g11424"
  ],
  "propertyTypes": [],
  "keywords": [],
  "scrapeDetails": false,
  "maxResults": 500
}
```

## Output

```json
{
  "propertyType": {
    "label": "Property type",
    "format": "string"
  },
  "transactionType": {
    "label": "Transaction type",
    "format": "string"
  },
  "price": {
    "label": "Price (EUR)",
    "format": "number"
  },
  "surface": {
    "label": "Surface (m2)",
    "format": "number"
  },
  "pricePerM2": {
    "label": "Price per m2 (EUR)",
    "format": "number"
  },
  "rooms": {
    "label": "Rooms",
    "format": "number"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "phone": {
    "label": "Owner phone",
    "format": "string"
  },
  "energyClass": {
    "label": "DPE energy class",
    "format": "string"
  },
  "url": {
    "label": "Listing URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [PAP Scraper 🇫🇷 Particuliers + Téléphone du Propriétaire](https://apify.com/tagadanar/french-real-estate-pap) with a specific input configuration. Visit the [Actor detail page](https://apify.com/tagadanar/french-real-estate-pap) to learn more, explore other use cases, and run it yourself.