# Logic-Immo Listings for Sale with Contact Phones

**Use case:** 

Ready-made Logic-Immo task pulling houses and apartments for sale with price, surface and advertiser phone. Run as is or paste your own search URL.

## Input

```json
{
  "searchUrls": [
    "https://www.logic-immo.com/classified-search?distributionTypes=Buy&estateTypes=House,Apartment&locations=AD08FR4491"
  ],
  "onlyPrivateSeller": false,
  "includeEnlargedResults": 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"
  },
  "agencyName": {
    "label": "Agency name",
    "format": "string"
  },
  "phone": {
    "label": "Phone number",
    "format": "string"
  },
  "url": {
    "label": "Listing URL",
    "format": "string"
  }
}
```

## About this Actor

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