# Scrape Escrapalia vehicle auction lots

**Use case:** 

Collect vehicle lots from Escrapalia.com Spanish auctions. Export bids, locations, images and event data for automotive surplus deal sourcing.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.escrapalia.com/es/categoria/vehiculos/"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "id": {
    "label": "Id"
  },
  "title": {
    "label": "Title"
  },
  "currentBid": {
    "label": "Current bid"
  },
  "nextBid": {
    "label": "Next bid"
  },
  "bidCount": {
    "label": "Bid count"
  },
  "category": {
    "label": "Category"
  },
  "city": {
    "label": "City"
  },
  "endDate": {
    "label": "End date"
  },
  "url": {
    "label": "Url"
  }
}
```

## About this Actor

This example demonstrates how to use [Escrapalia.com Auction Lots Scraper](https://apify.com/rainminer/escrapalia-com-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/rainminer/escrapalia-com-scraper) to learn more, explore other use cases, and run it yourself.