Help with the Scrapebox Vanity Name Checker

Idanushka

Registered Member
Joined
Jan 6, 2016
Messages
54
Reaction score
0
Hey guys,
I'm running it while sleeping, and I want to get as many as links as I can but everytime 40%-50% of them are just "Error 429"
Anybody has any idea? Maybe recommended settings?

Thank you!
 
This is the meaning of a HTTP 429 Error https://en.wikipedia.org/wiki/List_of_HTTP_status_codes#4xx_Client_errors

429 Too Many Requests (RFC 6585)
The user has sent too many requests in a given amount of time. Intended for use with rate-limiting schemes.

So this error is just as it sounds, you are sending the website too many requests and you will need to either reduce the number of connections or use proxies so all the requests aren't coming from the same IP.
 
Back
Top