# Buy (Achat) SeLoger.com French Real Estate Standard Export

**Use case:** 

Standard Export of SeLoger.com French Real Estate for Buy (Achat). Structured results ready to export for analysis, lead generation, or research.

## Input

```json
{
  "startUrl": "https://www.seloger.com/immobilier/achat/immo-paris-75/",
  "maxItems": 100,
  "transactionType": "achat",
  "city": "paris-75",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "listingUrl": {
    "label": "Listing URL",
    "format": "link"
  },
  "listingId": {
    "label": "Listing ID",
    "format": "text"
  },
  "imageUrl": {
    "label": "Main Image",
    "format": "image"
  },
  "images": {
    "label": "Image Gallery",
    "format": "list"
  },
  "propertyType": {
    "label": "Property Type",
    "format": "text"
  },
  "price": {
    "label": "Price (€)",
    "format": "number"
  },
  "pricePerM2": {
    "label": "Price/m² (€)",
    "format": "number"
  },
  "rooms": {
    "label": "Rooms",
    "format": "number"
  },
  "bedrooms": {
    "label": "Bedrooms",
    "format": "number"
  },
  "surfaceM2": {
    "label": "Surface (m²)",
    "format": "number"
  },
  "floor": {
    "label": "Floor",
    "format": "text"
  },
  "neighborhood": {
    "label": "Neighborhood",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "postalCode": {
    "label": "Postal Code",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "dpeClass": {
    "label": "DPE Class",
    "format": "text"
  },
  "gesClass": {
    "label": "GES Class",
    "format": "text"
  },
  "heatingType": {
    "label": "Heating Type",
    "format": "text"
  },
  "features": {
    "label": "Features",
    "format": "list"
  },
  "agencyName": {
    "label": "Agency",
    "format": "text"
  },
  "isNewBuild": {
    "label": "New Build",
    "format": "boolean"
  },
  "transactionType": {
    "label": "Transaction",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [SeLoger.com French Real Estate Scraper](https://apify.com/parseforge/seloger-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/seloger-scraper) to learn more, explore other use cases, and run it yourself.