Facebook Pages Details avatar
Facebook Pages Details

Pricing

$9.99/month + usage

Go to Store
Facebook Pages Details

Facebook Pages Details

Developed by

Jan Danecki

Jan Danecki

Maintained by Community

Scrap Facebook pages fast and easy. Extract all contact information and other details in no-time!

0.0 (0)

Pricing

$9.99/month + usage

3

Total users

190

Monthly users

29

Runs succeeded

>99%

Issue response

2.6 days

Last modified

3 months ago

competent_path avatar

Actor does not scrape details available

Open

Competent Path (competent_path) opened this issue
2 months ago

Example Input:

{
"max_retries": 5,
"proxy": {
"useApifyProxy": true,
"apifyProxyGroups": [
"RESIDENTIAL"
]
},
"urls": [
{
"url": "https://www.facebook.com/profile.php?id=348768658554498",
"method": "GET"
}
]
}

Output:

[
{
"message": "No results. Try with proxy"
}
]

However page has some (limited) details available without login. Check actor apify/facebook-pages-scraper for reference. It returns

[
{
"facebookUrl": "https://www.facebook.com/profile.php?id=348768658554498",
"categories": [
"Product/service"
],
"info": [],
"likes": 0,
"messenger": null,
"title": "Tanaka seisakusho japan",
"pageId": "348768658554498",
"pageName": "profile.php",
"pageUrl": "https://www.facebook.com/profile.php?id=348768658554498",
"page_categories": [
{
"text": "Product/service",
"url": "https://www.facebook.com/pages/category/product-service/"
}
],
"open_hour_setting": "NO_STATUS",
"followers": 0,
"were_here_count": 0,
"ratingOverall": 0,
"ratingCount": 0,
"creation_date": "December 5, 2012",
"facebookId": "348768658554498"
}
]
danek avatar

hello, thanks for reporting it. I will investigate