Bypass proxy / pass specific proxy tier for requests #2841
jensmeichler
started this conversation in
General
Replies: 1 comment 1 reply
-
Hi @jensmeichler and thanks for your interest in Crawlee! I guess you could experiment with the newUrlFunction option of If you want to keep the tiered proxies functionality, that could be done by keeping another instance of Bear in mind that this is just an idea, no guarantees 🙂 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a use case where I want to have a crawler running permanently. This crawler has a tieredProxyList set up that it will iterate over in case some of them don't work. For scraping some pages I don't want to use proxies to reduce the amount of money I am spending on them (When I scrape my own page I don't want to proxy, but I want to use the same logic / handlers. Is it possible to specify either the proxy that should be used for specific requests? Or maybe even the proxy tier?
Basic Setup:
It would be nice to be able to do something like:
or
TL;DR;
Is it possible to bypass proxies for specific requests?
Beta Was this translation helpful? Give feedback.
All reactions