NAME
no_brreg.pl
DESCRIPTION
Uses NOLookup::Brreg::DataLookup to perform lookup on an orgnumber or an orgname and fetch and print the matching information.
The data found are stored as NOLookup::Brreg::Entry data objects.
USAGE
no_brreg.pl -o 985821585
no_brreg.pl -n norid Note that only orgs starting with -n are listed due to a limitation in the Brreg API service.
no_brreg.pl -f 2017-04-29 -t 2017-04-30
Limitation: Up to a maximum of 500 matches (5 json pages) are listed.
Examples:
perl no_brreg.pl -o 985821585
Found 1 matching entries:
985821585 AS 2003-06-30 UNINETT NORID AS
perl no_brreg.pl -n uninett
Found 3 matching entries:
968100211 AS 1995-02-20 UNINETT AS
985821585 AS 2003-06-30 UNINETT NORID AS
814864332 AS 2015-01-26 UNINETT SIGMA2 AS
perl no_brreg.pl -f 2017-04-10 -t 2017-04-11
Found 167 matching entries:
917416699 ENK 2017-04-10 ARVID KROGSTAD
917853711 FLI 2017-04-10 DIA- KJEMISKE AVD. 231
818822022 ENK 2017-04-10 ANDERSEN ENTERTAINMENT
:
Arguments:
-o: orgnumber (9 digits)
-n: orgname (complete name or start of name, minimum 2 chars)
-f: from registration date (2017-04-10)
-t: to registration date (2017-04-11)
-v: verbose dump of the complete JSON data structure