国コードで企業検索をしようとしていますna.us
。私はlinkedin-oauth2 gemを使用しています。
で企業検索を行うと、いくつかの結果を得ることができますlocation,us
api.company_search(
keyword:"technologies",
facets: "location,industry",
facet: ["location,us","industry,4"],
start: 0,
count: 1000000
)
しかし、ドキュメントで指定されてlocation,na.us
いる国でクエリを実行すると、結果はゼロになります。
api.company_search(
keyword:"technologies",
facets: "location,industry",
facet: ["location,na.us","industry,4"],
start: 0,
count: 1000000
)
また、 company-size パラメータでクエリを実行できません。