MotaDan / AmazonEmailer

Scrapes any range of items from an amazon category and sends out a schedules email with the item information.
0 stars 0 forks source link

Get items from infinite best sellers list #14

Closed MotaDan closed 7 years ago

MotaDan commented 7 years ago

The normal best sellers list only goes up to 100 and has 20 items per page. Here are directions for getting an endless list. There are 24 items instead of 20 and the layout is a little different. The counting and scraping need to be updated.

MotaDan commented 7 years ago

Here is an example page of the full list. The link to other pages can be broken down as https://www.amazon.com/s/ref=sr_pg_ 2 ?rh=n%3A2335752011%2Ck%3A%5B%5D&page= 2 &keywords=%5B%5D&ie=UTF8&qid=1494986705 Use this to jump to a specific page and get the correct items in the range, instead of going one page at a time.

MotaDan commented 7 years ago

ef86293 completed this task.