获取地点详情/Get location info

Instagramapi

About

获取地点详情/Get location info

Documentation

获取地点详情/Get location info

[中文]

用途:

  • 获取Instagram地点的详细信息
  • 包含地点名称、地址、坐标、附近地点等
  • 地点ID可从搜索接口(search_places)或帖子详情中获取

参数:

  • location_id: 地点ID(数字)
  • show_nearby: 是否显示附近地点(默认true)

返回:

  • data.native_location_data: 地点基本信息
    • name: 地点名称
    • address: 地址
    • city: 城市
    • lat: 纬度
    • lng: 经度
    • website: 网站
    • phone: 电话
    • category: 分类
    • media_count: 关联帖子数
  • data.ranked: 热门帖子信息
  • data.recent: 最新帖子信息
  • data.nearby_locations: 附近地点列表(show_nearby=true时)

价格:

  • 0.008 USD/请求

[English]

Purpose:

  • Get Instagram location/place detail info
  • Including name, address, coordinates, nearby places, etc.
  • Location ID can be obtained from search API (search_places) or post details

Parameters:

  • location_id: Location ID (numeric)
  • show_nearby: Whether to show nearby places (default true)

Return:

  • data.native_location_data: Location basic info
    • name: Location name
    • address: Address
    • city: City
    • lat: Latitude
    • lng: Longitude
    • website: Website
    • phone: Phone
    • category: Category
    • media_count: Associated posts count
  • data.ranked: Top posts info
  • data.recent: Recent posts info
  • data.nearby_locations: Nearby locations list (when show_nearby=true)

Price:

  • 0.008 USD/request

示例/Example

location_id = "1016248898"

Imported from a validated TikHub OpenAPI document. Pricing must be reviewed before enabling.

Try 获取地点详情/Get location info

Test this model in the Sandbase Playground with your own prompts.

Open in Playground

Related Models