我正在尝试使用Google Places API获取公司所属的行业类型。
例如,当我执行强制性示例搜索“rhythmboat cruises pyrmont”时,在右侧的信息框中,Google告诉我该公司是“游轮代理商” - 但我很难找到Google Places API中的此信息 - 既不使用常规搜索也不使用详细搜索。
我是否认为Google不会通过Places API提供此信息,如果是,是否有其他Google API提供此数据?
答案 0 :(得分:4)
Places API会为此地点公开多个export class Cmp{
instance:any;
constructor(){
this.instance = new SomeClass('InstanceOne', ?? )
this.instance.get();
}
}
:
types
我认为您可以通过这些类型将任何地方划分为行业。
至少看起来它应该与4 major industry sectors,更广泛的Global Industry Classification Standard或PwC's list一起使用。只有在4个主要行业领域,我才会期望每家公司都只适合一个行业。