
Facebook Pages Details
Pricing
$9.99/month + usage
Go to Store





Facebook Pages Details
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
12 hours
Last modified
3 months ago

Actor fails when proxy provided in the input
Closed
Here is input that fails
{"max_retries": 5,"proxy": {"useApifyProxy": true,"apifyProxyCountry": "US"},"urls": [{"url": "https://www.facebook.com/Microsoft/","method": "GET"},{"url": "https://www.facebook.com/Microsoft/about","method": "GET"}]}
ERROR Actor failed with an exception
2025-02-18T21:46:02.826Z Traceback (most recent call last):2025-02-18T21:46:02.828Z File "/usr/src/app/src/main.py", line 36, in main2025-02-18T21:46:02.830Z proxy_config = await Actor.create_proxy_configuration(actor_proxy_input=proxy)2025-02-18T21:46:02.832Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^2025-02-18T21:46:02.834Z File "/usr/local/lib/python3.11/site-packages/apify/actor.py", line 1309, in create_proxy_configuration2025-02-18T21:46:02.836Z return await cls._get_default_instance().create_proxy_configuration(2025-02-18T21:46:02.838Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^2025-02-18T21:46:02.840Z File "/usr/local/lib/python3.11/site-packages/apify/actor.py", line 1349, in _create_proxy_configuration_internal2025-02-18T21:46:02.842Z await proxy_configuration.initialize()2025-02-18T21:46:02.844Z File "/usr/local/lib/python3.11/site-packages/apify/proxy_configuration.py", line 206, in initialize2025-02-18T21:46:02.846Z await self._check_access()2025-02-18T21:46:02.848Z File "/usr/local/lib/python3.11/site-packages/apify/proxy_configuration.py", line 328, in _check_access2025-02-18T21:46:02.850Z async with httpx.AsyncClient(proxies=await self.new_url()) as client:2025-02-18T21:46:02.852Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^2025-02-18T21:46:02.854Z TypeError: AsyncClient.__init__() got an unexpected keyword argument 'proxies'

Competent Path (competent_path)
3 months ago
It also fails with this input:
{ "max_retries": 5, "proxy": { "useApifyProxy": true, "apifyProxyGroups": [ "RESIDENTIAL" ] }, "urls": [ { "url": "https://www.facebook.com/Microsoft/", "method": "GET" }, { "url": "https://www.facebook.com/Microsoft/about", "method": "GET" } ] }

3 months ago
I just updated internal libs of actor, can you try now?

Competent Path (competent_path)
2 months ago
Thank you. It seems to work.