use random with sleep python web scraping code example
Example: python sleep random
from random import randint
from time import sleep
sleep(randint(10,100))
from random import randint
from time import sleep
sleep(randint(10,100))