如何获取特定位置和特定标签的 Instagram 帖子数量

How to get number of instagram posts in specific location and with specific tag

我查看了 Instagram API(也许效率不高,谁知道呢?)但我没有找到一种方法来使用一种 REST API 允许搜索的数量在特定位置发布并带有特定主题标签。 我不关心图片本身,我的目标是,使用一种过滤器,如:'specific location : FRANCE' & 'hashtag : Beach',获得 public 帖子的列表(这里,所有帖子在法国使用标签海滩)与: - 准确的位置(城市或 lat/lon) - 标签 - 时间戳

在 Instagram API 中允许的技术是 Ruby、Python 和 PHP 但我只是想通过 [=19 中的请求使用它=] 并将结果聚类放在地图上! 不确定是否可行,但在应用程序中它是(仅带有主题标签)所以如果您有线索,请给我! =)

非常感谢!

Instagram 已弃用其旧的 REST API source and replaced it with a Facebook-like Graph API. In that Graph API, you can search for hashtags but you are limited to 30 unique hashtags in a rolling 7 day period。即使使用主题标签搜索,您也无法获得有关结果的位置数据。您可能会幸运地查看结果并搜索特定的文本字符串,但在 Instagram API 中不再有您想要的东西,这主要是出于隐私方面的考虑。