# Marseille Apartments for Sale with Seller Phone Numbers

**Use case:** 

Ready-made SeLoger task that pulls Marseille apartments for sale with price, surface, seller type and phone number. Run it as is or swap in your own city.

## Input

```json
{
  "searchUrls": [
    "https://www.seloger.com/list.htm?projects=2&types=1,2&places=[{\"inseeCodes\":[130055]}]&enterprise=0&qsVersion=1.0"
  ],
  "onlyPrivateSeller": false,
  "propertyTypes": [],
  "keywords": [],
  "maxResults": 50
}
```

## 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"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "seller": {
    "label": "Seller type",
    "format": "string"
  },
  "phone": {
    "label": "Phone number",
    "format": "string"
  },
  "url": {
    "label": "Listing URL",
    "format": "string"
  }
}
```

## About this Actor

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