Skip to documentation
Browse documentation

Get Page

Fetches a public Facebook page with normalized follower, page-like, and talking-about counts.

Capability ID facebook.page.get
Cost 1 credit per request
Maximum runtime 30 seconds
View raw

POST /execute Shared execution endpoint

Input parameters

url string required

Public Facebook page URL

Example https://www.facebook.com/Meta

Response

Successful output is returned in results[0].data. Raw platform output is intentionally open-ended and may evolve with the upstream source.

Illustrative sample The full redacted fixture is shown in the response panel.

Illustrative output fields

Derived from the sample above for orientation only. These observed fields are not a fixed response schema.

PathObserved typeExample
best_description object 1 fields
best_description.text string Connect with what you love to make things happen.
category_name string Company
cover_photo object 1 fields
cover_photo.photo object 2 fields
ctwa_ad4ad_insights object 3 fields
ctwa_ad4ad_insights.benchmark_type string NONE
ctwa_ad4ad_insights.eligible_insights array 0 items
ctwa_ad4ad_insights.return_data null null
ctx_business_adoption_fact_based_benchmark_page_id object 2 fields
ctx_business_adoption_fact_based_benchmark_page_id.benchmark_type string NONE
ctx_business_adoption_fact_based_benchmark_page_id.return_data null null
default_ad_account null null
follower_count integer 106000000
follower_count_text string 106M followers
id string 108824017345866
name string Meta
page_like_count integer 106614540
profile_picture object 1 fields
profile_picture.uri string https://lookaside.fbsbx.com/lookaside/crawler/media/?media_id=100080376…
profile_picture_uri string https://lookaside.fbsbx.com/lookaside/crawler/media/?media_id=100080376…
talking_about_count integer 58396
url string https://www.facebook.com/Meta/
viewer object 1 fields
viewer.globe_focus string WEST
wtx_ad4ad_insights object 2 fields
wtx_ad4ad_insights.eligible_insights array 0 items
wtx_ad4ad_insights.return_data null null

Execution behavior

A 200 response completed inline. A 202 response was queued; poll GET /jobs/:id until the job reaches completed or failed.