Facebook Pages Details avatar

Facebook Pages Details

Try for free

3 days trial then $9.99/month - No credit card required now

Go to Store
Facebook Pages Details

Facebook Pages Details

danek/facebook-pages-details-rental
Try for free

3 days trial then $9.99/month - No credit card required now

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

Developer
Maintained by Community

Actor Metrics

  • 26 monthly users

  • No reviews yet

  • 1 bookmark

  • 98% runs succeeded

  • 18 hours response time

  • Created in Apr 2024

  • Modified 23 days ago

competent_path avatar

Actor does not scrape details available

Open
Competent Path (competent_path) opened this issue
4 days ago

Example Input:

1{
2  "max_retries": 5,
3  "proxy": {
4    "useApifyProxy": true,
5    "apifyProxyGroups": [
6      "RESIDENTIAL"
7    ]
8  },
9  "urls": [
10    {
11      "url": "https://www.facebook.com/profile.php?id=348768658554498",
12      "method": "GET"
13    }
14  ]
15}

Output:

1[
2    {
3        "message": "No results. Try with proxy"
4    }
5]

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

1[
2    {
3        "facebookUrl": "https://www.facebook.com/profile.php?id=348768658554498",
4        "categories": [
5            "Product/service"
6        ],
7        "info": [],
8        "likes": 0,
9        "messenger": null,
10        "title": "Tanaka seisakusho japan",
11        "pageId": "348768658554498",
12        "pageName": "profile.php",
13        "pageUrl": "https://www.facebook.com/profile.php?id=348768658554498",
14        "page_categories": [
15            {
16                "text": "Product/service",
17                "url": "https://www.facebook.com/pages/category/product-service/"
18            }
19        ],
20        "open_hour_setting": "NO_STATUS",
21        "followers": 0,
22        "were_here_count": 0,
23        "ratingOverall": 0,
24        "ratingCount": 0,
25        "creation_date": "December 5, 2012",
26        "facebookId": "348768658554498"
27    }
28]
danek avatar

hello, thanks for reporting it. I will investigate