Kongfz: Get Category Listings
Kongfz via Parse · marketplace
Returns a page of product listings for a given Kongfz category. Each listing includes title, author, publisher, ISBN, price, item_id, and cat_id. The response also includes the total number of listings found. Some sort types and deep pages may require authentication and return a login-required error from the upstream API. Search the kongfz.com (孔夫子旧书网) used-book marketplace by keyword or ISBN and return product listings with pricing, condition, and seller details. Fulfilled by Parse from search.kongfz.com.
- ecommerce
- education
- kongfz
- marketplace
- parse
- platform-key
- search-kongfz-com
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- marketplace
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/09fd851c-4cb5-4831-992c-b905461c7f44/get_category_listings
- Interface artifact
- sha256:d330afee9bfd79b9117c80a8bae95997362f8161690e1bd7ac4e149de5aa3ada
- Manifest digest
- sha256:15a8e5717f813353ed2c32ddaa450e64f6c0e222a21ae73eee7c90ebe56a8f77
Request fields
- page (integer): Page number for pagination.
- cat_id (integer, required): Category identifier (e.g. 6001 for 英文书, 6002 for 日文书, 6004 for 俄文书).
- sort_type (string): Sort type code passed to the upstream API (e.g. '1' for sales, '4' for default, '5' for price ascending). Some values like '3' require login and will return an upstream error.
Example queries
- {"page":"1","cat_id":"6001","sort_type":"5"}