OMPIC Morocco Company Data Scraper
Pricing
from $10.00 / 1,000 results
OMPIC Morocco Company Data Scraper
Scrape Morocco's OMPIC business registry. Extract company names, RC and ICE numbers, cities, legal forms, activities, capital, status, and addresses for B2B research.
Pricing
from $10.00 / 1,000 results
Rating
0.0
(0)
Developer
LIAICHI MUSTAPHA
Maintained by CommunityActor stats
0
Bookmarked
8
Total users
2
Monthly active users
5 days ago
Last modified
Categories
Share
Scrape public company records from Morocco's OMPIC business registry through directinfo.ma. Extract names, RC and ICE identifiers, cities, legal forms, activities, creation dates, capital, status, and addresses for B2B research and company verification.
Features
- Searches the public OMPIC/directinfo.ma company index by keyword
- Supports an A-Z sweep when no specific keyword is supplied
- Expands capped searches to collect additional matching companies
- Filters returned companies by city and legal form
- Deduplicates companies by RC number or company name
- Saves structured company records and a
STATSrun summary
Use Cases
- B2B research: build company lists by sector, city, and legal form
- Business verification: check public registration identifiers and status
- Market sizing: count and compare registered companies across niches
- Due diligence: enrich supplier, partner, or competitor research
- Data pipelines: feed Moroccan firmographic data into CRM and analytics workflows
Input
| Field | Type | Default | Description |
|---|---|---|---|
searchKeywords | array | [""] | Company or sector terms; empty triggers an A-Z sweep |
maxItems | integer | 500 | Maximum unique company records, from 1 to 50,000 |
city | string | all cities | Optional city text filter |
legalForm | string | all forms | Optional SA, SARL, SNC, SCS, GIE, or Auto-entrepreneur filter |
proxyConfiguration | object | Apify Residential Proxy | Proxy settings used to establish the browser session |
{"searchKeywords": ["informatique", "software"],"city": "Casablanca","legalForm": "SARL","maxItems": 500}
Output
Each dataset item represents one public company record:
{"name": "EXAMPLE TECHNOLOGY SARL","rc": "123456","ice": "003000000000000","city": "CASABLANCA","legalForm": "SARL","activity": "DEVELOPPEMENT INFORMATIQUE","creationDate": "2021-03-15","capital": "100000","address": "Casablanca, Morocco","status": "EN ACTIVITE","source": "directinfo.ma / OMPIC","keyword": "informatique","scrapedAt": "2026-07-11T10:00:00.000Z"}
The STATS key-value store record reports attempted, blocked, and failed queries, filters, duration, and total companies saved.
How to Use
- Open the Actor and click Try for free.
- Enter one or more company or activity keywords.
- Optionally select a city and legal form.
- Start with
maxItems: 20to validate the search. - Keep the configured proxy enabled for reliable session establishment.
- Start the run and export the resulting dataset.
import { ApifyClient } from 'apify-client';const client = new ApifyClient({ token: process.env.APIFY_TOKEN });const run = await client.actor('scraper_guru/ompic-scraper').call({searchKeywords: ['immobilier'],city: 'Casablanca',maxItems: 200,});
Pricing
This is a pay-per-event Actor. A successfully saved company record costs $0.01, or $10 per 1,000 results, plus any platform usage shown by Apify. Search filters may reduce the number of billable records produced.
FAQ
What is OMPIC?
OMPIC is Morocco's industrial and commercial property office. This Actor searches company information exposed through the public directinfo.ma portal.
Does an empty keyword download the entire registry?
It starts an A-Z sweep and continues until maxItems is reached. Completeness depends on the source search limits and availability during the run.
Why can city or legal-form filters return fewer results?
Filtering happens after the source search. Records that do not contain the requested field or value are excluded.
Does the Actor verify beneficial owners or private contact details?
No. It returns only the public company fields available in the source response.
Is this legal to use?
Use public registry data for lawful purposes and comply with directinfo.ma terms, applicable regulations, and data-protection requirements.
For source changes or extraction problems, open the Issues tab on this Actor.