# Export Todocoleccion.net data for research

**Use case:** 

Collect structured records with key fields for reporting and integration workflows.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.todocoleccion.net/buscador?from=top&bu=arte"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "lotId": {
    "label": "Lot ID",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "originalPrice": {
    "label": "Original Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "acceptsOffers": {
    "label": "Accepts Offers",
    "format": "boolean"
  },
  "category": {
    "label": "Category",
    "format": "array"
  }
}
```

## About this Actor

This example demonstrates how to use [Todocoleccion.net Scraper](https://apify.com/lexis-solutions/todocoleccion-net-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/lexis-solutions/todocoleccion-net-scraper) to learn more, explore other use cases, and run it yourself.