Alibris: Search Books Advanced
Alibris via Parse · marketplace
Advanced multi-field search over Alibris book listings. Accepts title, author, ISBN, publisher, subject, language, year range, price range, and condition filters. At least one search parameter should be provided. Returns the same paginated listing format as search_books. Search for books and retrieve seller listings from Alibris.com, including pricing, condition, and seller details. Fulfilled by Parse from alibris.com.
- alibris
- alibris-com
- ecommerce
- education
- marketplace
- parse
- platform-key
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/faff73d1-bd3c-4f85-a9e8-537ce71368ee/search_books_advanced
- Interface artifact
- sha256:c2bb5b35ee8d9df64fb51cfdb902096f6e4738ed975f42422ab3ddfe5e95402b
- Manifest digest
- sha256:4ad73e4cfbd57aedf435d5c9731e41bfb2d0a84ef90f88818aefe8ae6290e56e
Request fields
- isbn (string): ISBN number to search for.
- page (integer): Page number for pagination.
- sort (string): Sort order for results.: Allowed values: r, p, pr
- title (string): Book title to search for.
- author (string): Author name to search for.
- signed (boolean): Filter for signed copies only.
- binding (string): Book binding type (e.g. 'Hardcover', 'Softcover').
- keyword (string): General keyword search term.
- subject (string): Subject or genre to filter by.
- language (string): Language to filter by (e.g. 'English', 'Spanish').
- year_low (string): Minimum publication year (e.g. '2000').
- price_low (string): Minimum price in dollars (e.g. '5').
- publisher (string): Publisher name to filter by.
- year_high (string): Maximum publication year (e.g. '2024').
- price_high (string): Maximum price in dollars (e.g. '50').
- first_edition (boolean): Filter for first editions only.
- free_shipping (boolean): Filter for free shipping eligible items only.
Example queries
- {"page":"1","sort":"r","title":"hamlet","author":"tolkien"}