Introduction
The Web Scrapping Hub API provides programmatic access to a comprehensive collection of movies, series, and anime content. The API is built with Flask and uses web scraping to aggregate content from various sources.Base URL
All API endpoints are relative to your server’s base URL:localhost:1234 with your deployed server URL.
Authentication
Currently, the API does not require authentication. All endpoints are publicly accessible.Response Format
All responses are returned in JSON format with appropriate HTTP status codes:200 OK- Request successful400 Bad Request- Missing or invalid parameters404 Not Found- Resource not found500 Internal Server Error- Server error503 Service Unavailable- External service unavailable
Success Response
Successful responses return the requested data directly:Error Response
Error responses include anerror field with a descriptive message:
Available Endpoints
Version
Check API version and updates
Secciones
Get available content sections
Listado
Browse and search content
Deep Search
Advanced content search
Serie
Get series episodes and info
Película
Get movie player and info
Anime
Get anime episodes and info
iFrame Player
Extract video player from URL
CORS
The API has CORS enabled, allowing requests from any origin.Rate Limiting
Currently, there is no rate limiting implemented. However, please be respectful of the server resources and avoid excessive requests.Content Types
The API works with three main content types:- Películas (Movies) - Feature films
- Series (TV Series) - Multi-episode shows
- Anime - Japanese animation series and movies