# Export Paruvendu.fr Real Estate data for research

**Use case:** 

Collect structured records with key fields for reporting and integration workflows.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.paruvendu.fr/immobilier/annonceimmofo/liste/listeAnnonces?tt=2&tbApp=1&tbDup=1&tbChb=1&tbLof=1&tbAtl=1&tbPla=1&tbMai=1&tbVil=1&tbCha=1&tbPro=1&tbHot=1&tbMou=1&tbFer=1&nbp0=99&pa=75056,&ray=50"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "url": {
    "label": "Url"
  },
  "adRef": {
    "label": "Ad ref"
  },
  "title": {
    "label": "Title"
  },
  "price": {
    "label": "Price"
  },
  "currency": {
    "label": "Currency"
  },
  "location": {
    "label": "Location"
  },
  "transactionType": {
    "label": "Transaction type"
  },
  "propertyType": {
    "label": "Property type"
  },
  "rooms": {
    "label": "Rooms"
  },
  "surfaceM2": {
    "label": "Surface m2"
  },
  "bedrooms": {
    "label": "Bedrooms"
  },
  "bathrooms": {
    "label": "Bathrooms"
  },
  "dpe": {
    "label": "Dpe"
  },
  "ges": {
    "label": "Ges"
  },
  "sellerType": {
    "label": "Seller type"
  },
  "sellerName": {
    "label": "Seller name"
  },
  "imageCount": {
    "label": "Image count"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

This example demonstrates how to use [Paruvendu.fr Real Estate Scraper](https://apify.com/lexis-solutions/paruvendu-fr-real-estate-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/lexis-solutions/paruvendu-fr-real-estate-scraper) to learn more, explore other use cases, and run it yourself.