51Testing软件测试论坛

 找回密码
 (注-册)加入51Testing

QQ登录

只需一步,快速开始

微信登录,快人一步

查看: 1789|回复: 4

selenium爬虫被检测到 该如何破?

[复制链接]
  • TA的每日心情
    无聊
    昨天 09:21
  • 签到天数: 398 天

    连续签到: 4 天

    [LV.9]测试副司令

    发表于 2020-7-13 11:32:41 | 显示全部楼层 |阅读模式
    1测试积点
    你好, 我现在用selenium抓取一个网站的时候,被识别为爬虫,请问有什么破解的方法么? 代码如下
    1. import time
    2. from selenium import webdriver
    3. from selenium.webdriver.support.ui import WebDriverWait
    4. from selenium.webdriver.support import expected_conditions as EC
    5. from selenium.common.exceptions import TimeoutException

    6. browser = webdriver.Chrome()
    7. browser.implicitly_wait(40)
    8. browser.get("https://www.crunchbase.com/app/search/companies/")

    9. time.sleep(60)
    复制代码
    页面返回:
    1. Pardon Our Interruption...
    2. As you were browsing crunchbase accelerates innovation by bringing together data on companies and the people behind them. something about your browser made us think you were a bot. There are a few reasons this might happen:

    3. You're a power user moving through this website with super-human speed.
    4. You've disabled JavaScript in your web browser.
    5. A third-party browser plugin, such as Ghostery or NoScript, is preventing JavaScript from running. Additional information is available in this support article.
    6. To request an unblock, please fill out the form below and we will review it as soon as possible.

    复制代码
    该网站使用了http://distilnetworks.com的反爬服务.

    回复

    使用道具 举报

  • TA的每日心情
    奋斗
    昨天 08:37
  • 签到天数: 1661 天

    连续签到: 4 天

    [LV.Master]测试大本营

    发表于 2020-7-14 09:38:55 | 显示全部楼层
    回复

    使用道具 举报

  • TA的每日心情
    奋斗
    前天 09:53
  • 签到天数: 1000 天

    连续签到: 1 天

    [LV.10]测试总司令

    发表于 2020-7-14 09:49:01 | 显示全部楼层
    回复

    使用道具 举报

  • TA的每日心情
    奋斗
    前天 18:28
  • 签到天数: 644 天

    连续签到: 1 天

    [LV.9]测试副司令

    发表于 2020-7-14 09:54:26 | 显示全部楼层
    https://www.jianshu.com/p/5e34a8f95512  参考下这个链接
    回复

    使用道具 举报

  • TA的每日心情
    慵懒
    昨天 10:12
  • 签到天数: 1380 天

    连续签到: 4 天

    [LV.10]测试总司令

    发表于 2020-7-14 10:19:25 | 显示全部楼层
    加上头信息
    回复

    使用道具 举报

    本版积分规则

    关闭

    站长推荐上一条 /1 下一条

    小黑屋|手机版|Archiver|51Testing软件测试网 ( 沪ICP备05003035号 关于我们

    GMT+8, 2024-4-19 06:31 , Processed in 0.067770 second(s), 21 queries .

    Powered by Discuz! X3.2

    © 2001-2024 Comsenz Inc.

    快速回复 返回顶部 返回列表