Discover/Companyweb API
live

Companyweb APIcompanyweb.be

Search Belgian companies and retrieve details including establishment year, principal activity, employee count, and legal form via the Companyweb.be API.

This API takes change requests — .
Endpoint health
verified 1h ago
search_company
get_company_details
2/2 passing latest checkself-healing
Endpoints
2
Updated
2h ago

What is the Companyweb API?

The Companyweb.be API provides 2 endpoints for accessing Belgian company data sourced from companyweb.be. Use search_company to find companies by name and retrieve their enterprise number, legal form, and address, then call get_company_details with an enterprise ID to pull 10 structured fields including establishment date, FTE employee count, company size category, VAT liability status, and principal business activity.

This call costs1 credit / call— charged only on success
Try it
Company name or search term to find matching Belgian companies.
api.parse.bot/scraper/f6a4a6b1-dd75-42fb-b5de-e9065edce4d4/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Call it over HTTPgrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/f6a4a6b1-dd75-42fb-b5de-e9065edce4d4/search_company?query=Proximus' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 2 totalmissing one? ·

Search for Belgian companies by name. Returns a list of matching companies with their enterprise number, legal form, address, and location. Results are not paginated; the site returns all matches for the query.

Input
ParamTypeDescription
queryrequiredstringCompany name or search term to find matching Belgian companies.
Response
{
  "type": "object",
  "fields": {
    "total": "integer total number of results returned",
    "results": "array of company objects with enterprise_number, enterprise_id, name, legal_form, address, location"
  },
  "sample": {
    "data": {
      "total": 147,
      "results": [
        {
          "name": "Proximus",
          "address": "Koning Albert Ii-Laan",
          "location": "Schaarbeek",
          "legal_form": "NV",
          "enterprise_id": "0202239951",
          "enterprise_number": "BE 0202.239.951"
        },
        {
          "name": "Proximus Art",
          "address": "Koning Albert Ii-Laan",
          "location": "Schaarbeek",
          "legal_form": "VZW",
          "enterprise_id": "0458922341",
          "enterprise_number": "BE 0458.922.341"
        }
      ]
    },
    "status": "success"
  }
}

About the Companyweb API

Endpoints and What They Return

The search_company endpoint accepts a query string — a company name or partial name — and returns a list of matching Belgian companies. Each result includes the enterprise_number, enterprise_id, name, legal_form, address, and location. Results are not paginated; all matches for the query are returned in a single response alongside a total count. The enterprise_id from these results is the key input for the second endpoint.

Company Detail Lookup

The get_company_details endpoint takes an enterprise_id (the numeric part of a Belgian enterprise number, 7–10 digits) and returns a full profile for that company. Returned fields include name, status (e.g. Active), full address, legal_form with abbreviation, vat_liable status, established date in DD-MM-YYYY format, company_size category (Small, Medium-sized, Big), employees_fte (or null if unavailable), the formatted enterprise_number (e.g. BE 0202.239.951), and principal_activity.

Coverage and Scope

All data covers Belgian registered companies as listed on companyweb.be. The enterprise number format follows the Belgian Crossroads Bank for Enterprises (CBE) convention. The employees_fte field may be null for companies that do not publicly report headcount figures. There is no pagination on search results — queries that match a large number of companies return the full set in one call.

Reliability & maintenanceVerified

The Companyweb API is a managed, monitored endpoint for companyweb.be — not a raw scraper you maintain. Every endpoint is automatically health-checked on a schedule, and when companyweb.be changes and a check fails, the API is automatically queued for repair and re-verified. It is built to keep working as the site underneath it changes.

This isn't an official companyweb.be API — it's an independent, maintained REST wrapper over public data. Where the source has no official API (or only a limited one), Parse gives you a stable contract over a source that never promised one, and keeps it current. Need a new endpoint or field? You can revise it yourself in plain English and the agent rebuilds it against the live site in minutes — contributing the change back to the shared API is free.

Last verified
1h ago
Latest check
2/2 endpoints passing
Maintenance
Monitored & self-healing
Will this API break when the source site changes?+
It's built not to. Every endpoint is health-checked on a schedule with automated test probes. When the source site changes and a check fails, the API is automatically queued for repair and re-verified — that's the self-healing layer. Each API page shows when its endpoints were last verified. And because marketplace APIs are shared, any fix reaches everyone using it.
Is this an official API from the source site?+
No — Parse APIs are independent, managed REST wrappers over publicly available data. That is the point: where a site has no official API (or only a limited one), Parse gives you a maintained, monitored endpoint for that data and keeps it working as the site changes — so you get a stable contract over a source that never promised one.
Can I fix or extend this API myself if I need a new endpoint or field?+
Yes — and you don't have to wait on us. This API was generated by the Parse agent, which stays attached. Describe the change in plain English ("add an endpoint that returns reviews", "fix the price field") in the revise box on the API page or via the revise_api MCP tool, and the agent rebuilds it against the live site in minutes. Contributing the change back to the public API is free.
What happens if I call an endpoint that has an issue?+
Errors are machine-readable: a bad call returns a clean status with the list of available endpoints and a repair hint, so an agent (or you) can recover or trigger a fix instead of failing silently. Confirmed failures feed the automatic repair queue.
Common use cases
  • Build a Belgian business directory by searching companies by name and storing their enterprise numbers and addresses.
  • Enrich a CRM with Belgian company profiles including legal form, company size, and establishment year.
  • Screen potential partners by checking a company's status (active vs. inactive) and vat_liable field before engagement.
  • Analyse the distribution of company_size categories across a sector using principal_activity data from bulk lookups.
  • Verify a supplier's official enterprise_number and registered address against their self-reported details.
  • Track employee headcount trends over time by periodically fetching employees_fte for a list of target companies.
  • Populate a lead generation tool with structured Belgian company data including legal form and founding date.
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo2005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000100 req/min
Team$300/mo20,000300 req/min
Company$1,000/mo100,000500 req/min

Each endpoint has a fixed posted price per successful call — most fall between 1 and 10 credits — shown on this API's page before you run it. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does Companyweb.be have an official developer API?+
Companyweb.be offers a paid B2B data service for business customers described at https://www.companyweb.be/, but it is not a self-service developer API with public documentation and key-based access in the typical sense. The Parse API provides structured programmatic access to the same public company data.
What does search_company return, and can I filter results by location or legal form?+
The search_company endpoint returns all matching companies for the name query as a single unfiltered list. Each result includes legal_form, address, and location, so you can filter client-side by those fields, but the endpoint itself only accepts a query string — there are no server-side filter parameters for location, legal form, or company size.
Is the employees_fte field always populated?+
No. The employees_fte field returns null when a company has not publicly disclosed headcount data on companyweb.be. This is common for smaller or recently established companies. The company_size string field (Small, Medium-sized, Big) is generally available even when FTE figures are absent.
Does the API return financial data such as revenue, turnover, or balance sheet figures?+
Not currently. The API covers company identity fields, establishment date, employee count, principal activity, legal form, and status. Financial statement data is not exposed by the current endpoints. You can fork this API on Parse and revise it to add an endpoint targeting companyweb.be's financial data pages.
Can I look up companies by VAT number or enterprise number directly, without searching by name first?+
The get_company_details endpoint accepts an enterprise_id directly if you already have it, so a name search is not required when you know the identifier. However, there is no dedicated endpoint for reverse lookup by VAT number or formatted BE enterprise number. You can fork this API on Parse and revise it to add that lookup path.
Page content last updated . Spec covers 2 endpoints from companyweb.be.
Related APIs in B2b DirectorySee all →
kbopub.economie.fgov.be API
Look up detailed information about Belgian companies including their official details, management structure, business activities, and legal capacities from the KBO/BCE public registry. Find key data like company names, directors, officers, and operational classifications to verify business credentials or conduct company research.
kvk.nl API
Search for Dutch businesses and retrieve detailed company information such as registration numbers, addresses, and business details directly from the official KVK trade register. Look up specific companies to access their official registration data and verify business information in the Netherlands.
drimble.nl API
Search and access detailed business information from Drimble.nl, including company addresses, SBI classifications, and activity descriptions. Find specific companies or browse listings to get comprehensive details about Dutch businesses.
contribuinte.pt API
Access data from contribuinte.pt.
thecompaniesapi.com API
Enrich your company database with 80+ data points per company, search by industry or company details, and discover email patterns to drive your business intelligence. Find verified company information, get pricing data, and ask contextual questions about any organization to fuel your sales, marketing, or research efforts.
developer.company-information.service.gov.uk API
Search for UK registered companies and retrieve detailed information including company profiles, officer names, and their dates of birth. Access comprehensive corporate records directly from the official Companies House register to verify business details and identify key personnel.
infobel.com API
Search and retrieve business and person contact information from Infobel directories across the globe to find phone numbers, addresses, and other details. Quickly locate companies or individuals by name to build targeted contact lists or verify business information worldwide.
registroimprese.it API
Search Italian companies by name or ID to instantly access official business registration details including company status, founding information, and corporate structure from the authoritative Italian Business Registry. Get comprehensive company profiles with verified legal and operational data all in one place.