# Pap.fr URL Search | Keyword Filters | Rich Output

**Use case:** 

Extract PAP.fr owner-to-owner property listings with prices, addresses, rooms, area, photos, descriptions and arrondissement, department and region data.

## Input

```json
{
  "mode": "url",
  "locations": [
    {
      "city": "Paris"
    }
  ],
  "listingType": "Buy",
  "propertyType": "Apartment",
  "sortBy": "Default",
  "urls": [
    "https://www.pap.fr/annonce/vente-appartements-paris-75-g439"
  ],
  "maxPages": 1,
  "maxListings": 0,
  "fetchDetails": true,
  "proxy": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "IT"
  },
  "maxNotifyListings": 50
}
```

## Output

```json
{
  "id": {
    "label": "ID"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "listingType": {
    "label": "Type"
  },
  "propertyType": {
    "label": "Property"
  },
  "title": {
    "label": "Title"
  },
  "priceValue": {
    "label": "Price"
  },
  "priceCurrency": {
    "label": "Price currency"
  },
  "rooms": {
    "label": "Rooms"
  },
  "livingSpace": {
    "label": "m²"
  },
  "city": {
    "label": "City"
  },
  "arrondissement": {
    "label": "Arrondissement"
  },
  "postcode": {
    "label": "ZIP"
  },
  "region": {
    "label": "Region"
  },
  "department": {
    "label": "Department"
  },
  "latitude": {
    "label": "Lat"
  },
  "longitude": {
    "label": "Lng"
  },
  "energyClass": {
    "label": "DPE"
  },
  "ghgClass": {
    "label": "GES"
  },
  "isActive": {
    "label": "Active"
  },
  "sellerPhone": {
    "label": "Seller phone"
  },
  "seller": {
    "label": "Seller"
  },
  "refusesCommercialSolicitation": {
    "label": "No solicitation"
  },
  "imageCount": {
    "label": "Images"
  },
  "scrapedAt": {
    "label": "Scraped"
  }
}
```

## About this Actor

This example demonstrates how to use [Pap.fr $1💰| URL Search | Keyword Filters | Rich Output](https://apify.com/abotapi/pap-fr-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/abotapi/pap-fr-scraper) to learn more, explore other use cases, and run it yourself.