docs.bedrijfsdata.nl Open in urlscan Pro
34.238.71.80  Public Scan

URL: https://docs.bedrijfsdata.nl/
Submission: On August 17 via api from US — Scanned from NL

Form analysis 0 forms found in the DOM

Text Content

 * Body
 * Headers (6)




Public


Documentation Settings

ENVIRONMENT
No Environment

LAYOUT
Double Column

LANGUAGE
cURL - cURL



Bedrijfsdata.nl API
Introduction
GET
Company Profiles


BEDRIJFSDATA.NL API

Thank you for checking out our API documentation. Here, you'll find all
technical details you need to;

   

 * Retrieve millions of company profiles by custom filter options

   

 * Find companies by KvK number, VAT number or domain name

   

 * Find companies related to a specific company (mother-, daughter- and sister
   companies)

   

 * Find companies that are registered on the same address as a specific company

   

 * Validate any Dutch VAT number

   


REQUIREMENTS

--------------------------------------------------------------------------------

A unique API key is required to use all Bedrijfsdata.nl API's. Don't have a key
yet? Contact our customer service to retrieve your key or get a free demo.


PAGINATION

--------------------------------------------------------------------------------

Pagination is enabled on all endpoints that may return more than one record.

Param Description rows Number of results per page. page Number of the page you
want to retrieve. start Alternative to page. Number of the first result you want
to retrieve.

AUTHORIZATIONAPI Key
Key

token

Value

my_token




GETCOMPANY PROFILES


https://api.bedrijfsdata.nl/v1.0/companies?country=nl&text=<string>&office_type=<enum>&orgtype=<enum>&employees=<range>&revenue=<range>&founded=<range>&sbi=<enum>&apps=<enum>&linked_by=<string>&rating=<range>&reviews=<range>&data_exists=<enum>&social_exists=<enum>&id=<string>&coc=<string>&domain=<string>&vat=<string>&name=<string>&names=<string>&postcode=<string>&city=<string>&province=<string>&addressid=<string>&location=<string>&geo=<string>&distance=<integer>

Use https://api.bedrijfsdata.nl/v1.0/companies to retrieve company profiles for
both specific companies and companies that match several search criteria.

AUTHORIZATIONAPI Key
This request is using API Key from collectionBedrijfsdata.nl API
PARAMS
country

nl

(Required) Country code.

Important: excepts only "nl".

text

<string>

(Optional) - Search companies by keyword.

Companies with matching industries, activities, names and website content are
returned. Complex queries are available through Solr operators, such as "OR",
"AND", "(", ")", etc.

Important: All text queries should be URL encoded.

office_type

<enum>

(Optional) Search companies by registration type:

   
 * Hoofdvestiging
   
 * Nevenvestiging
   

Important: values are case sensitive.

orgtype

<enum>

(Optional) Search companies by organisation type:

   
 * Eenmanszaak
   
 * Besloten Vennootschap
   
 * Naamloze Vennootschap
   
 * Vennootschap Onder Firma
   
 * Commanditaire Vennootschap
   
 * Maatschap
   
 * Coöperatie
   
 * Stichting
   
 * Vereniging
   
 * Buitenlandse Rechtsvorm
   
 * Publiekrechtelijke Rechtspersoon
   
 * Rechtspersoon in oprichting
   
 * Kerkgenootschap
   
 * Onderlinge Waarborg Maatschappij
   
 * Rederij
   

Important: Values are case sensitive and should be URL encoded. Search for
multiple values by comma separating multiple values.

employees

<range>

(Optional) Search companies by number of employees.

Range: 5:10 Minimum only: 5: Maximum only: :10

revenue

<range>

(Optional) Search companies by annual revenue.

Range: 500000:1000000 Minimum only: 500000: Maximum only: :1000000

founded

<range>

(Optional) Search companies by year of establishment.

Range: 2010:2020 Minimum only: 2010: Maximum only: :2020

sbi

<enum>

(Optional) Search companies by industry SBI-code (Standaard Bedrijfsindeling).

Important: Excepts all 1.283 numerical SBI codes (without "."-separators, like
"01303"). Comma separate multiple values.

Download options in JSON

apps

<enum>

(Optional) Search companies by the apps they use.

Important: Comma separate multiple values.

Download options in JSON

linked_by

<string>

(Optional) Search companies by domains that link to their websites.

Important: Comma-separate values when searching for multiple domains.

rating

<range>

(Optional) Search companies by avg. review rating (0-5).

Range: 3:4 Minimum only: 3: Maximum only: :4

reviews

<range>

(Optional) Search companies by number of reviews.

Range: 50:100 Minimum only: 50: Maximum only: :100

data_exists

<enum>

(Optional) Search companies by available data.

Options:

   
 * phone
   
 * email
   
 * url
   
 * vat
   
 * address
   
 * fax
   
 * revenue
   
 * employees
   

Important: Comma separate multiple values to require more than one data type.

social_exists

<enum>

(Optional) Search companies by the social media channels they have.

Options:

   
 * linkedin
   
 * facebook
   
 * instagram
   
 * youtube
   
 * twitter
   
 * pinterest
   

Important: Comma separate multiple values to require more than one social
network.

id

<string>

(Optional) Bedrijfsdata.nl ID of a specific company.

*Important: Bedrijfsdata ID's are persistent. They are therefor perfect to use
as a unique identifier in third party systems.

coc

<string>

(Optional) Chamber of Commerce number of a specific company.

domain

<string>

(Optional) Search companies by domain name.

vat

<string>

(Optional) Search companies by tax registration number (btw nummer).

name

<string>

(Optional) Search companies by official name.

names

<string>

(Optional) Search companies by all known names, such as trade names.

postcode

<string>

(Optional) Search companies by (Dutch) postcode.

city

<string>

(Optional) Search companies by (Dutch) city.

Important: this field is case sensitive and must exact-match the official name
of the city. This is especially cumbersome in cases like "'s-Gravenhage".

province

<string>

(Optional) Search companies by (Dutch) province. Warning: this field is case
sensitive and must match official name.

addressid

<string>

(Optional) Search companies by (Dutch) address. Format: NL{postcode}-{house
number}, for example "NL1234AB-150".

location

<string>

(Optional) Search companies in an area by combining location (city/municipality)
and "distance".

Important: Alternative to "city"/"province"/"addressid".

geo

<string>

(Optional) Search companies in an area by combining [lat],[long] and "distance".

Important: Alternative to "location".

distance

<integer>

(Optional) Number of kilometers around "location" or "geo" to search.

Important: Can't be combined with "city"/"province"/"addressid".

Example Request
200 - Success

View More
curl


curl --location 'https://api.bedrijfsdata.nl/v1.0/companies?country=nl&text=%3Cstring%3E&office_type=%3Cenum%3E&orgtype=%3Cenum%3E&employees=%3Crange%3E&revenue=%3Crange%3E&founded=%3Crange%3E&sbi=%3Cenum%3E&apps=%3Cenum%3E&linked_by=%3Cstring%3E&rating=%3Crange%3E&reviews=%3Crange%3E&data_exists=%3Cenum%3E&social_exists=%3Cenum%3E&id=%3Cstring%3E&coc=%3Cstring%3E&domain=heineken.com&vat=%3Cstring%3E&name=%3Cstring%3E&names=%3Cstring%3E&postcode=%3Cstring%3E&city=%3Cstring%3E&province=%3Cstring%3E&addressid=%3Cstring%3E&location=%3Cstring%3E&geo=%3Cstring%3E&distance=%3Cinteger%3E'

200 OK
Example Response
 * Body
 * Headers (6)

View More
json


{
  "status": "ok",
  "found": 13,
  "companies": [
    {
      "id": "330786240000",
      "coc": "33078624",
      "name": "Heineken Holding N.V.",
      "address": "Tweede Weteringplantsoen 5",
      "postcode": "1017ZD",
      "city": "Amsterdam",
      "orgtype": "NV",
      "domain": "heineken.com",
      "url": "http://www.heineken.com/",
      "email": "info@heineken.com",
      "employees": 1,
      "sbi": [
        "6420",
        "642",
        "64"
      ],
      "vat": "001672022B01",
      "country_code": "NL",
      "phone": "020-6221152",
      "geo": "52.37403,4.88969",
      "phone_international": "+31 20 622 1152",
      "industry_section": [
        "Financial and Insurance Activities"
      ],
      "data_exists": [
        "phone",
        "fax",
        "email",
        "url",
        "address",
        "employees",
        "vat",
        "no_non_mailing"
      ],
      "province": "Noord-Holland",
      "municipality": "Amsterdam",
      "province_local": "Noord-Holland",
      "industry": [
        "Financiële holdings",
        "Financiële instellingen (geen verzekeringen en pensioenfondsen)"
      ],
      "employees_range": 1,
      "revenue_range": -1,
      "office_type": "Hoofdvestiging",
      "apps": [
        "new relic",
        "sitecore",
        "google tag manager",
        "ensighten",
        "bootstrap",
        "iis",
        "windows server",
        "microsoft outlook"
      ],
      "apps_cat": [
        "analytics",
        "cms",
        "tag managers",
        "ui frameworks",
        "web servers",
        "operating systems",
        "webmail"
      ],
      "fd": "NL330786240000"
    },
    {
      "id": "330505410005",
      "coc": "33050541",
      "name": "Heineken Duty Free",
      "address": "Industrieweg 38B",
      "postcode": "2382NW",
      "city": "Zoeterwoude",
      "orgtype": "BV",
      "domain": "heineken.com",
      "url": "http://www.heineken.com/",
      "email": "info@heineken.com",
      "employees": 307,
      "sbi": [
        "4634",
        "463",
        "46"
      ],
      "vat": "001632516B01",
      "country_code": "NL",
      "phone": "071-5458238",
      "geo": "52.1141,4.51142",
      "phone_international": "+31 71 545 8238",
      "industry_section": [
        "Wholesale and Retail Trade; Repair of Motor Vehicles and Motorcycles"
      ],
      "data_exists": [
        "phone",
        "fax",
        "email",
        "url",
        "address",
        "employees",
        "vat",
        "no_non_mailing",
        "poi"
      ],
      "province": "Zuid-Holland",
      "municipality": "Zoeterwoude",
      "province_local": "Zuid-Holland",
      "industry": [
        "Groothandel in dranken (geen zuivel)",
        "Groothandel in voedings- en genotmiddelen",
        "Groothandel en handelsbemiddeling (niet in auto's en motorfietsen)"
      ],
      "employees_range": 500,
      "revenue_range": -1,
      "office_type": "Nevenvestiging",
      "apps": [
        "new relic",
        "sitecore",
        "google tag manager",
        "ensighten",
        "bootstrap",
        "iis",
        "windows server",
        "microsoft outlook"
      ],
      "apps_cat": [
        "analytics",
        "cms",
        "tag managers",
        "ui frameworks",
        "web servers",
        "operating systems",
        "webmail"
      ],
      "fd": "NL330505410005"
    },
    {
      "id": "331035450002",
      "coc": "33103545",
      "name": "Heineken Experience",
      "address": "Stadhouderskade 78",
      "postcode": "1072AE",
      "city": "Amsterdam",
      "orgtype": "BV",
      "domain": "heineken.com",
      "url": "http://www.heineken.com/Heineken-Experience/Heineken-Experience",
      "email": "info@heineken.com",
      "employees": 1600,
      "sbi": [
        "64301",
        "6430",
        "643",
        "64"
      ],
      "vat": "001632541B01",
      "country_code": "NL",
      "phone": "020-5239239",
      "geo": "52.37403,4.88969",
      "phone_international": "+31 20 523 9239",
      "industry_section": [
        "Financial and Insurance Activities"
      ],
      "data_exists": [
        "phone",
        "fax",
        "email",
        "url",
        "open",
        "address",
        "employees",
        "vat",
        "no_non_mailing",
        "poi"
      ],
      "province": "Noord-Holland",
      "municipality": "Amsterdam",
      "province_local": "Noord-Holland",
      "industry": [
        "Beleggingsinstellingen in financiële activa",
        "Beleggingsinstellingen",
        "Financiële instellingen (geen verzekeringen en pensioenfondsen)"
      ],
      "employees_range": 2500,
      "revenue_range": -1,
      "office_type": "Nevenvestiging",
      "apps": [
        "new relic",
        "sitecore",
        "google tag manager",
        "ensighten",
        "bootstrap",
        "iis",
        "windows server",
        "microsoft outlook"
      ],
      "apps_cat": [
        "analytics",
        "cms",
        "tag managers",
        "ui frameworks",
        "web servers",
        "operating systems",
        "webmail"
      ],
      "fd": "NL331035450002"
    },
    {
      "id": "331105140000",
      "coc": "33110514",
      "name": "Heineken Supply Chain B.V.",
      "address": "Tweede Weteringplantsoen 21",
      "postcode": "1017ZD",
      "city": "Amsterdam",
      "orgtype": "BV",
      "domain": "heineken.com",
      "url": "http://www.heineken.com/",
      "email": "info@heineken.com",
      "sbi": [
        "7112",
        "711",
        "71"
      ],
      "vat": "001632590B01",
      "country_code": "NL",
      "phone": "020-5239239",
      "geo": "52.37403,4.88969",
      "phone_international": "+31 20 523 9239",
      "industry_section": [
        "Professional, Scientific and Technical Activities"
      ],
      "data_exists": [
        "phone",
        "fax",
        "email",
        "url",
        "open",
        "address",
        "vat",
        "no_non_mailing",
        "poi"
      ],
      "province": "Noord-Holland",
      "municipality": "Amsterdam",
      "province_local": "Noord-Holland",
      "industry": [
        "Ingenieurs en overig technisch ontwerp en advies",
        "Architecten, ingenieurs en technisch ontwerp en advies",
        "Architecten, ingenieurs en technisch ontwerp en advies; keuring en controle"
      ],
      "employees_range": -1,
      "revenue_range": -1,
      "office_type": "Hoofdvestiging",
      "apps": [
        "new relic",
        "sitecore",
        "google tag manager",
        "ensighten",
        "bootstrap",
        "iis",
        "windows server",
        "microsoft outlook"
      ],
      "apps_cat": [
        "analytics",
        "cms",
        "tag managers",
        "ui frameworks",
        "web servers",
        "operating systems",
        "webmail"
      ],
      "fd": "NL331105140000"
    },
    {
      "id": "331105140002",
      "coc": "33110514",
      "name": "Heineken Supply Chain B.V.",
      "address": "Schiphol Boulevard 800",
      "postcode": "1118BN",
      "city": "Schiphol",
      "orgtype": "BV",
      "domain": "heineken.com",
      "url": "http://www.heineken.com/",
      "email": "info@heineken.com",
      "sbi": [
        "7112",
        "711",
        "71"
      ],
      "vat": "001632590B01",
      "country_code": "NL",
      "phone": "020-5239239",
      "geo": "52.3,4.75",
      "phone_international": "+31 20 523 9239",
      "industry_section": [
        "Professional, Scientific and Technical Activities"
      ],
      "data_exists": [
        "phone",
        "email",
        "url",
        "address",
        "vat",
        "no_non_mailing"
      ],
      "province": "Noord-Holland",
      "municipality": "Haarlemmermeer",
      "province_local": "Noord-Holland",
      "industry": [
        "Ingenieurs en overig technisch ontwerp en advies",
        "Architecten, ingenieurs en technisch ontwerp en advies",
        "Architecten, ingenieurs en technisch ontwerp en advies; keuring en controle"
      ],
      "employees_range": -1,
      "revenue_range": -1,
      "office_type": "Nevenvestiging",
      "apps": [
        "new relic",
        "sitecore",
        "google tag manager",
        "ensighten",
        "bootstrap",
        "iis",
        "windows server",
        "microsoft outlook"
      ],
      "apps_cat": [
        "analytics",
        "cms",
        "tag managers",
        "ui frameworks",
        "web servers",
        "operating systems",
        "webmail"
      ],
      "fd": "NL331105140002"
    },
    {
      "id": "280416970000",
      "coc": "28041697",
      "name": "Proseco",
      "address": "Tweede Weteringplantsoen 21",
      "postcode": "1017ZD",
      "city": "Amsterdam",
      "orgtype": "BV",
      "domain": "heineken.com",
      "url": "http://www.heineken.com/",
      "email": "info@heineken.com",
      "employees": 1,
      "sbi": [
        "8010",
        "8030",
        "801",
        "80",
        "803"
      ],
      "vat": "007229434B01",
      "country_code": "NL",
      "phone": "071-4062060",
      "geo": "52.37403,4.88969",
      "phone_international": "+31 71 406 2060",
      "industry_section": [
        "Administrative and Support Service Activities"
      ],
      "data_exists": [
        "phone",
        "fax",
        "email",
        "url",
        "address",
        "employees",
        "vat",
        "no_non_mailing"
      ],
      "province": "Noord-Holland",
      "municipality": "Amsterdam",
      "province_local": "Noord-Holland",
      "industry": [
        "Particuliere beveiliging",
        "Opsporing",
        "Beveiliging en opsporing"
      ],
      "employees_range": 1,
      "revenue_range": -1,
      "office_type": "Hoofdvestiging",
      "apps": [
        "new relic",
        "sitecore",
        "google tag manager",
        "ensighten",
        "bootstrap",
        "iis",
        "windows server",
        "microsoft outlook"
      ],
      "apps_cat": [
        "analytics",
        "cms",
        "tag managers",
        "ui frameworks",
        "web servers",
        "operating systems",
        "webmail"
      ],
      "fd": "NL280416970000"
    },
    {
      "id": "342184940000",
      "coc": "34218494",
      "name": "Heineken Export Americas B.V.",
      "address": "Tweede Weteringplantsoen 21",
      "postcode": "1017ZD",
      "city": "Amsterdam",
      "orgtype": "BV",
      "domain": "heineken.com",
      "url": "http://www.heineken.com/",
      "email": "info@heineken.com",
      "employees": 1,
      "sbi": [
        "4634",
        "463",
        "46"
      ],
      "vat": "814286677B01",
      "country_code": "NL",
      "phone": "020-5239239",
      "geo": "52.37403,4.88969",
      "phone_international": "+31 20 523 9239",
      "industry_section": [
        "Wholesale and Retail Trade; Repair of Motor Vehicles and Motorcycles"
      ],
      "data_exists": [
        "phone",
        "fax",
        "email",
        "url",
        "open",
        "address",
        "employees",
        "vat",
        "no_non_mailing",
        "poi"
      ],
      "province": "Noord-Holland",
      "municipality": "Amsterdam",
      "province_local": "Noord-Holland",
      "industry": [
        "Groothandel in dranken (geen zuivel)",
        "Groothandel in voedings- en genotmiddelen",
        "Groothandel en handelsbemiddeling (niet in auto's en motorfietsen)"
      ],
      "employees_range": 1,
      "revenue_range": -1,
      "office_type": "Hoofdvestiging",
      "apps": [
        "new relic",
        "sitecore",
        "google tag manager",
        "ensighten",
        "bootstrap",
        "iis",
        "windows server",
        "microsoft outlook"
      ],
      "apps_cat": [
        "analytics",
        "cms",
        "tag managers",
        "ui frameworks",
        "web servers",
        "operating systems",
        "webmail"
      ],
      "fd": "NL342184940000"
    },
    {
      "id": "541395540000",
      "coc": "54139554",
      "name": "Heineken Global Procurement B.V.",
      "address": "Tweede Weteringplantsoen 21",
      "postcode": "1017ZD",
      "city": "Amsterdam",
      "orgtype": "BV",
      "domain": "heineken.com",
      "url": "http://www.heineken.com/",
      "email": "info@heineken.com",
      "employees": 1,
      "sbi": [
        "7490",
        "749",
        "74"
      ],
      "vat": "851185332B01",
      "country_code": "NL",
      "phone": "020-5239239",
      "geo": "52.37403,4.88969",
      "phone_international": "+31 20 523 9239",
      "industry_section": [
        "Professional, Scientific and Technical Activities"
      ],
      "data_exists": [
        "phone",
        "email",
        "url",
        "open",
        "address",
        "employees",
        "vat",
        "no_non_mailing",
        "poi"
      ],
      "province": "Noord-Holland",
      "municipality": "Amsterdam",
      "province_local": "Noord-Holland",
      "industry": [
        "Overige specialistische zakelijke dienstverlening",
        "Industrieel ontwerp en vormgeving, fotografie, vertaling en overige consultancy"
      ],
      "employees_range": 1,
      "revenue_range": -1,
      "office_type": "Hoofdvestiging",
      "apps": [
        "new relic",
        "sitecore",
        "google tag manager",
        "ensighten",
        "bootstrap",
        "iis",
        "windows server",
        "microsoft outlook"
      ],
      "apps_cat": [
        "analytics",
        "cms",
        "tag managers",
        "ui frameworks",
        "web servers",
        "operating systems",
        "webmail"
      ],
      "fd": "NL541395540000"
    },
    {
      "id": "541395540001",
      "coc": "54139554",
      "name": "Heineken Global Procurement B.V.",
      "address": "Schiphol Boulevard 800",
      "postcode": "1118BN",
      "city": "Schiphol",
      "orgtype": "BV",
      "domain": "heineken.com",
      "url": "http://www.heineken.com/",
      "email": "info@heineken.com",
      "sbi": [
        "7490",
        "749",
        "74"
      ],
      "vat": "851185332B01",
      "country_code": "NL",
      "phone": "020-5239239",
      "geo": "52.3,4.75",
      "phone_international": "+31 20 523 9239",
      "industry_section": [
        "Professional, Scientific and Technical Activities"
      ],
      "data_exists": [
        "phone",
        "email",
        "url",
        "address",
        "vat",
        "no_non_mailing"
      ],
      "province": "Noord-Holland",
      "municipality": "Haarlemmermeer",
      "province_local": "Noord-Holland",
      "industry": [
        "Overige specialistische zakelijke dienstverlening",
        "Industrieel ontwerp en vormgeving, fotografie, vertaling en overige consultancy"
      ],
      "employees_range": -1,
      "revenue_range": -1,
      "office_type": "Nevenvestiging",
      "apps": [
        "new relic",
        "sitecore",
        "google tag manager",
        "ensighten",
        "bootstrap",
        "iis",
        "windows server",
        "microsoft outlook"
      ],
      "apps_cat": [
        "analytics",
        "cms",
        "tag managers",
        "ui frameworks",
        "web servers",
        "operating systems",
        "webmail"
      ],
      "fd": "NL541395540001"
    },
    {
      "id": "342564450000",
      "coc": "34256445",
      "name": "Heineken CEE Investments B.V.",
      "address": "Tweede Weteringplantsoen 21",
      "postcode": "1017ZD",
      "city": "Amsterdam",
      "orgtype": "BV",
      "domain": "heineken.com",
      "url": "http://www.heineken.com/",
      "email": "info@heineken.com",
      "employees": 1,
      "sbi": [
        "6420",
        "642",
        "64"
      ],
      "vat": "816988420B01",
      "country_code": "NL",
      "phone": "020-5239239",
      "geo": "52.37403,4.88969",
      "phone_international": "+31 20 523 9239",
      "industry_section": [
        "Financial and Insurance Activities"
      ],
      "data_exists": [
        "phone",
        "email",
        "url",
        "open",
        "address",
        "employees",
        "vat",
        "no_non_mailing",
        "poi"
      ],
      "province": "Noord-Holland",
      "municipality": "Amsterdam",
      "province_local": "Noord-Holland",
      "industry": [
        "Financiële holdings",
        "Financiële instellingen (geen verzekeringen en pensioenfondsen)"
      ],
      "employees_range": 1,
      "revenue_range": -1,
      "office_type": "Hoofdvestiging",
      "apps": [
        "new relic",
        "sitecore",
        "google tag manager",
        "ensighten",
        "bootstrap",
        "iis",
        "windows server",
        "microsoft outlook"
      ],
      "apps_cat": [
        "analytics",
        "cms",
        "tag managers",
        "ui frameworks",
        "web servers",
        "operating systems",
        "webmail"
      ],
      "fd": "NL342564450000"
    }
  ]
}

Date

Fri, 16 Aug 2024 14:23:32 GMT

Server

Apache/2.4.29 (Ubuntu)

Access-Control-Allow-Origin

*

Content-Length

11594

Connection

close

Content-Type

application/json; charset=utf-8