Discover/valorebooks.com API
live

valorebooks.com APIvalorebooks.com

Search ValoreBooks inventory, retrieve book metadata and marketplace offers, and get real-time buyback quotes via 3 REST endpoints.

Endpoints
3
Updated
14d ago
Try it
Search query (title, author, or ISBN)
api.parse.bot/scraper/6183a689-a458-48d3-8c7b-3adb938ef2ff/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/6183a689-a458-48d3-8c7b-3adb938ef2ff/search_books?query=calculus' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 3 totalclick to expand

Search for books by title, author, or ISBN. When an ISBN is provided and matches a single book, the response contains full book details (title, offers, metadata) instead of a results list.

Input
ParamTypeDescription
queryrequiredstringSearch query (title, author, or ISBN)
Response
{
  "type": "object",
  "fields": {
    "total": "integer count of results returned",
    "results": "array of book objects with title, isbn, and url"
  },
  "sample": {
    "data": {
      "total": 25,
      "results": [
        {
          "url": "https://www.valore.com/products/calculus-i-essentials-volume-1-essentials-study-guides/9780878915774",
          "isbn": "9780878915774",
          "title": "Calculus I Essentials Volume 1 Essentials Study Guides"
        }
      ]
    },
    "status": "success"
  }
}

About the valorebooks.com API

The ValoreBooks API gives developers access to 3 endpoints covering book search, detailed product data, and buyback pricing from ValoreBooks.com. search_books accepts a title, author, or ISBN and returns a ranked results list — or, when a single ISBN matches, full book details directly. get_book_details returns structured offer data including price, condition, and seller fields, while get_buyback_quote returns eligibility status and the cash offer for a given ISBN.

Book Search

The search_books endpoint accepts a single query parameter — a title string, author name, or ISBN. When the query resolves to a unique ISBN match, the response skips the results list and returns full book details including offers and metadata in one call. For broader queries, the response includes a total count and a results array of objects with title, isbn, and url fields.

Book Details and Marketplace Offers

The get_book_details endpoint takes an isbn (ISBN-10 or ISBN-13) and returns the full product page data. The offers array contains individual listing objects, each with type (e.g. buy or rent), price, condition, and seller. The response also includes a metadata object with both ISBN-13 and ISBN-10 keys, a canonical url, and a json_ld array of structured data objects extracted from the page.

Buyback Quotes

The get_buyback_quote endpoint returns whether ValoreBooks will purchase a specific book and at what price. When eligible is true, the response includes buyback_price (e.g. $3.13*), shipping (e.g. FREE), title, and optionally an edition_restriction note. When eligible is false, a message field explains why the book does not qualify. Both states return the queried isbn for easy correlation in batch workflows.

Common use cases
  • Compare buy and rent prices for a textbook ISBN across ValoreBooks listings using get_book_details
  • Check whether a used textbook qualifies for buyback and what cash offer it would receive via get_buyback_quote
  • Batch-process a list of ISBNs to identify books with eligible=true buyback status for resale arbitrage
  • Populate a textbook price comparison tool with offer condition and seller data from the offers array
  • Resolve author or title searches to canonical ISBNs and product URLs using search_books
  • Surface edition restriction warnings from get_buyback_quote before accepting book donations or purchases
  • Build a campus buyback assistant that maps a student's ISBN list to real-time ValoreBooks buyback prices
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does ValoreBooks have an official public developer API?+
ValoreBooks does not publish a public developer API or documented API program as of mid-2025. This Parse API is the way to access ValoreBooks data programmatically.
What does `get_buyback_quote` return when a book is not eligible for buyback?+
When eligible is false, buyback_price, shipping, title, and edition_restriction are all null, and a message string is present explaining why the book does not qualify. The isbn field is always returned so you can match the response back to your input.
Does `get_book_details` return seller ratings or review counts?+
No. The offers array includes type, price, condition, and seller fields but does not expose seller ratings, review counts, or fulfillment metrics. You can fork this API on Parse and revise it to add an endpoint targeting seller detail pages if those fields are needed.
Can I retrieve a book's full offer list directly from a `search_books` call?+
Only when a query resolves to a single ISBN match — in that case search_books returns full details including offers. For multi-result queries, the response contains only title, isbn, and url per result. You would then pass each isbn to get_book_details to retrieve the offers array.
Does the API cover rental return deadlines or rental period details?+
Not currently. The offers array includes type (which can indicate a rental), price, condition, and seller, but rental term length and return deadline data are not exposed. You can fork this API on Parse and revise it to add an endpoint that pulls rental term details from the relevant product page.
Page content last updated . Spec covers 3 endpoints from valorebooks.com.
Related APIs in EcommerceSee all →
lowes.com API
Search and browse products from Lowe's, including product listings by category, detailed product information, and pricing. Retrieve comprehensive details on specific items to compare options and make informed purchasing decisions.
bilbasen.dk API
Search Denmark's largest car marketplace to find vehicles by make and model, then access detailed pricing and technical specifications including emissions, weight, MSRP, battery size, and equipment details. Get comprehensive car listings and full specs to compare vehicles on Bilbasen.dk.
jula.fi API
Search and browse products from Jula.fi to find hardware items with detailed information including prices (with and without VAT), stock availability, brand details, and product SKUs. Explore products by category or search for specific items to compare pricing and check real-time stock status.
leroymerlin.fr API
Search and browse Leroy Merlin France's complete product catalog to find items by category, view pricing, product details, and compare offerings from Leroy Merlin and their online partners. Access real-time product information including names, IDs, URLs, and seller details to help you discover and evaluate home improvement and DIY products.
industrynet.com API
Find industrial suppliers and browse product categories across a comprehensive marketplace directory. Connect directly with suppliers by viewing detailed listings and submitting contact inquiries programmatically.
carsforsale.com API
Search vehicle listings and browse detailed car inventory by make, model, and trim to find the perfect vehicle on CarsForSale.com. Access comprehensive listing details including pricing, specifications, and availability all in one place.
vivino.com API
Search and discover wines across thousands of options while accessing detailed information like user reviews, pricing, winery profiles, and food pairing recommendations. Explore grape varieties, compare wines side-by-side, and find the perfect bottle based on ratings and availability.
x-kom.pl API
Access product data from x-kom.pl, a major Polish electronics retailer. Search products by keyword or category, retrieve detailed product pages, customer reviews, Q&A, promotions, flash deals, and physical store locations.