# Scrape category listings from Paruvendu.fr Real Estate

**Use case:** 

Extract structured ai listings for market research using Paruvendu.fr Real Estate.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://example.com/search"
    }
  ],
  "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.