Skip to content

Commit 3eddcda

Browse files
committed
refactor: use admonition
1 parent d37e432 commit 3eddcda

File tree

1 file changed

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

1 file changed

+7
-1
lines changed

sources/academy/webscraping/anti_scraping/index.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,16 @@ A common workflow of a website after it has detected a bot goes as follows:
9393

9494
One thing to keep in mind while navigating through this course is that advanced scraping methods are able to identify non-humans not only by one value (such as a single header value, or IP address), but are able to identify them through more complex things such as header combinations.
9595

96-
Watch a conference talk by [Ondra Urban](https://github.com/mnmkng), which provides an overview of various anti-scraping measures and tactics for circumventing them. Although the talk, given in 2021, features some outdated code examples, it still serves well as a general overview.
96+
Watch a conference talk by [Ondra Urban](https://github.com/mnmkng), which provides an overview of various anti-scraping measures and tactics for circumventing them.
9797

9898
<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/aXil0K-M-Vs" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
9999

100+
:::info Several years old?
101+
102+
Although the talk, given in 2021, features some outdated code examples, it still serves well as a general overview.
103+
104+
:::
105+
100106
## Common anti-scraping measures {#common-measures}
101107

102108
Because we here at Apify scrape for a living, we have discovered many popular and niche anti-scraping techniques. We've compiled them into a short and comprehensible list here to help understand the roadblocks before this course teaches you how to get around them.

0 commit comments

Comments
 (0)