Discover/search.kongfz.com API
live

search.kongfz.com APIsearch.kongfz.com

Search China's largest used-book marketplace by ISBN or keyword. Get listings with price (RMB), condition, seller, and direct URLs from Kongfz (孔夫子旧书网).

Endpoints
1
Updated
2h ago
Try it
Page number for pagination.
Search keyword — can be a book title, author name, or ISBN (e.g. '9787540418250' or '三体').
Number of results per page, between 1 and 50.
api.parse.bot/scraper/09fd851c-4cb5-4831-992c-b905461c7f44/<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/09fd851c-4cb5-4831-992c-b905461c7f44/search_books' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 1 totalclick to expand

Search for used book listings by keyword or ISBN. Returns all matching product listings with title, author, publisher, ISBN, price in RMB, condition/品相, seller/shop name, and direct listing URL. Results are paginated.

Input
ParamTypeDescription
pageintegerPage number for pagination.
keywordrequiredstringSearch keyword — can be a book title, author name, or ISBN (e.g. '9787540418250' or '三体').
page_sizeintegerNumber of results per page, between 1 and 50.
Response
{
  "type": "object",
  "fields": {
    "page": "integer",
    "keyword": "string",
    "listings": "array of listing objects",
    "page_size": "integer",
    "total_found": "integer",
    "total_pages": "integer"
  },
  "sample": {
    "page": 1,
    "keyword": "9787540418250",
    "listings": [
      {
        "isbn": "9787540418250",
        "price": 8,
        "title": "国际商务英语常用词用法双解词典(私藏品好)",
        "author": "翁凤翔  编著",
        "item_id": 1203064268,
        "shop_id": 196891,
        "condition": "九品",
        "image_url": "https://www0.kfzimg.com/G07/M00/5B/AC/q4YBAFyhhneAULqAAAJQ8Kiii_M458_n.jpg",
        "publisher": "湖南文艺出版社",
        "shop_area": "湖北省武汉市",
        "shop_name": "闲情书屋",
        "price_text": "8.00",
        "description": "包正版,自然旧,内页无字无章无划痕",
        "is_sold_out": false,
        "listed_date": "2019-03-31 上书",
        "listing_url": "https://book.kongfz.com/196891/1203064268",
        "publish_date": "1998-12",
        "condition_score": 90
      }
    ],
    "page_size": 50,
    "total_found": 11,
    "total_pages": 1
  }
}

About the search.kongfz.com API

The Kongfz search API covers the full product-listing surface of 孔夫子旧书网, China's largest secondhand book marketplace, through a single search_books endpoint that returns up to 8 fields per listing — including price in RMB, condition/品相, seller name, and direct listing URL. Queries accept a book title, author name, or bare ISBN-13, and results are paginated with total_found and total_pages so you can walk the full result set.

What the API returns

The search_books endpoint accepts a keyword string — this can be a Chinese title like 三体, an author name, or a numeric ISBN such as 9787540418250 — and returns a paginated list of active seller listings from Kongfz. Each listing object carries the book's title, author, publisher, ISBN, the listed price in Chinese Yuan (RMB), a condition rating (品相), the seller/shop name, and a direct URL to the individual listing page.

Pagination and filtering

Pagination is controlled by page (integer, defaults to 1) and page_size (1–50 results per page). The response envelope includes total_found and total_pages so you can calculate how many requests are needed to exhaust a result set. There is no server-side filter for price range or condition — those fields are returned in each listing object for you to filter client-side after retrieval.

Coverage and scope

Kongfz aggregates inventory from thousands of independent secondhand booksellers across China. ISBN-based searches are precise and useful for price-comparison workflows; keyword searches cast a broader net and may return editions, reprints, or works by different publishers sharing similar titles. All prices are denominated in RMB; currency conversion is not performed by the API.

Common use cases
  • Compare asking prices across sellers for a specific ISBN before purchasing a used textbook.
  • Track price fluctuations over time for a rare out-of-print Chinese title by polling the API periodically.
  • Build a browser extension that shows Kongfz listings alongside new-book prices on other Chinese retail sites.
  • Aggregate seller inventory counts per title to estimate secondhand supply depth for a reading list.
  • Cross-reference returned ISBNs and publisher fields to identify edition variants of a given work.
  • Alert collectors when a specific book appears at or below a target condition rating (品相) and price threshold.
  • Populate a library catalog tool with real-time market valuations for used Chinese-language books.
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 Kongfz (孔夫子旧书网) have an official developer API?+
Kongfz does not publish a documented public developer API. There is no official API portal or registered developer program available as of mid-2025.
What exactly does each listing object in the search_books response contain?+
Each listing object includes the book title, author, publisher, ISBN, price in RMB, condition/品相 rating, the seller or shop name, and a direct URL to that specific listing on Kongfz. The response envelope also carries keyword, page, page_size, total_found, and total_pages.
Can I filter results by price range or condition rating directly in the request?+
The search_books endpoint does not accept price or condition as input parameters — those fields are returned per listing and must be filtered client-side. You can fork this API on Parse and revise it to add server-side filtering parameters if you need pre-filtered result sets.
Does the API return seller reviews, ratings, or transaction history?+
Not currently. The API returns the seller/shop name alongside listing details, but does not expose seller reputation scores, review counts, or past transaction records. You can fork this API on Parse and revise it to add a seller-detail endpoint that surfaces that information.
How fresh are the listings returned by the API?+
Results reflect what is currently shown in Kongfz's search results at the time of the request. Listings that have sold out or been removed by sellers may not appear, but there is no guaranteed freshness SLA — a listing visible in one query could be unavailable by the time a purchase is attempted directly on Kongfz.
Page content last updated . Spec covers 1 endpoint from search.kongfz.com.
Related APIs in MarketplaceSee all →
ebay.com API
Search and monitor eBay listings across any category, with support for active and completed/sold listings. Retrieve item details, pricing history, seller profiles and feedback, and category data. Filter by keyword, category, condition, seller, and sort order to support price research, market analysis, and inventory monitoring.
store.epicgames.com API
store.epicgames.com API
psacard.com API
Look up PSA certification details for graded collectible cards and search comprehensive population reports and price guides across all card categories. Browse collectible categories by set to discover grading data, pricing information, and population statistics.
craigslist.org API
Search and retrieve Craigslist listings for apartments, vehicles, jobs, services, and other categories across all regional sites to find exactly what you're looking for. Get detailed information about specific listings, browse by location and category, and compare options all in one place.
jp.mercari.com API
Search and browse millions of product listings on Mercari Japan with bilingual support, filtering by categories and getting detailed pricing, item specifications, and seller information. Access comprehensive marketplace data including product summaries, category overviews, and individual seller profiles to find exactly what you're looking for.
mercadolibre.com.ar API
Search for products, cars, and real estate listings on MercadoLibre Argentina and access detailed information including product specifications, customer reviews, and seller profiles. Get comprehensive market data to compare prices, evaluate sellers, and make informed purchasing decisions across multiple categories.
arrow.com API
Search for electronic components and instantly access pricing, availability, and detailed product specifications from Arrow Electronics' catalog. Look up manufacturers, retrieve bulk component data, and find the parts you need all in one place.
auctions.yahoo.co.jp API
Search active and completed Yahoo Auctions Japan listings, view detailed item information, and identify bargain deals by comparing current prices against market trends. Analyze seller profiles to make informed bidding decisions on Japanese auction items.