【问题标题】:Best service to get Company Info?获取公司信息的最佳服务?
【发布时间】:2012-04-01 01:54:06
【问题描述】:

我需要一些 PUBLIC 服务,类似 LInkedin API 的服务,您可以在其中获取 xml 版本的公司信息。 该服务必须提供公司名称、电子邮件域、描述、位置...等

有什么建议吗?

【问题讨论】:

    标签: api service public


    【解决方案1】:

    Google 地方信息? https://developers.google.com/maps/documentation/places/

    <?xml version="1.0" encoding="UTF-8"?>
    <PlaceDetailsResponse>
     <status>OK</status>
     <result>
      <name>Google Sydney</name>
      <vicinity>5/48 Pirrama Road, Pyrmont</vicinity>
      <type>store</type>
      <type>establishment</type>
      <formatted_phone_number>(02) 9374 4000</formatted_phone_number>
      <formatted_address>5/48 Pirrama Road, Pyrmont NSW, Australia</formatted_address>
      <address_component>
       ...
      </address_component>
      <geometry>
       <location>
        <lat>-33.8669710</lat>
        <lng>151.1958750</lng>
       </location>
      </geometry>
      <rating>4.6</rating>
      <url>http://maps.google.com/maps/place?cid=10281119596374313554</url>
      <icon>http://maps.gstatic.com/mapfiles/place_api/icons/generic_business-71.png</icon>
      <reference>CnRlAAAAmEVjMMmgnwJelvu3C6FBY7IbBnTFo79cG4wFECOAZBspmGrr5XLU8PUlbfP6pyBSEFtq7qHJcauhj-VbBvd-p-CK9R5PdKr17WI0cqJ91gIXVgMIpMl8UviFq_xSzxdE_g7dL1QwsvC9_jriAVkbxBIQRIYHAi7IRd8oePOmHImOWRoUmObrEH8JZRUVv6CRSsJz9OA20wo</reference>
      <id>4f89212bf76dde31f092cfc14d7506555d85b5c7</id>
      <international_phone_number>+61 2 9374 4000</international_phone_number>
      <website>http://www.google.com.au/</website>
     </result>
    </PlaceDetailsResponse>
    

    【讨论】:

    • 不错,但这是实验性的 .. 我需要一些已经过测试且相关的东西
    猜你喜欢
    • 1970-01-01
    • 2013-01-25
    • 2016-06-17
    • 1970-01-01
    • 2011-05-25
    • 2019-08-22
    • 2014-10-07
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多