# Scrape Active Bahrain Trading Companies Registry

**Use case:** 

Export active Bahrain commercial registrations in the trading sector from sijilat.bh — CR number, company type, address, capital, shareholders, and activities.

## Input

```json
{
  "sp_intended_usage": "Describe your intended use...",
  "sp_improvement_suggestions": "Share your suggestions here...",
  "sp_contact": "Share your email here...",
  "searchNameEn": "trading",
  "searchNameAr": "",
  "crNumber": "",
  "companyStatus": "ACTIVE",
  "fetchDetails": true,
  "maxItems": 100
}
```

## Output

```json
{
  "cr_number": {
    "label": "Cr Number",
    "format": "string"
  },
  "legal_name_en": {
    "label": "Legal Name En",
    "format": "string"
  },
  "legal_name_ar": {
    "label": "Legal Name Ar",
    "format": "string"
  },
  "company_type": {
    "label": "Company Type",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "registration_date": {
    "label": "Registration Date",
    "format": "string"
  },
  "expiry_date": {
    "label": "Expiry Date",
    "format": "string"
  },
  "business_activities": {
    "label": "Business Activities",
    "format": "string"
  },
  "nationality": {
    "label": "Nationality",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Bahrain Company Registry Scraper](https://apify.com/jungle_synthesizer/bahrain-company-registry-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/jungle_synthesizer/bahrain-company-registry-scraper) to learn more, explore other use cases, and run it yourself.