The site http://www.isbnsearch.org/ is interesting because (manually) searching an ISBN number returns:
- names of stores that have the book,
- new or used condition,
- price for the book, and
- shipping price.
I have used WWW::Scraper::ISBN (via drivers LOC, ISBNnu, and GoogleBooks) and am aware of WebService::ISBNDB::API::Books, but these modules do not appear to support accessing http://www.isbnsearch.org. Regarding http://www.isbndb.com, a manual search fails to return information on pricing (the site just hangs with the message "Loading Prices").
Searching for "isbnsearch" on perl monks and on CPAN returned nothing.
I did find this project http://isbnsearch.sourceforge.net/ which may or not may not be related to the site http://www.isbnsearch.org but the project appears to be dead, or more exactly, many of the links on the project's page are broken.
Would appreciate any pointers for getting the information in the bulleted list above by accessing http://www.isbnsearch.org via perl.
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.