Python Forum
Execute search query on Amazon website
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Execute search query on Amazon website
#5
Quote:So search for ISBN number or a normal search shall url be given to Requests and preferably in combo with Beautiful Soup .
Well, the request that uses ISBN number In bold)
https://www.amazon.com/s?k=1491946008&ref=nb_sb_noss
opens the page, where the book "Fluent Python: Clear, Concise, and Effective Programming" is pressent, but it is not the page, entirely dedicated to this book.
There is other staff on the page (you can check).
In order to access to the book dedicated page, one must click on book title.
... and the page dedicated to the book opens. Here it is:

https://www.amazon.com/Fluent-Python-Con...979&sr=8-1

So the Python code should explore the original page in order to find the above link, isn't it.
Once the book dedicated page open, we can access to meta data.
So, the most difficult task is to find a link, that gives access to the book, isn't it ?
Reply


Messages In This Thread
RE: Execute search query on Amazon website - by Pavel_47 - Nov-06-2019, 05:00 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Requests_HTML not getting all data on Amazon aaander 1 1,349 Nov-19-2022, 02:09 AM
Last Post: aaander
  Getting a URL from Amazon using requests-html, or beautifulsoup aaander 1 1,685 Nov-06-2022, 10:59 PM
Last Post: snippsat
  Can't open Amazon page Pavel_47 3 3,251 Oct-21-2020, 09:13 AM
Last Post: Aspire2Inspire
  New in Python Amazon Scraping brian1425 1 2,037 Jul-10-2020, 01:00 PM
Last Post: snippsat
  Amazon AWS - how to install the library chatterbot wpaiva 9 3,921 Feb-01-2020, 08:18 AM
Last Post: brighteningeyes

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020