# Auctiontime Data Export

**Use case:** 

Data Export of Auctiontime. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "startUrl": "https://www.auctiontime.com/listings/search?ListingType=Auction&Category=61",
  "maxItems": 100,
  "searchQuery": "tractor"
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "manufacturer": {
    "label": "Manufacturer",
    "format": "string"
  },
  "model": {
    "label": "Model",
    "format": "string"
  },
  "year": {
    "label": "Year",
    "format": "string"
  },
  "currentBidFormatted": {
    "label": "Current Bid",
    "format": "string"
  },
  "bidCount": {
    "label": "Bids",
    "format": "integer"
  },
  "auctionEndDate": {
    "label": "Auction End",
    "format": "string"
  },
  "locationFormatted": {
    "label": "Location",
    "format": "string"
  },
  "listingUrl": {
    "label": "URL",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "string"
  },
  "error": {
    "label": "Error",
    "format": "string"
  }
}
```

## About this Actor

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