Skip to content

Commit

Permalink
fix: missing pagination image (#1099)
Browse files Browse the repository at this point in the history
Close #899
  • Loading branch information
honzajavorek authored Jul 19, 2024
2 parents 009c512 + 812a42d commit a9f7e16
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ If you've never dealt with it before, trying to scrape thousands to hundreds of

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.

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

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.

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a9f7e16

Please sign in to comment.