rfutbin icon indicating copy to clipboard operation
rfutbin copied to clipboard

rfutbin not working due to Cloudfare captcha

Open danielredondo opened this issue 4 years ago • 2 comments

rfutbin is currently not working due to Futbin using Cloudfare to limit web-scraping via a captcha.

Small reprex of the issue:

library(httr)
library(dplyr)
web <- httr::GET("https://www.futbin.com/21/players?page=1&search=Lionel+Messi") 
print(web)
Response [https://www.futbin.com/21/players?page=1&search=Lionel+Messi]
  Date: 2022-01-22 20:03
  Status: 403
  Content-Type: text/html; charset=UTF-8
  Size: 12.3 kB
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js ie6 oldie" lang="en-US"> <![endif]-->
<!--[if IE 7]>    <html class="no-js ie7 oldie" lang="en-US"> <![endif]-->
<!--[if IE 8]>    <html class="no-js ie8 oldie" lang="en-US"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en-US"> <!--<![endif]-->
<head>

<title>Please Wait... | Cloudflare</title>
  
<meta name="captcha-bypass" id="captcha-bypass" />
...

danielredondo avatar Jan 22 '22 20:01 danielredondo

@danielredondo thanks for the app. Any plans to fix this issue?

chenei avatar Jun 01 '22 08:06 chenei

@chenei Unfortunately, as of now, I think there is no way to pass a Cloudfare captcha in an automated way.

danielredondo avatar Jun 01 '22 08:06 danielredondo