+ Reply to Thread
Results 1 to 4 of 4

Extracting Price from the website based on ISBN or ASIN

  1. #1
    Registered User
    Join Date
    12-26-2018
    Location
    India
    MS-Off Ver
    2017
    Posts
    17

    Extracting Price from the website based on ISBN or ASIN

    Good Evening Dear Forum Members,

    I have a workbook with a sheet containing a list of books , I want to have the current prices of the Items listed in a column beside the product details. That needs to be extracted from Amazon, Barnes and more.

    Example:

    Item ISBN Price
    Book 1 12345678
    Book 2 87654321


    In the price column, I would like the sheet to display the current price, by using the ISBN.


    Thanks in advance
    Last edited by rameshantony2000; 05-30-2022 at 10:35 AM.

  2. #2
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,460

    Re: Extracting Price from the website based on ISBN or ASIN

    You can use a VLOOKUP or similar function to match the price from your price list to the ISBN number:

    =VLOOKUP(ISBN,price_list,2,0)

    where the price list is listed in two columns (ISBN on the left and price on the right.
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

  3. #3
    Registered User
    Join Date
    12-26-2018
    Location
    India
    MS-Off Ver
    2017
    Posts
    17
    Dear Sir,

    Thank you for your reply and sorry for not mentioned the exact query. Actually I need to pull the item price from the Amazon based on the ISBN in the excel sheet.

  4. #4
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,460

    Re: Extracting Price from the website based on ISBN or ASIN

    OK - so do you have a link to Amazon's ISBN price list? With that, we may be able to help you set up a PowerQuery to extract the data.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Scrape last price & change % from exchange website via UDF
    By sabha in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 06-27-2021, 03:40 AM
  2. possible to pull a dollar value from a website to be update as price changes?
    By shilohhuite in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 08-31-2020, 04:24 PM
  3. extracting end of month price from daily price
    By rochenge in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 05-04-2016, 07:15 AM
  4. urgent : update my price column from a website
    By sarv92 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 07-07-2014, 03:27 AM
  5. Check the price order in a website
    By angel111 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 09-28-2013, 08:39 AM
  6. Replies: 4
    Last Post: 08-15-2012, 09:49 AM
  7. Replies: 3
    Last Post: 09-08-2010, 02:23 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1