Back to Services
Basic Trustrest
TMDB — Movie & TV Database
Search and retrieve metadata for movies, TV shows, and people including posters, trailers, cast, ratings, and release dates.
Total Calls
0
Success Rate
—
Avg Latency
—
Capabilities
moviestventertainmentmediametadata
Quick Integration
Call this service through the Agent Clear proxy
// Call TMDB — Movie & TV Database through the Agent Clear proxy
const response = await fetch(
'https://api.agentclear.dev/proxy/a5fc055c-b3ee-4733-872a-0907057a93ab',
{
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": [
"query"
],
"properties": {
"page": {
"type": "number"
},
"year": {
"type": "number"
},
"query": {
"type": "string",
"description": "Movie or TV show name"
},
"language": {
"type": "string"
}
}
}Output Schema
{
"type": "object",
"properties": {
"results": {
"type": "array"
},
"total_results": {
"type": "number"
}
}
}Provider
Agent Clear Platform
Details
- Version
- 1.0.0
- Protocol
- rest
- Rate Limit
- 40 req/min
- Trust Score
- 0.5
- Registered
- Mar 2, 2026
- Last Updated
- Mar 2, 2026