# todocoleccion monedas romanas detail scraper

**Use case:** 

Collect todocoleccion Roman coin listings and enrich each lot with seller, location, rating, and description fields.

## Input

```json
{
  "searchQueries": [
    "monedas romanas"
  ],
  "searchUrls": [],
  "maxItems": 25,
  "maxPages": 2,
  "fetchDetails": true,
  "proxyConfiguration": {
    "useApifyProxy": false
  },
  "maxRequestRetries": 3
}
```

## Output

```json
{
  "lotId": {
    "label": "Lot ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "url": {
    "label": "Lot URL",
    "format": "link"
  },
  "priceText": {
    "label": "Price text",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "saleMode": {
    "label": "Sale mode",
    "format": "text"
  },
  "acceptsOffers": {
    "label": "Accepts offers",
    "format": "boolean"
  },
  "seller": {
    "label": "Seller",
    "format": "text"
  },
  "sellerLocation": {
    "label": "Seller location",
    "format": "text"
  },
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "searchUrl": {
    "label": "Search URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

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