The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

query-kvk.pl - Query the Dutch Chamber of Commerce via the CLI

VERSION

version 0.106

SYNOPSIS

query-kvk.pl [ OPTIONS ]

DESCRIPTION

Query the Kamer van Koophandel API via the command line. This tool supports all the calls that the KvK has made publicly available. By default you can search the KvK if you provide search terms.

Please see the KvK developer page for more information on how to use the API.

NAME

query-kvk.pl - Query the KvK API from the CLI

OPTIONS

  • --help

    This help

  • --spoof

    Use the test API from the KvK, does not require an API key

  • --hostname

    Use a different hostname instead of the api.kvk.nl.

  • --api-key | --apikey | --apiKey

    The API key from the KvK

  • --profile | --profiel <coc-number>

    Get the basic profile of the given company.

  • --owner | --eigenaar <coc-number>

    Get the owner details of the given company.

  • --main-location | --hoofdvestiging | --mainLocation <coc-number>

    Get the main location of the given company

  • --locations | --vestigingen <coc-number>

    Get all the locations of the given company

  • --location-profile | --vestigingsprofiel <location-number>

    Get the location profile of a location ID

  • --geo | --geoData

    Include geo data in the result

SEARCH OPTIONS

The following options are here for searching purposes and are used when none of the other options above are used.

  • --kvknummer | --coc-number | --kvk-nummer | --kvkNumber <number>

    A KvK number

  • --location-number | --vestigingsnummer | --branchNumber <number>

    A branch number

  • --tradename | --handelsnaam | --tradeName <name>

    The tradename at the KvK

  • --street | --straat

    The streetname

  • --house-number | --huisnummer | --houseNumber

    The house number

  • --postal-code | --postcode | --zipcode

    The zipcode

  • --city | --stad | --woonplaats | --plaats

    The city

  • --type

    Search of particular types. Allowed values are: hoofdvestiging, nevenvestiging, rechtspersoon.

  • --InclusiefInactieveRegistraties | --inactive | --inactief

    Include inactive registrations

  • --page | --pagina

    Select the page. Defaults to 1

  • --amount | --aantal

    Select the amount of results you get back. Defaults to 10.

AUTHOR

Wesley Schwengle <waterkip@cpan.org>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2018 by Mintlab / Zaaksysteem.nl / xxllnc, see CONTRIBUTORS file for others.

This is free software, licensed under:

  The European Union Public License (EUPL) v1.1