# Casablanca SARL Companies

**Use case:** 

Find Casablanca SARL companies related to IT and technology in Morocco business registry data for B2B research and lead generation.

## Input

```json
{
  "searchKeywords": [
    "informatique"
  ],
  "maxItems": 5,
  "city": "Casablanca",
  "legalForm": "SARL",
  "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.