Replies: 2 comments 4 replies
-
|
UPD. I've just looked through the docs and I see it uses Camoufox. Well, now it is clear why it gets detected. Currently Google somehow is able to detect Camoufox while old as hell Playwright patches work with way lower detection rate. |
Beta Was this translation helpful? Give feedback.
-
|
Your IP is currently flagged due to the tests, which is why you're getting blocked. You need to start using proxies. All the speed tests I do with every update to test the fetching speed are done on Google, and I rarely get blocked. Speed tests mean I do a lot of requests in a short time, and I still don't get blocked without proxies. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Well, the title pretty much speaks for itself.
Code used:
`from scrapling.fetchers import StealthyFetcher
from scrapling.parser import Selector
page = StealthyFetcher.fetch('https://www.google.com/search?q=something',
headless=False,
block_images=False,
disable_resources=False,
google_search=True,
block_webrtc=False,
geoip=True,
load_dom=True,
)
print(page.body)`
Beta Was this translation helpful? Give feedback.
All reactions