Skip to content

Commit 31e2b23

Browse files
committed
further link fixes & rewrite
1 parent 225588c commit 31e2b23

File tree

1 file changed

+1
-1
lines changed
  • sources/academy/webscraping/anti_scraping/techniques

1 file changed

+1
-1
lines changed

sources/academy/webscraping/anti_scraping/techniques/captchas.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Tons of different types of captchas exist, but one of the most popular is Google
3737

3838
**reCAPTCHA**s can be solved using the [Anti Captcha Recaptcha](https://apify.com/petr_cermak/anti-captcha-recaptcha) Actor on the Apify platform (note that this method requires an account on [anti-captcha.com](https://anti-captcha.com)).
3939

40-
Another popular captcha is the [Geetest slider captcha](https://www.geetest.com/en/adaptive-captcha-demo). You can find a guide for solving these types of captchas in Puppeteer [here](https://scraperbox.com/blog/solving-a-geetest-slider-captcha-with-puppeteer). Amazon's captcha can similarly also be solved programmatically.
40+
Another popular captcha is the [Geetest slider captcha](https://www.geetest.com/en/adaptive-captcha-demo). You can learn how to solve these types of captchas in Puppeteer by reading this [guide on solving Geetest slider captchas](https://filipvitas.medium.com/how-to-solve-geetest-slider-captcha-with-js-ac764c4e9905). Amazon's captcha can similarly also be solved programmatically.
4141

4242
## Wrap up
4343

0 commit comments

Comments
 (0)