Facebook Business Page
facebook_business_pageFetch public business page information from Facebook. Returns page details including name, category, address, phone, website, ratings, reviews, followers, and cover/profile photos. Provide exactly one of page_id, username, or url — prefer url when the user pasted any Facebook link (including mobile share links), since the tool resolves the canonical page automatically.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Full Facebook page URL. Prefer this when the user provides any Facebook link. Accepts direct page URLs (facebook.com/<username>/), profile.php URLs, /pages/<name>/<id>[/subsection] URLs, and mobile app share links (facebook.com/share/<token>/) which are resolved to the canonical page automatically. | |
| page_id | No | Facebook page ID (numeric). Use only when the user explicitly provides a numeric ID and no URL. | |
| username | No | Facebook page username/vanity URL slug (e.g. 'starbucks'). Use only when the user provides the slug with no URL. |