finder-scraper / Exports / YTJ
• new YTJ(): YTJ
▸ getCompany(businessId
): Promise
<YTJRespomse
<YTJCompanyDetails
>>
Name | Type | Description |
---|---|---|
businessId |
string |
Y-tunnus |
Promise
<YTJRespomse
<YTJCompanyDetails
>>
▸ searchCompanies(maxResults
, resultsFrom
, companyForm?
): Promise
<YTJRespomse
<YTJCompany
[]>>
Name | Type | Description |
---|---|---|
maxResults |
number |
Maksimimäärä tuloksia |
resultsFrom |
number |
Kuinka monta tulosta skipataan alusta |
companyForm? |
CompanyForm |
Filter by company type "AOY" | "OYJ" | "OY" | "OK" | "VOJ" | undefined |
Promise
<YTJRespomse
<YTJCompany
[]>>