Douban: Get Books By Tag
Douban via Parse · reviews_ratings
Fetch a paginated list of books for a given tag. Returns books with title, rating, publication info, and reader count. Paginated via offset; each page returns up to 20 books. Scraper for Douban Books (book.douban.com) providing book search, details, reviews, comments, charts, and tag browsing. Fulfilled by Parse from book.douban.com.
- book-douban-com
- douban
- education
- entertainment
- parse
- platform-key
- reviews-ratings
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- reviews_ratings
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/25fc1543-1fce-4d05-a285-00e4d45dad81/get_books_by_tag
- Interface artifact
- sha256:b8fdf5847f7bce2153fa3ca016016871a5601aecea8a7ddd9ff7c04a6ab6ad10
- Manifest digest
- sha256:2a2395403d06494552426cdfd5625fbe76b3754d46665f5f682c23317f9c712d
Request fields
- tag (string, required): Tag name to browse (e.g. '小说', '文学', '历史'). Browse available tags via get_tag_list endpoint.
- sort (string): Sort order. Accepted values: 'T' (popular), 'R' (recent), 'S' (top rated).: Allowed values: T, R, S
- start (integer): Pagination offset (number of items to skip).
Example queries
- {"tag":"小说","sort":"T","start":"0"}