A&C
Apify & Crawlee
D
Apify & Crawlee
•
2y ago
dry-scarlet
how to pass proxies using selenium
I am try to deploy my python actor on Apify but I need to use proxies with selenium so I will not face blocking issue
.
There is any sample actor for check
?
Apify & Crawlee
Join
This is the official developer community of Apify and Crawlee.
13,249
Members
View on Discord
Was this page helpful?
Yes
No
C
colossal-harlequin
•
1/3/25, 2:31 PM
Hi
! I have the same doubt
, did you manage to find an example
?
M
Marco
•
1/3/25, 4:27 PM
Hello
!
For using proxies with Selenium you should refer to their documentation
:
https://www.selenium.dev/documentation/webdriver/drivers/options/#proxy
You can generate URLs for Apify proxies to use them in other tools
:
https://crawlee.dev/python/docs/guides/proxy-management
Proxy management | Crawlee for Python · Fast, reliable Python web c...
Crawlee helps you build and maintain your Python crawlers
. It
's open source and modern
, with type hints for Python to help you catch bugs early
.
Selenium
Browser Options
These capabilities are shared by all browsers
.
C
colossal-harlequin
•
1/5/25, 2:07 PM
thanksss
!