Skip to content

Commit a9f7e16

Browse files
authored
fix: missing pagination image (#1099)
Close #899
2 parents 009c512 + 812a42d commit a9f7e16

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

sources/academy/webscraping/api_scraping/general_api_scraping/handling_pagination.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ If you've never dealt with it before, trying to scrape thousands to hundreds of
1919

2020
The most common and rudimentary form of pagination is simply having page numbers, which can be compared to paginating through a typical e-commerce website.
2121

22-
![Amazon pagination](https://apify-docs.s3.amazonaws.com/master/docs/assets/tutorials/images/pagination.jpg)
22+
![Amazon pagination](./images/pagination.png)
2323

2424
This implementation makes it fairly straightforward to programmatically paginate through an API, as it pretty much entails just incrementing up or down in order to receive the next set of items. The page number is usually provided right in the parameters of the request URL; however, some APIs require it to be provided in the request body instead.
2525

1.78 KB
Loading

0 commit comments

Comments
 (0)