# Pige Immobiliere Marseille: PAP + Logic-Immo

**Use case:** 

Pige task that watches PAP and Logic-Immo searches for Marseille, dedupes across portals and returns new listings with phones. Adapt the URLs to your sector.

## Input

```json
{
  "searchUrls": [
    "https://www.pap.fr/annonce/vente-appartements-maisons-marseille-13e-13013-g43690",
    "https://www.logic-immo.com/classified-search?distributionTypes=Buy&estateTypes=House,Apartment&locations=AD08FR4491"
  ],
  "onlyPrivateSeller": false,
  "withPhoneOnly": false,
  "propertyTypes": [],
  "keywords": [],
  "monitorMode": false,
  "monitorName": "default",
  "includeEnlargedResults": false,
  "maxResults": 50
}
```

## Output

```json
{
  "sources": {
    "label": "Portals",
    "format": "array"
  },
  "propertyType": {
    "label": "Property type",
    "format": "string"
  },
  "transactionType": {
    "label": "Transaction type",
    "format": "string"
  },
  "price": {
    "label": "Price (EUR)",
    "format": "number"
  },
  "surface": {
    "label": "Surface (m²)",
    "format": "number"
  },
  "pricePerM2": {
    "label": "Price per m²",
    "format": "number"
  },
  "rooms": {
    "label": "Rooms",
    "format": "number"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "seller": {
    "label": "Seller type",
    "format": "string"
  },
  "phone": {
    "label": "Phone",
    "format": "string"
  },
  "url": {
    "label": "Listing URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Pige Immobilière 🇫🇷 : SeLoger + PAP + Logic-Immo dédupliqués](https://apify.com/tagadanar/french-real-estate-pige) with a specific input configuration. Visit the [Actor detail page](https://apify.com/tagadanar/french-real-estate-pige) to learn more, explore other use cases, and run it yourself.