fierDeToiMonGrand
fierDeToiMonGrandβ€’8mo ago

429

Hello πŸ‘‹ Does the HTTP crawler use fingerprinting by default when sending requests? Because I get 429 too many requests from the API I am web scraping, and I suspect that my header values are the cause of it.
13 Replies
azzouzana
azzouzanaβ€’8mo ago
Yes they are enabled by default. I believe 429 are because of IP address. Try to use proxies
metropolitan-bronze
metropolitan-bronzeβ€’8mo ago
I prefer residential rotating proxies
fierDeToiMonGrand
fierDeToiMonGrandOPβ€’8mo ago
When the request is sent and logged into the request_queues folder the only header i see is "headers": { "Content-Type": "application/json", },
azzouzana
azzouzanaβ€’8mo ago
Have you tried proxies?
fierDeToiMonGrand
fierDeToiMonGrandOPβ€’8mo ago
not yet
MEE6
MEE6β€’8mo ago
@fierDeToiMonGrand just advanced to level 1! Thanks for your contributions! πŸŽ‰
fierDeToiMonGrand
fierDeToiMonGrandOPβ€’8mo ago
tried the proxy and it works well thanks !
azzouzana
azzouzanaβ€’8mo ago
Great. I'd start with data centers since they're lot cheaper than residential and would probably help with IPs rotation (but if they're antibots is more sophisticated then residential would yield better results. Anyway, glad it helped! Feel free to mark this as solved ☺️
fierDeToiMonGrand
fierDeToiMonGrandOPβ€’8mo ago
how can i mark it resolved?
azzouzana
azzouzanaβ€’8mo ago
I just did βœ… Have a nice day/evening/night ☺️
fierDeToiMonGrand
fierDeToiMonGrandOPβ€’8mo ago
thanks! You too πŸ™‚
wise-white
wise-whiteβ€’8mo ago
Yes, you can add a check to switch the proxy when the request status code is 429, which will help resolve the issue.
MEE6
MEE6β€’8mo ago
@Π’Π°Π½\ just advanced to level 2! Thanks for your contributions! πŸŽ‰

Did you find this page helpful?