Skip to content

Extension Stops at Incomplete Pagination When Pulling Amazon Orders #360

Description

@TrtlyUndrCtrl

I order a large number of items from Amazon, and I was trying to pull all of my 2025 orders by selecting the 2025 option in the extension. Unfortunately, the extension only retrieves a little over half of the orders for the year.

What I Observed:

  • When I first load all of 2025’s orders on the Amazon website, the pagination at the bottom shows pages 1 through 51.
  • The extension stops scraping right around page 51.
  • However, if I manually click on page 51, Amazon updates the pagination to show the true last page, which is page 95.
  • The extension doesn’t seem to detect these additional 44 pages and therefore misses the rest of the orders.

The same behavior occurs when I try to pull my 2024 orders:

  • Initially, Amazon shows pages ending at 51 again.
  • But when I keep clicking the last page repeatedly (5 times in total), the actual total is 224 pages.
  • The extension never goes past the first displayed "last page" number.

Likely Cause:

It looks like the extension assumes the first “last page” number shown by Amazon is the final page. In reality, Amazon only updates the true last page after navigating deeper into pagination.

Impact:

  • For users with a high volume of orders (like me), the extension fails to retrieve all data.
  • The issue prevents complete exports for entire years.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions