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

Error handling in results

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

Sometimes I get invalid URLs on my end but I do not have a way to see if those are valid or not until I scrape.

Example input:

1{
2  "urls": [
3    {
4      "url": "https://www.facebook.com/harrystobaccoshop/"
5    },
6    {
7      "url": "https://www.facebook.com/profile.php?id=2368248993201570"
8    }
9  ],
10  "proxy": {
11    "useApifyProxy": true,
12    "apifyProxyCountry": "US"
13  },
14  "maxDelay": 12,
15  "max_retries": 1
16}

URL: https://www.facebook.com/profile.php?id=2368248993201570 cannot be extracted which one can see in the logs. Currently actor returns only one record in results but it would be really nice if you could return 2 and indicate that one could not be extracted.

danek avatar

hm, that would need to rebuild our output a bit, however I will try to do so. I will add it to todo list