Instagram modelsapi generation api

instagram/v3/location-info

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

Input
Idle

Example output — click Run to generate your own

API README

Get location info

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

location_id = "1016248898"

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

Related Models