colはpymongoのcollectionのインスタンスだとして col.find({"poko":re.compile(r'hoge')}) for x in col.find({'buyer':re.compile(r't_t.*')}): print x['yid'].encode('utf-8')