Facebook Page Scraper avatar
Facebook Page Scraper

Pricing

$5.00/month + usage

Go to Apify Store
Facebook Page Scraper

Facebook Page Scraper

⚑ Lightning-fast profile scraper πŸš€ – grab URLs, status, followers & bio links in seconds! πŸ“Š Streamline your data – collect info efficiently with zero hassle. πŸš€ Boost productivity – accurate, structured results every single time. πŸ’‘ Smart, reliable, effortless – save time & work like a pro!

Pricing

$5.00/month + usage

Rating

5.0

(1)

Developer

Alpha Scraper

Alpha Scraper

Maintained by Community

Actor stats

0

Bookmarked

14

Total users

8

Monthly active users

20 hours

Issues response

8 days ago

Last modified

Share

✨ Facebook Page Scraper β€” πŸ•΅οΈβ€β™‚οΈ

Extract trimmed Facebook page/profile metadata using the page-detail endpoint. This Apify Actor posts each page URL to the API and returns only the requested fields so your dataset stays clean and easy to use.


Behavior & key implementation notes πŸ› οΈ

  • The actor POSTS JSON {"page_id":"", "link":"<page_url>"} to with realistic headers (kept to mimic a browser).

  • Input URLs and usernames are normalized and deduplicated before requests (so duplicate inputs won't cause duplicate results).

  • Retry logic: If a request fails, is rate-limited , returns 5xx, or produces an effectively empty response (none of the requested fields present), the actor will automatically retry up to 3 attempts with exponential backoff (1s β†’ 2s β†’ 4s).

  • Concurrency is configurable via concurrency in actor input (default 5).

  • Results are:

  • Apify Dataset (one item per input),

  • and all results are saved to output.json inside the actor container (array of items).

  • The actor performs best-effort extraction across likely field names and nested paths. If the API returns unusual schemas, some fields may be null.

  • The actor preserves raw response and profile URL in the internal debug fields in code β€” but the dataset/output JSON contains the requested public-facing fields above.


Output β€” fields returned πŸ”Ž

Each dataset item contains only these keys (best-effort extraction from the API response):

  • message β€” textual message / status returned by the API (if any).
  • page_id β€” numeric/string page id (if present).
  • title β€” page title or headline (if available).
  • ad_page_id β€” ad-related page id (if present).
  • bio β€” short bio/description.
  • followers_count β€” follower/subscriber count (best-effort).
  • likes_count β€” likes count (best-effort).
  • avatar_url β€” primary avatar/profile image URL (best-effort).
  • avatar_url_alt β€” alternate / HD avatar URL (best-effort).
  • website β€” external website link if present.
  • description β€” longer description / about text (if present).

The actor also pushes each record to the Apify Dataset and writes output.json (an array of all results) inside the actor container for download.


Input (actor input JSON) βš™οΈ

Provide input JSON when running the actor. Important fields:

FieldTypeRequiredDefaultDescription
startUrlsarray<{url: string}> or string[]βœ…β€”One or more Facebook profile/page URLs. Each item can be a dict { "url": "..." } or a plain string.
usernamesstring[]βŒβ€”One or more Facebook usernames (bare username strings will be converted to a canonical https://www.facebook.com/<username> URL).
concurrencyinteger❌5Number of concurrent HTTP requests (default 5).

Example input

{
"startUrls": [
{ "url": "https://www.facebook.com/barackobama" }
{ "url": "https://www.facebook.com/LionelRichie"},
{ "url": "https://www.facebook.com/eminem/"},
{ "url": "https://www.facebook.com/TaylorSwift"},
{ "url": "https://www.facebook.com/Selena#"},
{ "url": "https://www.facebook.com/jackie#"},
{ "url": "https://www.facebook.com/BillGates"},
{ "url": "https://www.facebook.com/katyperry"},
],
}

Example output πŸ“¦

[
{
"message": "Success",
"page_id": "100044322825129",
"title": "Barack Obama",
"ad_page_id": "6815841748",
"bio": "Dad, husband, former President, citizen.",
"followers_count": 56000000,
"likes_count": 56428036,
"avatar_url": "https://scontent-lga3-3.xx.fbcdn.net/v/t39.30808-1/250690662_437398757747548_5868572553327609292_n.jpg?stp=dst-jpg_tt6&cstp=mx1428x1428&ctp=s720x720&_nc_cat=1&ccb=1-7&_nc_sid=3ab345&_nc_ohc=quqfKNynWiYQ7kNvwGFbHMV&_nc_oc=AdlV_2OkdxzZ5QSli6WRmziUVSmq6sr27NGNrCJ8ETjOkoSJ_LPc7KE15iHR8eHdqElrYDWya6THUFYwXPV_dZGE&_nc_zt=24&_nc_ht=scontent-lga3-3.xx&_nc_gid=sKADgdLJgvnqJU2aKLpuXA&oh=00_Afce6f27_C62T757jcDj1t1Jxtc53iGSV7jInuuVXzQu9w&oe=69004F94",
"avatar_url_alt": "Barack Obama",
"website": "obama.org",
"description": "Dad, husband, former President, citizen.",
"_profile_url": "https://www.facebook.com/barackobama",
"_raw_response": {
"code": 100000,
"message": "Success",
"data": {
"page_id": "100044322825129",
"title": "Barack Obama",
"ad_page_id": "6815841748",
"address": null,
"bio": "Dad, husband, former President, citizen.",
"email": null,
"followers_count": 56000000,
"likes_count": 56428036,
"avatar_url": "https://scontent-lga3-3.xx.fbcdn.net/v/t39.30808-1/250690662_437398757747548_5868572553327609292_n.jpg?stp=dst-jpg_tt6&cstp=mx1428x1428&ctp=s720x720&_nc_cat=1&ccb=1-7&_nc_sid=3ab345&_nc_ohc=quqfKNynWiYQ7kNvwGFbHMV&_nc_oc=AdlV_2OkdxzZ5QSli6WRmziUVSmq6sr27NGNrCJ8ETjOkoSJ_LPc7KE15iHR8eHdqElrYDWya6THUFYwXPV_dZGE&_nc_zt=24&_nc_ht=scontent-lga3-3.xx&_nc_gid=sKADgdLJgvnqJU2aKLpuXA&oh=00_Afce6f27_C62T757jcDj1t1Jxtc53iGSV7jInuuVXzQu9w&oe=69004F94",
"avatar_url_alt": "Barack Obama",
"instagram": "https://www.instagram.com/barackobama",
"linkedin": "https://linkedin.com/in/barackobama",
"youtube": "https://youtube.com/@barackobama",
"website": "obama.org",
"twitter": null,
"telegram": null,
"phone": "(773) 365-9687",
"pinterest": "https://pinterest.com/barackobama",
"rating": null,
"rating_overall": null,
"description": "Barack Obama. 56,428,036 likes Β· 992,632 talking about this. Dad, husband, former President, citizen."
}
}
},
{
"message": "Success",
"page_id": "100044306415562",
"title": "Lionel Richie",
"ad_page_id": "213734712014384",
"bio": "✨ @americanidol | Follow my design journey: @lionelrichiehome | Fragrance🌱 \"Hello by Lionel Richie\"\nπŸ“•New memoir TRULY out now",
"followers_count": 6200000,
"likes_count": 5084903,
"avatar_url": "https://scontent-iad3-1.xx.fbcdn.net/v/t1.6435-1/55831562_2071343859586784_2090280129635811328_n.jpg?stp=dst-jpg_tt6&cstp=mx1092x1092&ctp=s720x720&_nc_cat=110&ccb=1-7&_nc_sid=3ab345&_nc_ohc=YHKlgpfFytYQ7kNvwGav615&_nc_oc=Adk_0f0ebIWPLa2VmLJxthqxjcHTTmMP1qK2HpmxEj9ybl7M8PwqVf7SgmNu7TO8-zc&_nc_zt=24&_nc_ht=scontent-iad3-1.xx&_nc_gid=w8-0qJW85JGV88jHROtcuQ&oh=00_Afep02Z1YpXbMQ81XriwsJhZVIDiJvhkRaDEvBwmDfqESA&oe=6921C7D3",
"avatar_url_alt": "Lionel Richie",
"website": "lionelrichie.com",
"description": "✨ @americanidol | Follow my design journey: @lionelrichiehome | Fragrance🌱 \"Hello by Lionel Richie\"\nπŸ“•New memoir TRULY out now",
"_profile_url": "https://www.facebook.com/LionelRichie",
"_raw_response": {
"code": 100000,
"message": "Success",
"data": {
"page_id": "100044306415562",
"title": "Lionel Richie",
"ad_page_id": "213734712014384",
"address": null,
"bio": "✨ @americanidol | Follow my design journey: @lionelrichiehome | Fragrance🌱 \"Hello by Lionel Richie\"\nπŸ“•New memoir TRULY out now",
"email": "lionelrichie@redlightmanagement.com",
"followers_count": 6200000,
"likes_count": 5084903,
"avatar_url": "https://scontent-iad3-1.xx.fbcdn.net/v/t1.6435-1/55831562_2071343859586784_2090280129635811328_n.jpg?stp=dst-jpg_tt6&cstp=mx1092x1092&ctp=s720x720&_nc_cat=110&ccb=1-7&_nc_sid=3ab345&_nc_ohc=YHKlgpfFytYQ7kNvwGav615&_nc_oc=Adk_0f0ebIWPLa2VmLJxthqxjcHTTmMP1qK2HpmxEj9ybl7M8PwqVf7SgmNu7TO8-zc&_nc_zt=24&_nc_ht=scontent-iad3-1.xx&_nc_gid=w8-0qJW85JGV88jHROtcuQ&oh=00_Afep02Z1YpXbMQ81XriwsJhZVIDiJvhkRaDEvBwmDfqESA&oe=6921C7D3",
"avatar_url_alt": "Lionel Richie",
"instagram": null,
"linkedin": null,
"youtube": null,
"website": "lionelrichie.com",
"twitter": null,
"telegram": null,
"phone": null,
"pinterest": null,
"rating": null,
"rating_overall": null,
"description": "Lionel Richie. 5,084,903 likes Β· 38,366 talking about this. ✨ @americanidol | Follow my design journey: @lionelrichiehome | Fragrance🌱 β€œHello by Lionel Richie\"\nπŸ“•New memoir TRULY out now"
}
}
},
{
"message": "Success",
"page_id": "100044534585203",
"title": "Eminem",
"ad_page_id": "45309870078",
"bio": "www.eminem.com\nwww.twitter.com/eminem\nwww.instagram.com/eminem",
"followers_count": 93000000,
"likes_count": 89329856,
"avatar_url": "https://scontent-sjc3-1.xx.fbcdn.net/v/t39.30808-1/533044149_1345890886905385_825553454994677322_n.jpg?stp=dst-jpg_tt6&cstp=mx1000x1000&ctp=s720x720&_nc_cat=1&ccb=1-7&_nc_sid=3ab345&_nc_ohc=Hi4K2LvdmKEQ7kNvwFM-5Iq&_nc_oc=AdmrijhT3NRdzbAbbINDeQh-JSSkm98a2cNzsn-6XfsFr-wDiLTo5uC-l3Ct_OYgcl8&_nc_zt=24&_nc_ht=scontent-sjc3-1.xx&_nc_gid=xo2W-vUMv64qOGLm9BMVnw&oh=00_AffJN366ViE_jtLaXwJm7nBOoFUOaFo-aSRpO1ZjEYjPag&oe=69003000",
"avatar_url_alt": "Eminem",
"website": "eminem.com",
"description": "www.eminem.com\nwww.twitter.com/eminem\nwww.instagram.com/eminem",
"_profile_url": "https://www.facebook.com/eminem",
"_raw_response": {
"code": 100000,
"message": "Success",
"data": {
"page_id": "100044534585203",
"title": "Eminem",
"ad_page_id": "45309870078",
"address": null,
"bio": "www.eminem.com\nwww.twitter.com/eminem\nwww.instagram.com/eminem",
"email": null,
"followers_count": 93000000,
"likes_count": 89329856,
"avatar_url": "https://scontent-sjc3-1.xx.fbcdn.net/v/t39.30808-1/533044149_1345890886905385_825553454994677322_n.jpg?stp=dst-jpg_tt6&cstp=mx1000x1000&ctp=s720x720&_nc_cat=1&ccb=1-7&_nc_sid=3ab345&_nc_ohc=Hi4K2LvdmKEQ7kNvwFM-5Iq&_nc_oc=AdmrijhT3NRdzbAbbINDeQh-JSSkm98a2cNzsn-6XfsFr-wDiLTo5uC-l3Ct_OYgcl8&_nc_zt=24&_nc_ht=scontent-sjc3-1.xx&_nc_gid=xo2W-vUMv64qOGLm9BMVnw&oh=00_AffJN366ViE_jtLaXwJm7nBOoFUOaFo-aSRpO1ZjEYjPag&oe=69003000",
"avatar_url_alt": "Eminem",
"instagram": null,
"linkedin": null,
"youtube": null,
"website": "eminem.com",
"twitter": null,
"telegram": null,
"phone": null,
"pinterest": null,
"rating": null,
"rating_overall": null,
"description": "Eminem. 89,329,856 likes Β· 82,467 talking about this. www.eminem.com\nwww.twitter.com/eminem\nwww.instagram.com/eminem"
}
}
},
{
"message": "Success",
"page_id": "100044454818615",
"title": "Taylor Swift",
"ad_page_id": "19614945368",
"bio": "And, baby, that's show business for you. New album The Life of a Showgirl. Available Now ❀️‍πŸ”₯\n\nhttps://taylor.lnk.to/TSTheLifeofaShowgirl",
"followers_count": 79000000,
"likes_count": 71945570,
"avatar_url": "https://scontent-hou1-1.xx.fbcdn.net/v/t39.30808-1/532001660_1316667256491756_8691860117732621604_n.jpg?stp=dst-jpg_tt6&cstp=mx2000x2000&ctp=s720x720&_nc_cat=1&ccb=1-7&_nc_sid=3ab345&_nc_ohc=opP8bzGF9BYQ7kNvwE0EWY_&_nc_oc=Adlnw1QOiO1N-_Oe2uYNzIdLsTcYr2wMfoLTEgzr1-znhg88CabwGnFy-mUh9jJpzjA&_nc_zt=24&_nc_ht=scontent-hou1-1.xx&_nc_gid=1DgCAPWiInNRrDM5FzxHBA&oh=00_AfdFwCb92rMKRSlDrjTwkwDwxnJ_VWF37rGHG5al_NqNxg&oe=69002DE1",
"avatar_url_alt": "Taylor Swift",
"website": "taylorswift.com",
"description": "And, baby, that's show business for you. New album The Life of a Showgirl. Available Now ❀️‍πŸ”₯\n\nhttps://taylor.lnk.to/TSTheLifeofaShowgirl",
"_profile_url": "https://www.facebook.com/TaylorSwift",
"_raw_response": {
"code": 100000,
"message": "Success",
"data": {
"page_id": "100044454818615",
"title": "Taylor Swift",
"ad_page_id": "19614945368",
"address": null,
"bio": "And, baby, that's show business for you. New album The Life of a Showgirl. Available Now ❀️‍πŸ”₯\n\nhttps://taylor.lnk.to/TSTheLifeofaShowgirl",
"email": null,
"followers_count": 79000000,
"likes_count": 71945570,
"avatar_url": "https://scontent-hou1-1.xx.fbcdn.net/v/t39.30808-1/532001660_1316667256491756_8691860117732621604_n.jpg?stp=dst-jpg_tt6&cstp=mx2000x2000&ctp=s720x720&_nc_cat=1&ccb=1-7&_nc_sid=3ab345&_nc_ohc=opP8bzGF9BYQ7kNvwE0EWY_&_nc_oc=Adlnw1QOiO1N-_Oe2uYNzIdLsTcYr2wMfoLTEgzr1-znhg88CabwGnFy-mUh9jJpzjA&_nc_zt=24&_nc_ht=scontent-hou1-1.xx&_nc_gid=1DgCAPWiInNRrDM5FzxHBA&oh=00_AfdFwCb92rMKRSlDrjTwkwDwxnJ_VWF37rGHG5al_NqNxg&oe=69002DE1",
"avatar_url_alt": "Taylor Swift",
"instagram": null,
"linkedin": null,
"youtube": null,
"website": "taylorswift.com",
"twitter": null,
"telegram": null,
"phone": null,
"pinterest": null,
"rating": null,
"rating_overall": null,
"description": "Taylor Swift. 71,945,570 likes Β· 103,696 talking about this. And, baby, that’s show business for you. New album The Life of a Showgirl. Available Now ❀️‍πŸ”₯\n\nhttps://taylor.lnk.to/TSTheLifeofaShowgirl"
}
}
},
{
"message": "Success",
"page_id": "100044187921470",
"title": "Selena Gomez | Los Angeles CA",
"ad_page_id": "7961985974",
"bio": "\"In The Dark\" & \"I Said I Love You First...And You Said It Back\" Out Now \nhttps://linktr.ee/SelenaGomez",
"followers_count": 86000000,
"likes_count": 59470333,
"avatar_url": "https://scontent.fagc3-2.fna.fbcdn.net/v/t39.30808-1/479499713_1180782126738040_8061009129168113829_n.jpg?stp=dst-jpg_tt6&cstp=mx892x892&ctp=s720x720&_nc_cat=1&ccb=1-7&_nc_sid=3ab345&_nc_ohc=26jycmQq-tMQ7kNvwE7e6ry&_nc_oc=Adk4UrgF2FfKOrslaLc0Lz7PT7pnJXn668CP3NZUpJ6XsMz25o9M5x_1kH4k99fI2dPU2dVWG43DuKAJw6qC-crC&_nc_zt=24&_nc_ht=scontent.fagc3-2.fna&_nc_gid=mWxh8uIMrBINKSnPc8nUjg&oh=00_Aff6L-3MIH_l6Hy-EYrVYFoQBwXX6VzO_LPqM5YTu2FGJA&oe=690054AB",
"avatar_url_alt": "Selena Gomez | Los Angeles CA",
"website": "twitter.com/selenagomez",
"description": "\"In The Dark\" & \"I Said I Love You First...And You Said It Back\" Out Now \nhttps://linktr.ee/SelenaGomez",
"_profile_url": "https://www.facebook.com/Selena",
"_raw_response": {
"code": 100000,
"message": "Success",
"data": {
"page_id": "100044187921470",
"title": "Selena Gomez | Los Angeles CA",
"ad_page_id": "7961985974",
"address": "Los Angeles, CA, United States, California",
"bio": "\"In The Dark\" & \"I Said I Love You First...And You Said It Back\" Out Now \nhttps://linktr.ee/SelenaGomez",
"email": null,
"followers_count": 86000000,
"likes_count": 59470333,
"avatar_url": "https://scontent.fagc3-2.fna.fbcdn.net/v/t39.30808-1/479499713_1180782126738040_8061009129168113829_n.jpg?stp=dst-jpg_tt6&cstp=mx892x892&ctp=s720x720&_nc_cat=1&ccb=1-7&_nc_sid=3ab345&_nc_ohc=26jycmQq-tMQ7kNvwE7e6ry&_nc_oc=Adk4UrgF2FfKOrslaLc0Lz7PT7pnJXn668CP3NZUpJ6XsMz25o9M5x_1kH4k99fI2dPU2dVWG43DuKAJw6qC-crC&_nc_zt=24&_nc_ht=scontent.fagc3-2.fna&_nc_gid=mWxh8uIMrBINKSnPc8nUjg&oh=00_Aff6L-3MIH_l6Hy-EYrVYFoQBwXX6VzO_LPqM5YTu2FGJA&oe=690054AB",
"avatar_url_alt": "Selena Gomez | Los Angeles CA",
"instagram": null,
"linkedin": null,
"youtube": null,
"website": "twitter.com/selenagomez",
"twitter": null,
"telegram": null,
"phone": null,
"pinterest": null,
"rating": null,
"rating_overall": null,
"description": "Selena Gomez, Los Angeles. 59,470,333 likes Β· 63,879 talking about this. β€œIn The Dark” & β€œI Said I Love You First...And You Said It Back” Out Now \nhttps://linktr.ee/SelenaGomez"
}
}
},
{
"message": "Success",
"page_id": "100044272067492",
"title": "成龍 Jackie Chan",
"ad_page_id": "30382852317",
"bio": "This is the official Facebook page of international superstar Jackie Chan. Welcome!",
"followers_count": 69000000,
"likes_count": 64122178,
"avatar_url": "https://scontent-iad3-2.xx.fbcdn.net/v/t1.6435-1/162725333_290666085752458_8882159153332111476_n.jpg?stp=dst-jpg_tt6&cstp=mx300x300&ctp=s300x300&_nc_cat=100&ccb=1-7&_nc_sid=3ab345&_nc_ohc=rM8eaN9iGTQQ7kNvwHH6xPi&_nc_oc=Adk0yGzkuJh1Rkosbqda_L9gwM6wMjjV_jfH-A1bC12VX4wlSnH9IhPbwSnKmxYu7JrPYmxrt0di5CPS-EzSYE7u&_nc_zt=24&_nc_ht=scontent-iad3-2.xx&_nc_gid=CFfSMNH_3mMRT98c1TZwQA&oh=00_AfcsK8taj4Wd5euaKP5vXn0v7ZmgS1RIUsI_pWWKaswT1Q&oe=6921D362",
"avatar_url_alt": "成龍 Jackie Chan",
"website": "jackiechan.com",
"description": "This is the official Facebook page of international superstar Jackie Chan. Welcome!",
"_profile_url": "https://www.facebook.com/jackie",
"_raw_response": {
"code": 100000,
"message": "Success",
"data": {
"page_id": "100044272067492",
"title": "成龍 Jackie Chan",
"ad_page_id": "30382852317",
"address": null,
"bio": "This is the official Facebook page of international superstar Jackie Chan. Welcome!",
"email": "enquiry@jackiechan.com",
"followers_count": 69000000,
"likes_count": 64122178,
"avatar_url": "https://scontent-iad3-2.xx.fbcdn.net/v/t1.6435-1/162725333_290666085752458_8882159153332111476_n.jpg?stp=dst-jpg_tt6&cstp=mx300x300&ctp=s300x300&_nc_cat=100&ccb=1-7&_nc_sid=3ab345&_nc_ohc=rM8eaN9iGTQQ7kNvwHH6xPi&_nc_oc=Adk0yGzkuJh1Rkosbqda_L9gwM6wMjjV_jfH-A1bC12VX4wlSnH9IhPbwSnKmxYu7JrPYmxrt0di5CPS-EzSYE7u&_nc_zt=24&_nc_ht=scontent-iad3-2.xx&_nc_gid=CFfSMNH_3mMRT98c1TZwQA&oh=00_AfcsK8taj4Wd5euaKP5vXn0v7ZmgS1RIUsI_pWWKaswT1Q&oe=6921D362",
"avatar_url_alt": "成龍 Jackie Chan",
"instagram": null,
"linkedin": null,
"youtube": null,
"website": "jackiechan.com",
"twitter": null,
"telegram": null,
"phone": null,
"pinterest": null,
"rating": null,
"rating_overall": null,
"description": "成龍 Jackie Chan. 64,122,178 likes · 12,102 talking about this. This is the official Facebook page of international superstar Jackie Chan. Welcome!"
}
}
},
{
"message": "Success",
"page_id": "100044428239741",
"title": "Bill Gates",
"ad_page_id": "216311481960",
"bio": "Co-chair, Gates Foundation\nFounder, Breakthrough Energy",
"followers_count": 42000000,
"likes_count": 25190243,
"avatar_url": "https://scontent-iad3-1.xx.fbcdn.net/v/t39.30808-1/484083741_1235637024593894_3405130113333440975_n.jpg?stp=dst-jpg_tt6&cstp=mx1773x1773&ctp=s720x720&_nc_cat=1&ccb=1-7&_nc_sid=3ab345&_nc_ohc=yu-AfZfTkJ0Q7kNvwFuwn8U&_nc_oc=Adns4Pu8pyjYl4AuYhaH5_PilkpegQsTb4KXM_4Ik_V93lEagTGKA8vGChD23C03kgo&_nc_zt=24&_nc_ht=scontent-iad3-1.xx&_nc_gid=Bu9oycOKax5ZItmXKgVaFg&oh=00_AffrpX34BPFsPrQMJFTkequU3m1S48p96wOdKGEtqkhKVw&oe=69003D4A",
"avatar_url_alt": "Bill Gates",
"website": "gatesnot.es/tgn",
"description": "Co-chair, Gates Foundation\nFounder, Breakthrough Energy",
"_profile_url": "https://www.facebook.com/BillGates",
"_raw_response": {
"code": 100000,
"message": "Success",
"data": {
"page_id": "100044428239741",
"title": "Bill Gates",
"ad_page_id": "216311481960",
"address": null,
"bio": "Co-chair, Gates Foundation\nFounder, Breakthrough Energy",
"email": null,
"followers_count": 42000000,
"likes_count": 25190243,
"avatar_url": "https://scontent-iad3-1.xx.fbcdn.net/v/t39.30808-1/484083741_1235637024593894_3405130113333440975_n.jpg?stp=dst-jpg_tt6&cstp=mx1773x1773&ctp=s720x720&_nc_cat=1&ccb=1-7&_nc_sid=3ab345&_nc_ohc=yu-AfZfTkJ0Q7kNvwFuwn8U&_nc_oc=Adns4Pu8pyjYl4AuYhaH5_PilkpegQsTb4KXM_4Ik_V93lEagTGKA8vGChD23C03kgo&_nc_zt=24&_nc_ht=scontent-iad3-1.xx&_nc_gid=Bu9oycOKax5ZItmXKgVaFg&oh=00_AffrpX34BPFsPrQMJFTkequU3m1S48p96wOdKGEtqkhKVw&oe=69003D4A",
"avatar_url_alt": "Bill Gates",
"instagram": null,
"linkedin": null,
"youtube": null,
"website": "gatesnot.es/tgn",
"twitter": null,
"telegram": null,
"phone": null,
"pinterest": null,
"rating": null,
"rating_overall": null,
"description": "Bill Gates. 25,190,243 likes Β· 72,504 talking about this. Co-chair, Gates Foundation\nFounder, Breakthrough Energy"
}
}
},
{
"message": "Success",
"page_id": "100044582402768",
"title": "Katy Perry",
"ad_page_id": "7126051465",
"bio": "linktr.ee/katyperry",
"followers_count": 70000000,
"likes_count": 66897194,
"avatar_url": "https://scontent-atl3-2.xx.fbcdn.net/v/t39.30808-1/474868478_1219764362852966_1354165550711664428_n.jpg?stp=dst-jpg_tt6&cstp=mx1268x1268&ctp=s720x720&_nc_cat=1&ccb=1-7&_nc_sid=3ab345&_nc_ohc=Hz59uvJARn0Q7kNvwEt5i7J&_nc_oc=Adlik4qtQrfkO8qDy9MwsRAXI5X5Hyc_J9GnZxDu5ngdxmDy9RpFz0MqYByZxxZ7w-w&_nc_zt=24&_nc_ht=scontent-atl3-2.xx&_nc_gid=SARqBhYC2ryy78LGq6syrw&oh=00_AfcHMNL-rxdn_B8STyh_mus_kwgXVed9_TqJ2K6BPBKpGA&oe=69004896",
"avatar_url_alt": "Katy Perry",
"website": "katyperry.com",
"description": "linktr.ee/katyperry",
"_profile_url": "https://www.facebook.com/katyperry",
"_raw_response": {
"code": 100000,
"message": "Success",
"data": {
"page_id": "100044582402768",
"title": "Katy Perry",
"ad_page_id": "7126051465",
"address": null,
"bio": "linktr.ee/katyperry",
"email": null,
"followers_count": 70000000,
"likes_count": 66897194,
"avatar_url": "https://scontent-atl3-2.xx.fbcdn.net/v/t39.30808-1/474868478_1219764362852966_1354165550711664428_n.jpg?stp=dst-jpg_tt6&cstp=mx1268x1268&ctp=s720x720&_nc_cat=1&ccb=1-7&_nc_sid=3ab345&_nc_ohc=Hz59uvJARn0Q7kNvwEt5i7J&_nc_oc=Adlik4qtQrfkO8qDy9MwsRAXI5X5Hyc_J9GnZxDu5ngdxmDy9RpFz0MqYByZxxZ7w-w&_nc_zt=24&_nc_ht=scontent-atl3-2.xx&_nc_gid=SARqBhYC2ryy78LGq6syrw&oh=00_AfcHMNL-rxdn_B8STyh_mus_kwgXVed9_TqJ2K6BPBKpGA&oe=69004896",
"avatar_url_alt": "Katy Perry",
"instagram": null,
"linkedin": null,
"youtube": null,
"website": "katyperry.com",
"twitter": null,
"telegram": null,
"phone": null,
"pinterest": null,
"rating": null,
"rating_overall": null,
"description": "Katy Perry. 66,897,194 likes Β· 7,698 talking about this. linktr.ee/katyperry"
}
}
}
]

Troubleshooting tips πŸ”

  • If a page returns empty results repeatedly, it may be protected or blocked by Facebook β€” the actor will retry up to 3 times, but access may still fail if the API or Facebook refuses public access.
  • If many pages fail due to rate limits, lower concurrency in the input (e.g., 1–3).
  • This version ignores any proxy setting. If you need to use residential or datacenter proxies (for pages behind geofences or more robust extraction), I can re-enable proxy configuration in the script.