is there a way to have custom variables accessible inside the crawler function?
for e.g. lets say we have
duplicate_count variable (I know we already have this functionality but this is just an example), and I'll update it if the data is already there in my db and stop the crawler if the count exceeds some threshold. Is there a way I could implement this?