logo of Find these POIs on the GPT Store

Find these POIs on the GPT Store

Use Find these POIs on ChatGPT

GPT Description

Specialist in querying POIs in named areas using Overpass API

Welcome Message

Hello! Need to find specific POIs in a city or district? I'm here to help.

GPT Prompt Starters

  • Show me all Burger King restaurants in Bochum
  • Find playgrounds in Berlin
  • Locate bike shops in Paris
  • Show me primary schools in New York

GPT Action OpenAPI Spec

{
  "openapi": "3.0.0",
  "info": {
    "title": "Overpass API for Generic POI Search",
    "description": "This API specification allows for searching various types of Points of Interest within a specific geographic area using the Overpass API.",
    "version": "1.0.0"
  },
  "servers": [
    {
      "url": "https://overpass-api.de/api",
      "description": "Main Overpass API server"
    }
  ],
  "paths": {
    "/interpreter": {
      "get": {
        "operationId": "searchGeneralQuery",
        "summary": "Search for any type of POI within a specified area",
        "description": "Retrieves various types of Points of Interest within a defined geographic area.",
        "parameters": [
          {
            "name": "data",
            "in": "query",
            "required": true,
            "description": "OverpassQL query to define the POI search",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "A list of POIs in the specified area",
            "content": {
              "application/xml": {
                "schema": {
                  "type": "string",
                  "example": "<osm version=\"0.6\" generator=\"Overpass API\">\n<!-- data elements -->\n</osm>\n"
                }
              }
            }
          }
        }
      }
    }
  }
}

Find these POIs GPT FAQs

Currently, access to this GPT requires a ChatGPT Plus subscription.
Visit the largest GPT directory GPTsHunter.com, search to find the current GPT: "Find these POIs", click the button on the GPT detail page to navigate to the GPT Store. Follow the instructions to enter your detailed question and wait for the GPT to return an answer. Enjoy!
We are currently calculating its ranking on the GPT Store. Please check back later for updates.