Handle 503 status from protection system #1218
Unanswered
Mystogan007
asked this question in
Q&A
Replies: 1 comment
-
Hello there @Mystogan007 and thanks for your interest in Crawlee! An HTTP 503 should get retried automatically, and that's pretty much all that you can do, as 503 means the service is temporarily unavailable. Of course, there is a chance that the service detected that you're scraping it and blocked you (by returning a 503 to throw you off 🤷). In that case, you might want to read https://crawlee.dev/python/docs/guides/avoid-blocking |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Could you please help me with the following issue?


I'm using a crawler, and it returns a 503 Service Unavailable error when trying to access a page.
The crawler throws an exception due to the 503 status code.
I don’t know how to successfully reach the target site.
Could you advise on how to handle this?
Beta Was this translation helpful? Give feedback.
All reactions