# Rabat Real Estate Companies

**Use case:** 

Find Rabat companies related to real estate in Morocco registry data, including legal details for market mapping and prospecting.

## Input

```json
{
  "searchKeywords": [
    "immobilier"
  ],
  "maxItems": 5,
  "city": "Rabat",
  "legalForm": "",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "name": {
    "label": "Company",
    "format": "string"
  },
  "rc": {
    "label": "RC",
    "format": "string"
  },
  "ice": {
    "label": "ICE",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "legalForm": {
    "label": "Legal form",
    "format": "string"
  },
  "activity": {
    "label": "Activity",
    "format": "string"
  },
  "capital": {
    "label": "Capital",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "creationDate": {
    "label": "Created",
    "format": "string"
  },
  "address": {
    "label": "Address",
    "format": "string"
  },
  "keyword": {
    "label": "Search keyword",
    "format": "string"
  },
  "source": {
    "label": "Source",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [OMPIC Morocco Company Data Scraper](https://apify.com/scraper_guru/ompic-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scraper_guru/ompic-scraper) to learn more, explore other use cases, and run it yourself.