# Location bureaux et commerces à Paris

**Use case:** 

Extrait les annonces de bureaux et commerces à Paris, y compris les loyers, surfaces, équipements, et coordonnées d'agences.

## Input

```json
{
  "startUrl": "https://www.seloger-bureaux-commerces.com/recherche?typeTransaction=9&typeBien=1111&ci=750056&leaseType=&tri=0",
  "maxItems": 50,
  "enableDataFlattening": true
}
```

## Output

```json
{
  "cardTitle": {
    "label": "Card Title",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "text"
  },
  "space": {
    "label": "Space",
    "format": "number"
  },
  "refAnnonce": {
    "label": "Ref Annonce",
    "format": "text"
  },
  "detailUrl": {
    "label": "Detail Url",
    "format": "link"
  },
  "publicationDateOnly": {
    "label": "Publication Date Only",
    "format": "date"
  },
  "id": {
    "label": "Id",
    "format": "text"
  },
  "idAnnonce": {
    "label": "Id Annonce",
    "format": "number"
  },
  "idSourceCouplage": {
    "label": "Id Source Couplage",
    "format": "number"
  },
  "codeTypeBien": {
    "label": "Code Type Bien",
    "format": "number"
  },
  "idTypeTransaction": {
    "label": "Id Type Transaction",
    "format": "number"
  },
  "idTypeBien": {
    "label": "Id Type Bien",
    "format": "number"
  },
  "idSousTypeBien": {
    "label": "Id Sous Type Bien",
    "format": "number"
  },
  "isAnnonceOr": {
    "label": "Is Annonce Or",
    "format": "boolean"
  },
  "isBoostSuggestion": {
    "label": "Is Boost Suggestion",
    "format": "boolean"
  },
  "isBoostHighlight": {
    "label": "Is Boost Highlight",
    "format": "boolean"
  },
  "isDivisible": {
    "label": "Is Divisible",
    "format": "boolean"
  },
  "isImmediatelyAvailable": {
    "label": "Is Immediately Available",
    "format": "boolean"
  },
  "hasTrafficData": {
    "label": "Has Traffic Data",
    "format": "boolean"
  },
  "businessSold": {
    "label": "Business Sold",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [$1.5/1K 💙 SeLoger-bureaux-commerces scraper (by Search URL)](https://apify.com/azzouzana/seloger-bureaux-commerces-scraper-by-search-url) with a specific input configuration. Visit the [Actor detail page](https://apify.com/azzouzana/seloger-bureaux-commerces-scraper-by-search-url) to learn more, explore other use cases, and run it yourself.