Python Selenium 爬取酒店价格数据优化指南 - 如何提高爬取速度
- \u8c03\u6574\u7b49\u5f85\u65f6\u95f4\uff1a\u53ef\u80fd\u5c1d\u8bd5\u51cf\u5c11\u4e00\u4e9b\u56fa\u5b9a\u7684\u7b49\u5f85\u65f6\u95f4\uff0c\u4f8b\u5982\u5728\u70b9\u51fb\u6309\u94ae\u4e4b\u540e\u7b49\u5f85\u9875\u9762\u52a0\u8f7d\u5b8c\u6210\uff0c\u53ef\u4ee5\u4f7f\u7528
WebDriverWait\u548cexpected_conditions\u6765\u8bbe\u7f6e\u4e00\u4e2a\u6700\u5927\u7b49\u5f85\u65f6\u95f4\uff0c\u5982\u679c\u5728\u6700\u5927\u7b49\u5f85\u65f6\u95f4\u5185\u9875\u9762\u52a0\u8f7d\u5b8c\u6210\uff0c\u5219\u7ee7\u7eed\u6267\u884c\u4e0b\u4e00\u6b65\u64cd\u4f5c\uff0c\u5426\u5219\u629b\u51fa\u5f02\u5e38\u3002\n\n2. \u4f7f\u7528\u65e0\u5934\u6a21\u5f0f\uff1a\u53ef\u4ee5\u5c06options.add_argument('--headless')\u53d6\u6d88\u6ce8\u91ca\uff0c\u5c06\u6d4f\u89c8\u5668\u8bbe\u7f6e\u4e3a\u65e0\u5934\u6a21\u5f0f\uff0c\u8fd9\u6837\u5c31\u4e0d\u4f1a\u663e\u793a\u6d4f\u89c8\u5668\u7a97\u53e3\uff0c\u53ef\u4ee5\u5feb\u901f\u722c\u53d6\u901f\u5ea6\u3002\n\n3. \u7981\u6b62\u56fe\u7247\u52a0\u8f7d\uff1a\u524d\u9762\u7684options.add_argument("blink-settings=imagesEnabled=false")\u662f\u6b63\u786e\u7684\u8bbe\u7f6e\uff0c\u53ef\u4ee5\u5c1d\u8bd5\u5c06\u5b83\u6dfb\u52a0\u5230options\u4e2d\u3002\n\n4. \u5173\u95ed\u7f13\u5b58\uff1a\u53ef\u4ee5\u5c1d\u8bd5\u6dfb\u52a0options.add_argument("--disk-cache-size=0")\u6765\u5173\u95ed\u6d4f\u89c8\u5668\u7f13\u5b58\uff0c\u8fd9\u6837\u6bcf\u6b21\u52a0\u8f7d\u9875\u9762\u90fd\u4f1a\u91cd\u65b0\u8bf7\u6c42\uff0c\u53ef\u4ee5\u5feb\u901f\u722c\u53d6\u901f\u5ea6\u3002\n\n\u901a\u8fc7\u4ee5\u4e0a\u51e0\u79cd\u65b9\u5f0f\u7684\u7ec4\u5408\u4f7f\u7528\uff0c\u53ef\u4ee5\u5c1d\u8bd5\u5feb\u901f\u722c\u53d6\u901f\u5ea6\u3002
原文地址: https://www.cveoy.top/t/topic/pWGe 著作权归作者所有。请勿转载和采集!