简体   繁体   中英

Amazon ASIN to Books ISBN

I am using Amazon ECS PHP Library , I am looking up amazon books by ASIN and want to know the ISBN number. The return response includes everything except 10 digit ISBN number. Here is my script:

$response = $amazonEcs->responseGroup('Large')->lookup('B0099RKXE8');

How do I get book ISBN without scraping amazon site?

如果您只想查看ISBN,则甚至responseGroup'Medium'就足够了。

您的产品是点燃的,书籍ASIN的书号是ISBN 10,因此,如果您一开始发现带有'B'的此类产品,则结果中将找不到ISBN(ISBN13),以了解有关ISBN10和ISBN13的差异: http : //en.wikipedia.org/wiki/International_Standard_Book_Number

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM