【问题标题】:Get the industry sector of a company with Google Places API使用 Google Places API 获取公司的行业部门
【发布时间】:2016-12-30 00:25:27
【问题描述】:

我正在尝试使用 Google Places API 获取公司所属行业的类型。

例如,当我在右侧的信息框中执行强制性示例搜索“rhythmboat Cruises pyrmont”时,Google 告诉我这家公司是“Cruise Agency” - 但是我很难找到Google Places API 中的此信息 - 既不使用常规搜索,也不使用详细搜索。

我的假设是否正确,即 Google 不通过 Places API 提供此信息,如果是,是否有其他 Google API 提供此数据?

【问题讨论】:

    标签: google-places-api


    【解决方案1】:

    Places API 为这个地方公开了几个 types

    https://maps.googleapis.com/maps/api/place/details/json?placeid=ChIJyWEHuEmuEmsRm9hTkapTCrk&key=YOUR_API_KEY

    types: [
        "travel_agency",
        "restaurant",
        "food",
        "point_of_interest",
        "establishment"
    ],
    

    我认为您可以通过这些类型将任何地方归类为行业部门。

    至少它似乎应该与4 major industry sectors、更广泛的Global Industry Classification StandardPwC's list 一起使用。不过,我认为只有在 4 个主要行业领域,每家公司都只适合一个领域。

    【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2016-01-09
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多