Discover/Todocoleccion API
live

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.

This API takes change requests — .
Endpoint health
monitored
search_football_cards
Checks pendingself-healing
Endpoints
1
Updated
4h ago
This call costs1 credit / call— charged only on success
Try it
Page number for pagination, starting at 1. Each page returns up to 30 items.
Sort order for results.
Search query for football cards (e.g. 'cromos futbol messi', 'cromos futbol liga este').
api.parse.bot/scraper/7114b1ae-5cef-4968-995a-7ade57691fbf/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Call it over HTTPgrab a free API key at signup
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'
All endpoints · 1 totalmissing one? ·

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.

Input
ParamTypeDescription
pagestringPage number for pagination, starting at 1. Each page returns up to 30 items.
sortstringSort order for results.
querystringSearch query for football cards (e.g. 'cromos futbol messi', 'cromos futbol liga este').
Response
{
  "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.