OMPIC Morocco Company Data Scraper avatar

OMPIC Morocco Company Data Scraper

Pricing

from $10.00 / 1,000 results

Go to Apify Store
OMPIC Morocco Company Data Scraper

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

LIAICHI MUSTAPHA

Maintained by Community

Actor stats

0

Bookmarked

8

Total users

2

Monthly active users

5 days ago

Last modified

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 STATS run 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

FieldTypeDefaultDescription
searchKeywordsarray[""]Company or sector terms; empty triggers an A-Z sweep
maxItemsinteger500Maximum unique company records, from 1 to 50,000
citystringall citiesOptional city text filter
legalFormstringall formsOptional SA, SARL, SNC, SCS, GIE, or Auto-entrepreneur filter
proxyConfigurationobjectApify Residential ProxyProxy 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

  1. Open the Actor and click Try for free.
  2. Enter one or more company or activity keywords.
  3. Optionally select a city and legal form.
  4. Start with maxItems: 20 to validate the search.
  5. Keep the configured proxy enabled for reliable session establishment.
  6. 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.