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
#4
It's just the same way with ISBN number as i have showed.
So search for ISBN number or a normal search shall url be given to Requests and preferably in combo with Beautiful Soup .
Then can follow link to main page that has meta data.
If i take a quick look so is eg head > meta title this:
<meta name="title" content="Fluent Python: Clear, Concise, and Effective Programming: Luciano Ramalho: 4708364244547: Amazon.com: Books">
Try put some code together as it's your task and try to get some meta data from a search.
As mention this may fail it depend on how Amazon generate this(eg JavaScript) than have to trow in Selenium to solve it.
Reply


Messages In This Thread
RE: Execute search query on Amazon website - by snippsat - Nov-06-2019, 03:12 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