Skip to content

Commit ba1cbf4

Browse files
Better wording for API scraping comparison
1 parent d1fbf82 commit ba1cbf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/academy/api_scraping.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Most APIs accept query parameters such as `maxPosts` or `fromCountry`. These par
3939

4040
### 3. Fast and efficient
4141

42-
Especially for [dynamic sites](https://blog.apify.com/what-is-a-dynamic-page/), in which a headless browser is required (which can sometimes be slow and cumbersome), scraping their API can prove to be much quicker and more efficient.
42+
Especially for [dynamic sites](https://blog.apify.com/what-is-a-dynamic-page/), in which a headless browser would otherwise be required (it can sometimes be slow and cumbersome), scraping their API can prove to be much quicker and more efficient.
4343

4444
### 4. Easy on the target website
4545

0 commit comments

Comments
 (0)