List Facebook profile events

List events hosted by a Facebook profile or Page.

GET/v1/facebook/profiles/events
1credit
x-api-keystringheader

API key (`sfk_...`)

Parameters
2
urlstringrequiredquery

Public Facebook profile or page URL.

min 1 chars · max 4096 chars

cursorstringoptionalquery

Opaque pagination cursor from a previous response.

min 1 chars · max 4096 chars

Response fields
31

Endpoint-specific response payload.

datalookupStatus
string

Whether the requested profile or page resolved for this request.

one of: found, not_found

Facebook events for the requested input. May be empty when `lookupStatus` is `found` and no public events are returned, or when `lookupStatus` is `not_found`.

dataevents[]id
string

Stable Facebook event id.

min 1 chars

dataevents[]url
string

Public Facebook URL for this event.

min 1 chars

dataevents[]name
stringnullable

Event title when available.

dataevents[]startAt
stringnullable

ISO-8601 UTC timestamp for the scheduled start when available.

dataevents[]dayTimeSentence
stringnullable

Localized date and time sentence Facebook shows for the event.

dataevents[]isCanceled
booleannullable

Whether the event is marked canceled.

dataevents[]isHappeningNow
booleannullable

Whether the event is happening now.

dataevents[]isOnline
booleannullable

Whether the event is online.

dataevents[]isPast
booleannullable

Whether the event has already ended.

dataevents[]eventKind
stringnullable

Facebook event kind when available, such as a public event.

Event creator when available.

dataevents[]creatorid
stringnullable

Facebook id for the event creator when available.

dataevents[]creatorname
stringnullable

Display name for the event creator.

dataevents[]creatorurl
stringnullable

Public Facebook URL for the event creator when available.

Event place when available.

dataevents[]placeid
stringnullable

Facebook id for the event place when available.

dataevents[]placename
stringnullable

Place name shown for the event when available.

dataevents[]placecity
stringnullable

City name for the event place when available.

dataevents[]coverPhotoUrl
stringnullable

Source-platform CDN URL for the cover photo when available. It can expire or be rejected outside the original retrieval context; it is not a SocialFetch-hosted asset. Null when no syntactically usable URL is available.

dataevents[]coverVideoUrl
stringnullable

Source-platform CDN URL for the cover video when available. It can expire or be rejected outside the original retrieval context; it is not a SocialFetch-hosted asset. Null when no syntactically usable URL is available.

Pagination state for the current response.

datapagehasMore
boolean

Whether another page is available.

datapagenextCursor
stringnullable

Cursor to pass in the next request when more pages exist; null on the last page.

Metadata describing the request and billing outcome.

metarequestId
string

Unique request identifier for tracing this API call.

min 1 chars

metacreditsCharged
integer

Credits charged for this request.

≥ 0

metaversion
string

Public API version that served the response.

one of: v1

metacached
booleanoptional

True when served from shared response cache. Credits still apply (full endpoint price); Age header may be present.

Code example

curl "https://api.socialfetch.dev/v1/facebook/profiles/events?url=https://www.facebook.com/brickyardoldtown" \
  -H "x-api-key: YOUR_API_KEY"

Responses

Facebook events for the requested profile or page.