Todocoleccion APItodocoleccion.net ↗
Search for football cards on todocoleccion.net and instantly access pricing information, market statistics, and listing details to find the best deals on your favorite cromos. Compare prices across available cards to make informed collecting decisions.
curl -X GET 'https://api.parse.bot/scraper/7114b1ae-5cef-4968-995a-7ade57691fbf/search_football_cards?page=1&sort=rl&query=cromos+futbol+messi' \ -H 'X-API-Key: $PARSE_API_KEY'
Search for football cards on todocoleccion.net and return listings with their listed prices plus price statistics (average, min, max) for the current page. Results are paginated at 30 items per page. Use the page parameter to paginate through results.
| Param | Type | Description |
|---|---|---|
| page | string | Page number for pagination, starting at 1. Each page returns up to 30 items. |
| sort | string | Sort order for results. |
| query | string | Search query for football cards (e.g. 'cromos futbol messi', 'cromos futbol liga este'). |
{
"type": "object",
"fields": {
"items": "Array of football card listings with id, title, url, price, price_text, category, and accepts_offers",
"query": "The search query used",
"max_price": "Maximum listed price in EUR on this page",
"min_price": "Minimum listed price in EUR on this page",
"items_on_page": "Number of items returned on the current page",
"total_results": "Total number of matching listings across all pages",
"average_listed_price": "Average listed price in EUR of items on this page"
},
"sample": {
"data": {
"items": [
{
"id": "700811835",
"url": "https://www.todocoleccion.net/cromos-futbol/467-card-invencible-cristiano-messi-casillas-cromos-album-adrenalyn-xl-liga-futbol-2014-2015-14-15~x700811835",
"price": 2.95,
"title": "467 CARD INVENCIBLE CRISTIANO MESSI CASILLAS CROMOS ALBUM ADRENALYN XL LIGA FUTBOL 2014 2015 14 15",
"category": "Cromos de fútbol antiguos",
"price_text": "2,95 €",
"accepts_offers": false
}
],
"query": "cromos futbol messi",
"max_price": 1600,
"min_price": 0.49,
"items_on_page": 30,
"total_results": 17453,
"average_listed_price": 109.52
},
"status": "success"
}
}About the Todocoleccion API
The Todocoleccion API on Parse exposes 1 endpoint for the publicly available data on todocoleccion.net. Calls return JSON over HTTPS and are billed per successful response.
Pin a release with the API-Snapshot-Version header so canonical updates don't silently change your contract.