Back to Services
Basic Trustrest
Open Library — Book Search
Search millions of books by title, author, or ISBN. Returns book metadata, covers, subjects, and publication info from the Internet Archive's Open Library.
Total Calls
1
Success Rate
100.0%
Avg Latency
396ms
Capabilities
bookslibrarysearchisbnliteraturereference
Quick Integration
Call this service through the Agent Clear proxy
// Call Open Library — Book Search through the Agent Clear proxy
const response = await fetch(
'https://api.agentclear.dev/proxy/1bd29588-c791-4b75-b4f6-8a0ac535e1c0',
{
method: 'POST',
headers: {
'Authorization': 'Bearer axk_your_api_key',
'Content-Type': 'application/json',
},
body: JSON.stringify({
// Your input payload here
}),
}
);
const result = await response.json();Input Schema
{
"type": "object",
"required": [
"q"
],
"properties": {
"q": {
"type": "string",
"description": "Search query (title, author, or ISBN)"
},
"page": {
"type": "number",
"description": "Page number"
},
"limit": {
"type": "number",
"description": "Max results (default 10)"
}
}
}Output Schema
{
"type": "object"
}Provider
Agent Clear Platform
Details
- Version
- 1.0.0
- Protocol
- rest
- Rate Limit
- 100 req/min
- Trust Score
- 0.5
- Registered
- Mar 10, 2026
- Last Updated
- Mar 10, 2026