Skip to main content
GET
Get public Facebook profile information

Authorizations

x-api-key
string
header
required

Your API key. Send it in the x-api-key header (or Authorization: Bearer <key>). Create and manage keys from your dashboard.

Query Parameters

url
string
required

Public Facebook page URL, e.g. https://www.facebook.com/metmuseum

businessHours
boolean
default:true

Include the business's hours status (e.g. "Open now"/"Closed now"). Default true. (Logged-out, only the current status is available — not the per-day schedule.)

includeGatedProfile
boolean
default:true

When true, a gated/age-restricted/unavailable page returns a limited response (gated: true) instead of a 404. Ignored for normal public profiles (always full). Default true.

cache_max_age
enum<string>

Optional. Return a cached result if one this age or newer exists — served for 0 credits with meta.cached=true and meta.cachedAt. Otherwise a fresh scrape runs (1 credit) and refreshes the cache. Omit to always scrape fresh.

Available options:
1d,
3d,
7d,
14d,
30d

Response

The profile information (or a limited gated response).

data
object
required
meta
object
required

requestId + credit/caching metadata (creditsCharged, creditsRemaining, cached, cachedAt).