Python Google Web Crawler

for stackoverflow you can use the api directly

for example:
https://api.stackexchange.com/2.1/questions?fromdate=1381190400&todate=1381276800&order=desc&sort=activity&tagged=python&site=stackoverflow

see https://api.stackexchange.com/docs/questions#fromdate=2013-10-08&todate=2013-10-09&order=desc&sort=activity&tagged=python&filter=default&site=stackoverflow

you can’t making more 30 requests a second see http://api.stackexchange.com/docs/throttle

Leave a Comment