Page

AdvertisingAnalyticsBusiness ManagementMarketingSocial-MediaMessagingCommerceAgentsMCPWebhook

Properties

Name Type Description
id string The ID of the Page
name string The name of the Page
category string The primary category of the Page
category_list array List of categories associated with the Page
about string Short description of the Page
description string Detailed description of the Page
fan_count integer Total number of Page likes
followers_count integer Total number of Page followers
link string The URL of the Page on Facebook
website string The website listed on the Page
phone string Phone number listed on the Page
emails array Email addresses listed on the Page
location object
cover object The Page cover photo
picture object The Page profile picture
verification_status string Verification status of the Page
is_published boolean Whether the Page is published and visible
View JSON Schema on GitHub

JSON Schema

facebook-business-manager-page-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Page",
  "title": "Page",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "The ID of the Page"
    },
    "name": {
      "type": "string",
      "description": "The name of the Page"
    },
    "category": {
      "type": "string",
      "description": "The primary category of the Page"
    },
    "category_list": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "id": {
            "type": "string"
          },
          "name": {
            "type": "string"
          }
        }
      },
      "description": "List of categories associated with the Page"
    },
    "about": {
      "type": "string",
      "description": "Short description of the Page"
    },
    "description": {
      "type": "string",
      "description": "Detailed description of the Page"
    },
    "fan_count": {
      "type": "integer",
      "description": "Total number of Page likes"
    },
    "followers_count": {
      "type": "integer",
      "description": "Total number of Page followers"
    },
    "link": {
      "type": "string",
      "format": "uri",
      "description": "The URL of the Page on Facebook"
    },
    "website": {
      "type": "string",
      "format": "uri",
      "description": "The website listed on the Page"
    },
    "phone": {
      "type": "string",
      "description": "Phone number listed on the Page"
    },
    "emails": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Email addresses listed on the Page"
    },
    "location": {
      "type": "object",
      "properties": {
        "street": {
          "type": "string"
        },
        "city": {
          "type": "string"
        },
        "state": {
          "type": "string"
        },
        "country": {
          "type": "string"
        },
        "zip": {
          "type": "string"
        },
        "latitude": {
          "type": "number"
        },
        "longitude": {
          "type": "number"
        }
      }
    },
    "cover": {
      "type": "object",
      "properties": {
        "id": {
          "type": "string"
        },
        "source": {
          "type": "string",
          "format": "uri"
        }
      },
      "description": "The Page cover photo"
    },
    "picture": {
      "type": "object",
      "properties": {
        "data": {
          "type": "object",
          "properties": {
            "url": {
              "type": "string",
              "format": "uri"
            }
          }
        }
      },
      "description": "The Page profile picture"
    },
    "verification_status": {
      "type": "string",
      "description": "Verification status of the Page"
    },
    "is_published": {
      "type": "boolean",
      "description": "Whether the Page is published and visible"
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/facebook-business-manager-page"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.