# ParuVendu Apartments for Sale by Private Sellers

**Use case:** 

ParuVendu task that collects apartments sold by private sellers across France, with price, surface and seller contact. Run it or narrow to your region.

## Input

```json
{
  "searchUrls": [
    "https://www.paruvendu.fr/immobilier/vente/appartement-particulier/"
  ],
  "onlyPrivateSeller": false,
  "propertyTypes": [],
  "keywords": [],
  "scrapeDetails": false,
  "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 (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"
  },
  "url": {
    "label": "Listing URL",
    "format": "string"
  }
}
```

## About this Actor

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