Skip to content
Eden Engine

Nearby Place Search by Coordinates (Instagram Location Tags)

omnial/instagram-search-by-coordinates

Given a latitude and longitude, returns nearby places -- name, category, a short address or distance string, and geo-coordinates -- ordered by proximity, the same location records a customer would pick from when tagging an Instagram post's location. A dense city coordinate can return dozens of results; a remote coordinate may return only one or a handful.

activeper callv1
Provider
Web & Business Data Network
Category
instagram
Provider price
$0.004095 per call
Latency p50 / p95
— / —
Success rate
—
Verified
—

Provider list price; Omnial MCP charges provider cost plus a platform markup on top.

Contract

input_schema.json
{
  "type": "object",
  "required": [
    "latitude",
    "longitude"
  ],
  "properties": {
    "latitude": {
      "type": "number",
      "examples": [
        40.7
      ],
      "description": "Latitude"
    },
    "longitude": {
      "type": "number",
      "examples": [
        -74
      ],
      "description": "Longitude"
    }
  },
  "additionalProperties": false
}
output_schema.json
{
  "type": "object",
  "properties": {
    "data": {
      "type": "object",
      "properties": {
        "count": {
          "type": "number",
          "description": "Number of places returned -- observed as 30 (dense urban) and 1 (remote)."
        },
        "items": {
          "type": "array",
          "items": {
            "type": "object",
            "properties": {
              "id": {
                "type": "string",
                "description": "A numeric place-id string in the id_source namespace, e.g. '384695225271379'. Not a phone number, despite being numeric."
              },
              "zip": {
                "type": [
                  "string",
                  "null"
                ],
                "description": "Observed null on every item in both fixtures."
              },
              "city": {
                "type": [
                  "string",
                  "null"
                ],
                "description": "Observed null on every item in both fixtures."
              },
              "name": {
                "type": "string",
                "description": "The place's display name."
              },
              "hours": {
                "type": "array",
                "items": {},
                "description": "Observed as an empty array on every item in both fixtures; the shape of a populated entry is unconfirmed."
              },
              "phone": {
                "type": "string",
                "description": "Observed as an empty string on every item in both fixtures."
              },
              "address": {
                "type": "string",
                "description": "A short distance-and-optional-street string, e.g. '<0.1mi' or '<0.1mi · 1515 Broadway' or '10mi' -- not a normalized postal address."
              },
              "website": {
                "type": "string",
                "description": "Observed as an empty string on every item in both fixtures."
              },
              "category": {
                "type": "string",
                "description": "Observed as an empty string on every item in both fixtures."
              },
              "latitude": {
                "type": "number"
              },
              "id_source": {
                "type": "string",
                "description": "Observed as 'facebook_places' on every item in both fixtures."
              },
              "longitude": {
                "type": "number"
              }
            },
            "additionalProperties": true
          }
        }
      },
      "additionalProperties": true
    }
  },
  "description": "The location-search record, as returned at routing.responseResultPath.",
  "additionalProperties": true
}

Pricing

Every real charge, itemised. A model that quietly omits one is a slow financial leak, so nothing here is rolled up, and a charge that only applies to some inputs says so rather than being added in.

Prices in this catalog are the provider's own list price, not your bill: Omnial MCP charges provider cost plus a platform markup on top, so what you are charged is higher than the figure shown. For the exact amount a specific call will cost, run omnial_execute with dry_run: true; that number includes the markup and is what we hold while the call runs. It is a quote, not a cap on the charge.

ChargeRate
Per call
Flat, regardless of what comes back
$0.004095
Cost basis
Not recorded

This tool's catalog entry does not record how its final bill is determined, so we will not tell you whether its cost is fixed before the call or reported by the provider afterwards. Either way what is held is a quote rather than a cap: you are charged what the call actually costs, bounded at 2x the quote.

Updated
Sep 15, 2026