Discover/app.gmbeverywhere.com API
live

app.gmbeverywhere.com APIapp.gmbeverywhere.com

Discover and search Google Business Profile categories to find the right classification for your business, then retrieve recommended services and detailed metadata for any category. Streamline your business profile setup by instantly accessing category information and their associated service offerings.

Endpoints
3
Updated
3h ago
Try it
Maximum number of categories to return.
Search term to filter categories by name (e.g. 'restaurant', 'plumber', 'dentist').
api.parse.bot/scraper/d91ee190-887b-4064-8af1-14d1cb9489c0/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/d91ee190-887b-4064-8af1-14d1cb9489c0/search_categories' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 3 totalclick to expand

Search GBP categories by keyword. Returns categories whose names contain the query string (case-insensitive).

Input
ParamTypeDescription
limitintegerMaximum number of categories to return.
queryrequiredstringSearch term to filter categories by name (e.g. 'restaurant', 'plumber', 'dentist').
Response
{
  "type": "object",
  "fields": {
    "query": "string",
    "total": "integer — total number of matching categories",
    "categories": "array of category name strings"
  },
  "sample": {
    "data": {
      "query": "restaurant",
      "total": 411,
      "categories": [
        "Acaraje restaurant",
        "Afghan restaurant",
        "African restaurant",
        "Algerian restaurant",
        "Alsace restaurant",
        "American restaurant",
        "Anago restaurant",
        "Andalusian restaurant",
        "Andhra restaurant",
        "Angler fish restaurant"
      ]
    },
    "status": "success"
  }
}

About the app.gmbeverywhere.com API

The app.gmbeverywhere.com API on Parse exposes 3 endpoints for the publicly available data on app.gmbeverywhere.com. Calls return JSON over HTTPS and are billed per successful response.

Pin a release with the API-Snapshot-Version header so canonical updates don't silently change your contract.